.news_banner img{
	max-width: 100%;
}
.news_class_list{
	background-color: #000;
	padding-top: 52px;
	border-bottom: 1px solid #4d4d4d;
}
.news_class_list ul{
	display: flex;
	align-items: center;
}
.news_class_list li{
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: white;
	padding: 0 10px;
	position: relative;
	margin-right: 55px;
}
.news_class_list li.active:after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 100%;
	width: 100%;
	height: 5px;
	background-color: #00adf0;
	margin-top: -2.5px;
}
.news_class_list li a{
	display: inline-block;
}
.news_list{
	background-color: #000;
	padding-bottom: 90px;
}
.news_list li{
	border-bottom: 1px dashed #323232;
}
.news_list ul li a{
	display: inline-block;
	padding: 40px 0;
	width: 100%;
}
.news_list_title{
	margin-bottom: 10px;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.news_list_title h6{
	font-size: 18px;
	color: white;
	font-weight: normal;
}
.news_list_title span{
	font-family: 'PingFang SC Medium';
	font-size: 13.5px;
	color: white;
}
.news_list_text{
	color: #979797;
	font-size: 13.5px;
}

.newsview_content{
	padding-top: 95px;
	background-color: #474646;
	padding-bottom: 90px;
}
.newsview_title{
	color: white;
	text-align: center;
}
.newsview_title h6{
	font-size: 24px;
	line-height: 38px;
}
.newsview_title p{
	font-size: 16px;
	line-height: 38px;
}
.newsview_text{
	color: #dbdbdb;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 1px;
	margin-top: 30px;
}
.newsview_text p{
	text-indent: 32px;
}
.newsview_btn{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #dbdbdb;
	font-size: 16px;
}
.newsview_btn a:hover{
	color: white;
}