.main{
	background: url(../img/bg_s3.png) no-repeat bottom;
	background-size: contain;
	padding-bottom: 100px;
}
.content{
	overflow: visible;
}
.hdtj{
	padding-bottom: 150px;
	padding-top: 50px;
}
.hdtj .t-center{
	background: url(../img/bg_title_hdtj.png) no-repeat 0 2px;
	background-size: 220px;
	width: 220px;
	color: #333;
}
.hdtj .t-center h3{
	margin-left: 75px;
    font-weight: bold;
    font-size: 22px;
}
.hdtj .gl-item{
	width: 33.3%;
	box-sizing: border-box;
	padding: 20px 20px;
	float: left;
}
.hdtj .gl-item .gl-img{
	width: 100%;
    height: 190px;
    overflow: hidden;
    display: block;
}
.hdtj .gl-item img{
	width: 100%;
	height: 100%;
}
.hdtj .gl-item>div{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
}
.hdtj .gl-item>div span{
	float: left;
	display: inline-block;
	height: 34px;
	width: 34px;
	text-align: center;
    font-size: 11px;
    color: #fff;
    background: #FE5E47;
}
.hdtj .gl-item>div span b{
	font-weight: normal;
	font-size: 13px;
}
.hdtj .gl-item>div a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hdtj .gl-item>div a:hover{
    color: #FE5E47;
}
.hdtj .gl-item p.duan{
	margin-top: 10px;
    margin-bottom: 5px;
    color: #666;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
}
.hdtj .gl-item p i{
	display: inline-block;
	height: 15px;
	width: 15px;
}
.hdtj .gl-item p{
	font-size: 12px;
	color: #666;	
}
.hdtj .gl-item p span{
	float: right;
	margin-right: 5px;
}
.hdtj .gl-item a.more{
	color: #666;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px solid #eeeae6;
	border-bottom: 1px solid #eeeae6;
}
.hdtj .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: 960px) {
	.hdtj .gl-item{
		width: 50%;
	}
	
}
@media screen and (max-width:680px) {
	.hdtj .gl-item{
		width: 100%;
	}
 
}