.main{
	background: url(../img/bg_s3.png) no-repeat bottom;
	background-size: contain;
	padding-bottom: 100px;
}
.content{
	overflow: visible;
}

.ynzx{
	padding-bottom: 150px;
	padding-top: 50px;
}
.ynzx .t-center{
	background: url(../img/bg_title_ynzx.png) no-repeat 0 12px;
	background-size: 190px;
	color: #333;
}
.ynzx .t-center h3{
    font-family: "微软雅黑";
}
.ynzx .gl-item{
	width: 33.3%;
	box-sizing: border-box;
	padding: 20px 20px;
	float: left;
}
.ynzx .gl-item .gl-img{
	width: 100%;
	overflow: hidden;
	display: inline-block;
}
.ynzx .gl-item img{
	width: 100%;
}
.ynzx .gl-item>div{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
}
.ynzx .gl-item>div span{
	float: left;
	display: inline-block;
	height: 34px;
	width: 34px;
	text-align: center;
    font-size: 11px;
    color: #fff;
    background: #FE5E47;
}
.ynzx .gl-item>div span b{
	font-weight: normal;
	font-size: 13px;
}
.ynzx .gl-item>div a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ynzx .gl-item>div a:hover{
    color: #FE5E47;
}
.ynzx .gl-item p{
	margin-top: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
}
.ynzx .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;
}
.ynzx .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 (min-width: 960px) {
	.ynzx .gl-item.first{
		width: 66.6%;
	}
	.ynzx .gl-item.first>div{
		margin-top: 20px;
	}
	.ynzx .gl-item.first .gl-img{
		height: 425px;
	}
	.ynzx .gl-item.first .gl-img img{
		height: 100%;
	}
	.ynzx .gl-item.first>div span{
		width: 45px;
	    height: 45px;
	    font-size: 14px;
	}
	.ynzx .gl-item.first>div span b{
		font-size: 18px;
	}
	.ynzx .gl-item.first>div a{
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.ynzx .gl-item.first p{
		height: 65px;
		margin: 20px 0;
	}
	.ynzx .gl-item.first a.more{
		padding: 10px 0;
	}
	.ynzx .gl-item.second{
		padding-bottom: 0;
	}
	.ynzx .gl-item.second p,
	.ynzx .gl-item.sec p{
		margin-bottom: 5px;
		height: 25px;
	}
	.ynzx .gl-item .gl-img{
		height: 200px;
	}
	.ynzx .gl-item.second>div,
	.ynzx .gl-item.third>div{
		margin-top: 6px;
	}
	.ynzx .gl-item.second>div span,
	.ynzx .gl-item.third>div span{
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	.ynzx .gl-item.second>div span b,
	.ynzx .gl-item.third>div span b{
		font-size: 12px;
	}
	.ynzx .gl-item.second>div a,
	.ynzx .gl-item.third>div a{
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 960px) {
	.ynzx .gl-item{
		width: 50%;
		padding: 20px 10px;
	}	
}
@media screen and (max-width:680px) {
	.ynzx .gl-item{
		width: 100%;
	}
 
}

