.main{
	background: url(../img/bg_s3.png) no-repeat bottom;
	background-size: contain;
	padding-bottom: 100px;
}
.content{
	overflow: visible;
}
.jqmj{
	padding-bottom: 150px;
	padding-top: 50px;
}
.jqmj .gl-item{
	width: 25%;
	box-sizing: border-box;
	padding: 20px 10px;
	float: left;
}
.jqmj .gl-item .gl-img{
	width: 100%;
    height: 182px;
    overflow: hidden;
    display: block;
}
.jqmj .gl-item img{
	width: 100%;
	height: 100%;
}
.jqmj .gl-item h4{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.jqmj .gl-item p{
	margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    height: 65px;
    overflow: hidden;
}
.jqmj .gl-item a.more{
	display: inline-block;
	font-size: 14px;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #eeeae6;
	border-bottom: 1px solid #eeeae6;
}
.jqmj .gl-item a i{
	display: inline-block;
	height: 15px;
	line-height: 15px;
	width: 15px;
	border-radius: 50%;
	text-align: center;
	margin-left: 30px;
	color: #fff;
	background: #FE5E47;
	font-size: 12px;
	font-style: normal;
    padding-left: 2px;
}
#page_navigation{
	text-align: center;
	margin-top: 50px;
}
#page_navigation a{
	padding:3px;
	margin:5px;
	color:#333;
	text-decoration:none
}
#page_navigation .active_page{
	color: #FE5E47;
}
#page_navigation .previous_link{
	margin-right: 50px;
}
#page_navigation .next_link{
	margin-left: 50px;
}
@media screen and (max-width: 1260px) {
	.jqmj .gl-item{
		width: 33.3%;
	}
}
@media screen and (max-width: 960px) {
	.jqmj .gl-item{
		width: 50%;
	}
	
}
@media screen and (max-width:680px) {
	.jqmj .gl-item{
		width: 100%;
	}
 
}