/* 新闻中心 */
.newsBanner{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	background:url(2021en_news_bg1.png) left top no-repeat;
	background-size:100 auto;
	padding:80px 0 333px 0;
	z-index: -1;
}
.news .topText{
	font-size: 80px;
	line-height: 94px;
	letter-spacing: 3px;
	color:#fff;
	height: 378px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}
.newsCnt{
	margin-top:458px;
	padding-bottom: 93px;
	background:url(2021en_news_bg2.png) left 128px no-repeat,url(2021en_news_bg2.png) left 936px no-repeat;
	background-size:100% auto;
}

/* 新闻列表 */
.newsList{
	background:#fff;
}
.newsList .item{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding:40px 30px;
}
.newsList .item .title{
	font-size: 30px;
	color: #1C1C1C;
	line-height: 38px;
}
.newsList .item .text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.newsList .item .slogan{
	background: #FF761D;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	padding:0 30px;
}
.newsList .item .time{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	margin-left:20px;
	display: inline-block;
	font-weight: bold;
}
.newsList .item .ct{
	margin:20px 0;
}
.newsList .item:hover{
	background: #F6F9FF;
}
.newsList .item:hover .title{
	color:#1D407E;
}
.newsList .item:nth-child(1) .slogan,.newsList .item:nth-child(5) .slogan{
	background: #FF761D;
}
.newsList .item:nth-child(2) .slogan,.newsList .item:nth-child(6) .slogan{
	background: #FFB66C;
}
.newsList .item:nth-child(3) .slogan{
	background: #9BA7E0;
}
.newsList .item:nth-child(4) .slogan{
	background: #70A4E4;
}

/* 新闻详情 */
.newsDetails .title{
	padding:0 30px;
	font-size: 30px;
	color: #1C1C1C;
	margin-bottom: 20px;
}
.newsDetails .detailsLt{
	width:75%;
	background:#fff;
	padding:40px 0;
}
.newsDetails .detailsRt{
	width:25%;
	background:#fff;
	border: 1px solid #F2F2F2;
}
.newsDetails .detailsLt .t .slogan{
	background: #F1B25F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	padding:0 30px;
}
.newsDetails .detailsLt .t .time{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	margin-left:20px;
	display: inline-block;
	font-weight: bold;
}
.newsDetails .detailsLt .text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding:0 30px;
	text-align: justify;
}
.newsDetails .detailsLt .text p{
	margin-top:30px;
}
.newsDetails .detailsRt .title{
	font-size: 30px;
	color: #1C1C1C;
	padding:40px 30px;
	line-height: 38px;
}
.newsDetails .detailsRt .list .item{
	border-top:1px solid rgba(0,0,0,.1);
	padding:30px;
}
.newsDetails .detailsRt .list .item .t{
	background: #F1B25F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	padding:0 30px;
	margin-bottom: 10px;
}
.newsDetails .detailsRt .list .item .b{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

/* 新闻列表2 */
.news2{
	padding-bottom: 80px;
}
.news2 .newsBanner2{
	height: 555px;
	background:url(2021en_news_bg3.png) left top no-repeat;
	background-size:100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.news2 .topText{
	font-size: 80px;
	font-weight: bold;
	color: #FFF;
	line-height: 94px;
	letter-spacing: 3px;
}
.news2 .newsCnt2 .in{
	margin-top:-68px;
}
.news2 .newsCnt2{
	background:url(2021en_news_bg4.png) left 120px no-repeat,url(2021en_news_bg4.png) left 750px no-repeat;
	background-size: 100% auto;
}
.newsList2 .item{
	width:48.75%;
	height: 348px;
	background:#fff;
	float:left;
	padding:40px 0;
	margin-bottom: 30px;
}
.newsList2 .item:nth-child(even){
	float:right;
}
.newsList2 .item .title{
	font-size: 18px;
	color: #1C1C1C;
	padding: 0 30px;
	font-weight: bold;
	line-height: 30px;
}
.newsList2 .item .ct{
	margin:30px 0;
}
.newsList2 .item .ct .slogan{
	background: #F1B25F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	padding:0 30px;
}
.newsList2 .item .ct .time{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	margin-left:20px;
	display: inline-block;
	font-weight: bold;
}
.newsList2 .item .text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding:0 30px;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.newsList2 .item:hover{
	background: #F6F9FF;
}
.newsList2 .item:hover .title{
	color:#1D407E;
}

@media screen and (max-width: 1700px) {
	.news .topText,.news2 .topText{
		font-size:60px;
	}
	.newsDetails .title{
		font-size:24px;
	}
	.newsDetails .detailsRt .title{
		font-size:24px;
		padding:40px 15px;
		margin-bottom: 0;
	}
	.newsList .item .title{
		font-size:24px;
	}
	.newsDetails .detailsRt .list .item .b{
		font-size:14px;
	}
	.newsDetails .detailsRt .list .item{
		padding:20px 30px;
	}
}