.newsTop{position:relative;}
.newsTop>img{width:100%;}
.newsTop-box{
	width:740px;
	height:380px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-40%);
	-moz-transform: translate(-50%,-40%);
	-ms-transform: translate(-50%,-40%);
	-o-transform: translate(-50%,-40%);
	transform: translate(-50%,-40%);
	background:rgba(25,11,84,.8);
	box-shadow: 0 0 40px rgba(0,0,0,.5);	
	border-radius: 50px;
}
.newsTop-box>div{margin-right: 95px;text-align: center;color: #fff;font-size: 26px;line-height: 1;}
.newsTop-box>div>p{color: rgba(256,256,256,.5);font-size: 20px;margin-top:8px;}

/*newsList*/
.newsList{padding:4.25rem 0 6.875rem 0;}
.news-tab{display: inline-block;height:3.125rem;padding: 0 5rem;}
.news-tab>li{float:left;position:relative;height: 100%;line-height:3.125rem;margin-right: 6.85rem;font-size: 1rem;z-index: 3;color: #333;}
.news-tab>li.active::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-52%);
	-moz-transform: translateX(-52%);
	-ms-transform: translateX(-52%);
	transform: translateX(-52%);
	width: 11.875rem;
	height: 3.125rem;
	background-image: linear-gradient(0deg, #0296ff 0%, #2ad9ff 100%);
	border-radius: 25px;
	z-index: -1;
}
.news-tab>li:last-child{margin-right: 0;}
.news-tab>li.active a{color:#fff;font-size: 1.125rem;}
.news-sel{	position: relative;	height: 3.125rem;	text-align: center;	border-radius: 50px;	background-color: #fff;}


/**/
.news-list{margin-top: 5.625rem;}
.news-item{background-color: #fff;}
.news-item>div{padding:37px 48px 0 48px;}
.news-item .news-title>h1{width:70%;font-size: 1.5rem;color: #505050;}
.news-item .news-title>p{font-size: 14px;color: #a5a5a5;}
.news-item .news-title>p>span:first-child{padding-left:18px;background: url(../images/clock.png) no-repeat left center;}
.news-item .news-title>p>span:last-child{margin-left: 13px;}
.news-item>div>p{height:42px;margin:32px 0 42px 0;color: #9a9a9a;font-size: 14px;overflow: hidden;}
a.more{position:relative;padding:23px 0;border-top:2px solid #d8d8d8;margin-top: 14px;color: #666;font-size: 13px;}
a.more img{opacity: .8;}
a.more>span{
	position: absolute;top: -2px;left: 0;width: 0;height:2px;background-color: #666;
}

a.more:hover>span{width:100%;} 
.news-item>div>a{justify-content: flex-end;padding:1.25rem 0 0.875rem 0;border-top:1px solid #d9d9d9;color: #666;}
.news-item>div>a>span{top: -1px;height:1px;}
.news-item>div>a>img{margin-left: 14px;}
.news-list .news-item:not(:last-child){margin-bottom: 3.125rem;}
.news-list .news-item>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 21.428%;
	height: 15rem;
}
.news-list .news-item>a img{
	max-width: 100%;
	max-height: 100%;
}
.news-list .news-item>div{
	width: 78.572%;
}



@media only screen and (max-width: 800px ) {
	.news-tab{overflow-x: scroll;  white-space: nowrap; }
	.news-item{flex-wrap: wrap;}
	.news-list .news-item>img,.news-item>div{width:100%;}
	.news-item>div{padding: 10px;}
	.news-item>div>p{height: 52px;margin: 10px 0;}
	.news-item .news-title>p{display: none;}
	.news-item .news-title>h1{width: 100%;}
}
