.banner{
	display: block;
	background: url(../images/b1.png) center center no-repeat;
	background-size: auto 100%;
	margin-bottom: 46px;
	position: relative;
}
.banner .container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 513px;
}
.banner img{
	width: 794px;
	height: 71px;
}



.news-large{
	display: block;
	width: 100%;
}
.news-large .img{
	width: 100%;
	height: 413px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.news-large .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.news-large .title{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
.news-large .exp{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
}

.news-tab-head{
	position: relative;
	overflow: hidden;
}
.news-tab-head ul{
	display: flex;
	justify-content: space-between;
	height: 64px;
	line-height: 64px;
	padding-right: 80px;
	padding-left: 10px;
	background-color: #F4F7F9;
}
.news-tab-head li{
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.news-tab-head li.active,.news-tab-head li:hover{
	color: #1658A0;
	position: relative;
	transition: all ease .5s;
}
.news-tab-head li.active:after,.news-tab-head li:hover:after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #1658A0;
	transition: all ease .4s;
}
.news-tab-head .more{
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 60px;
	text-align: center;
	line-height: 64px;
	color: #aeafaf;
}
.news-tab-body{
	padding: 30px 30px 0;
}
.news-tab-body .item{
	display: block;
}
.news-tab-body .news-list-box li{
	margin-bottom: 35px;
	padding-left: 100px;
	position: relative;
}
.news-tab-body .news-list-box li:last-child{
	margin-bottom: 0;
}
.news-tab-body .news-list-box .date-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 84px;
	padding-top: 10px;
	border-radius: 50%;
	border: 1px solid #ECEFF0;
}
.news-tab-body .news-list-box .date-box .day{
	font-size: 32px;
	line-height: 1;
	color: #aeafaf;
	text-align: center;
	margin-bottom: 10px;
}
.news-tab-body .news-list-box .date-box .years{
	font-size: 16px;
	line-height: 1;
	color: #aeafaf;
	text-align: center;
}
.news-tab-body .news-list-box .info-box{
	display: block;

}
.news-tab-body .news-list-box .info-box .title{
	font-size: 18px;
	line-height: 1;
	color: #333333;
	font-weight: 600;
	margin-bottom: 10px;
}
.news-tab-body .news-list-box .info-box:hover .title{
	color: #1658A0;
}
.news-tab-body .news-list-box .info-box .exp{
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}

.banner-center{
	margin-top: 30px;
	margin-bottom: 35px;
}
.banner-center .container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 124px;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	background: url(../images/banner-center-bg.png) center center no-repeat;
}



.media-tab-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #DDDDDD;
}
.media-tab-head ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.media-tab-head ul li{
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 700;
	padding-left: 22px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.media-tab-head ul li:last-child{
	margin-right: 0;
}
.media-tab-head ul li.active,.media-tab-head ul li:hover{
	color: #1658a0;
	transition: all ease .5s;
}
.media-tab-head ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	background-color: #DDDDDD;
}
.media-tab-head ul li.active:before,.media-tab-head ul li:hover:before{
	width: 5px;
	background-color: #1658a0;
	transition: all ease .5s;
}
.media-tab-head .more{
	color: #aeafaf;
	font-size: 16px;
}
.media-tab-body{
	margin-bottom: 62px;
}
.media-tab-body .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media-tab-body .item > div{
	width: 49.2%;
}
.media-tab-body .item .more-media{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.media-tab-body .item .more-media > .media-box{
	width: 48.4%;
	margin-bottom: 12px;
}
.media-tab-body .item .more-media > .media-box:nth-last-of-type(1),
.media-tab-body .item .more-media > .media-box:nth-last-of-type(2){
	margin-bottom: 0;
}

























