/* 新闻中心 */
.news-wai{
	margin-bottom: 45px;
}
.news-tit{
	margin-top: 66px;
	margin-bottom: 50px;
}
.news-tit ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-tit-list{
	padding: 0 15px;
	color: #333;
}
.news-tit-list a{
	font-size: 16px;
	transition: .3s color ease-in-out;
}
.news-tit-list a:hover{
	color: #FF0000;
}


.news-body-list{
	display: flex;
	justify-content: left;
	align-items: cneter;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news-body-list a{
	display: block;
}
.news-list-left{
	margin-right: 25px;
}
.news-list-left img{
	min-height: 165px;
}
.news-list-right{
	flex: 1;
}
.news-list-right h2{
	margin-top: 0;
}
.news-list-right h2 a{
	font-size: 20px;
	color: #282828;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list-nei{
	display: flex;
	justify-content: left;
}
.news-list-nei-left{
	margin-right: 30px;
}
.news-list-nei-left ul{
	padding-right: 30px;
	border-right: 2px solid #d7dee0;
}
.news-list-nei-left ul li{
	white-space: nowrap;
	margin-bottom: 6px;
}
.news-list-nei-left ul li span{
	margin-right: 15px;
	color: #8C9194;
}
.news-list-nei-left ul li{
	font-size: 12px;
	color: #a5aaae;
}

.news-list-nei-right p{
	margin-bottom: 10px;
	line-height: 24px;
	color: #666;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.news-list-nei-right a{
	 color: #7d8489;
	 display: inline-block;
}
.news-list-nei-right a:hover{
	color: #373c40;
}
.news-list-nei-right a span{
	font-size: 14px;
	margin-right: 3px;
}

.news-body-list:hover h2 a{
	color: #FF0000;
}


@media screen and (max-width: 768px) {
	.news-body-list{
		display: block!important;
	}
	.news-list-right h2{
		margin-top: 20px;
	}
	.news-list-nei{
		
	}
	.news-list-nei-left{
		display: none;
	}
}





