/*头部导航*/
.nav{
	width:71.3%;position:absolute;
	top:2.1vh;left:50%;margin-left:-37.5%;z-index: 1000;
	display: flex;display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;align-items: center;
	-webkit-align-items: center;
}
.nav section{
	display: flex;display: -webkit-flex;justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.nav h5{
	font-size:0.9vw;;color:#ffffff;font-weight: 300;margin-left:2.2vw;
}
.nav div{
	width:17.8%;
}
.banner{
	width:100%;position:relative;
}
#main{
	background-color:#f2f4f7;
}
.news-nav{
	position: absolute;width:100%;bottom:0;
	height:5.5vh;background-color: rgba(0,0,0,0.1);
}
.news-nav .news-nav-content{
	width:71.8%;margin-left:auto;margin-right: auto;display: flex;
	display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;height:100%;
	align-items: center;-webkit-align-items: center;
}
.news-nav .news-nav-content>h5{
	font-size:0.9vw;color:#FFFFFF;font-weight: normal;
}
.news-nav .news-nav-content section{
	display: flex;display: -webkit-flex;width:43.3%;
	height:100%;
}
.news-nav .news-nav-content section div{
	flex:1;display: flex;display: -webkit-flex;justify-content: center;cursor:pointer;
	-webkit-justify-content: center;align-items: center;-webkit-align-items: center;height:100%;
}
.news-nav .news-nav-content section div h4{
	font-size:1vw;color:#FFFFFF;font-weight: 100;
}
.news-nav .news-nav-content section .active{
	background-color:#FAC413;
}
.news-nav .news-nav-content section .active h4{
	color:#004688;
}
.news-box{
	display: flex;display: -webkit-flex;width:71.3%;margin-left:auto;
	margin-right:auto;justify-content: space-between;padding-top:0.5vh;padding-bottom:9.2vh;
}
.news-list{
	width:72.9%;margin-left:auto;margin-right:auto;
	
}
.one-list{
	display: flex;display: -webkit-flex;margin-top:5.8vh;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.one-list>div{
	width:30%;
}
.one-list .news-content{
	width:65.2%;
}
.one-list .news-content>div{
	position:relative;margin-top:1.6vh;
}
.one-list .news-content>div>div{
	position:absolute;bottom:0;width:50%;opacity: 0;z-index: 2;
}
.one-list .news-content>div:hover>div{
	opacity: 1;
}
.one-list .news-content>div:hover>a{
	color:#213c60;position:relative;z-index: 21;
}
.one-list .news-content>div a{
	font-size:1.3vw;font-weight: 200;line-height:1.3vw;
	color:#333333;
}
.one-list .news-content>section{
	display: flex;display: -webkit-flex;margin-top:2vh;
}
.one-list .news-content>section h6{
	font-size:0.8vw;font-weight: 100;color:#666666;
	margin-right:4.6vw;
}
.one-list .news-content p{
	font-size:0.9vw;font-weight: 100;color:#666666;
	margin-top:2vh;line-height: 2.4vh;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
/*新闻内容*/
.news-details{
	width:71.8%;margin-left:auto;margin-right:auto;padding-top:5.5vh;
	padding-bottom:9vh;
}
.news-details .news-title{
	font-size:2vw;color:#333333;font-weight: 550;text-align: center;
	line-height:2vw;
}
.news-details .details-title{
	position:relative;
}
.news-details .details-title>div{
	position:absolute;bottom:0;width:50%;
}
.news-details .details-title h5{
	font-size:1vw;color:#333333;font-weight:normal;
	margin-top:4.2vh;
}
.news-details p{
	font-size:0.9vw;color:#333333;
	line-height:3vh;margin-top:2.2vh;
}
.news-details p img{
	display: inline-block;width:60%;
	height:auto;
}
.news-details>.datails-img{
	width:60%;margin-left: auto;margin-right:auto;
	margin-top:5.4vh;
}
.news-details>.datails-img img{
	width:100%;
}
/*专题区域*/
.subject-content{
	width:21.8%;margin-top:5.8vh;
}
.subject-content .one-subject{
	padding-bottom:1.2vh;
}
.subject-content .one-subject .one-subject-tiele .title-box{
	width:100%;height:2px;background-color:#cccccc;
}
.subject-content .one-subject .one-subject-tiele .title-box .title-logo{
	width:26.7%;height:2px;background-color:#fdc131;
}
.subject-content .one-subject .one-subject-tiele h3{
	font-size:1vw;color:#333333;font-weight: 500;
	margin-top:0.9vh;
}
.one-subject .one-subject-detail{
	margin-top:1.5vh;position:relative;
}
.one-subject .one-subject-detail>div{
	width:100%;
}
.one-subject .one-subject-detail>section{
	position:absolute;width:100%;bottom:0;left:0;
	height:50%;background-image: url(../images/news/subjet-img-bg.png);
}
.one-subject .one-subject-detail>section>section{
	width:87%;bottom:1vh;left:50%;
	margin-left:-43.5%;position:absolute;
	display: flex;display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
}
.one-subject .one-subject-detail>section>section>div{
	width:6.6%;
}
.one-subject .one-subject-detail>section>section>a{
	font-size:0.8vw;color:#FFFFFF;font-weight: 500;
	margin-left:0.3vw;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.one-subject .subject-title{
	margin-top:1.7vh;display: flex;display: -webkit-flex;
	align-content: center;-webkit-align-items: center;
}
.one-subject .subject-title a{
	font-size:0.9vw;color:#666666;margin-left:0.7vw;
}
.one-subject .subject-title .yuandian{
	width:6px;height:6px;border-radius: 50%;
	background-color:#666666;
}
.one-subject .more-subject{
	font-size:0.9vw;color:#333333;margin-top:1.5vh;
}
