.ui-header{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lunbo-box{
	width: 100%;
	height: 29.17vw;
	overflow: hidden;
}
.lunbo-box img{
	width: 100%;
	height: 100%;
	display: block;
}

.body{
	width: 100%;
        /*min-height: 22.97vw;*/
min-height: 476px;
	height: auto;
	overflow: hidden;
	position: relative;
	/* padding-top: 30px; */
	padding: 1.56vw 0;
}
.w3{
	width: 73.96vw;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.news-List-top{
	width: 100%;
	height: 2.08vw;
	border-bottom: 0.21vw solid #E8E8E8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-List-p{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #219BF3;
	line-height: 1.88vw;
}
.news-List-a{
	font-size: 0.73vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 1.88vw;
}
.news-List-a:hover{
	color: #00A8FF;
}
.news-List-bot{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-Detail{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px dashed #333333;
	padding: 0.52vw 0;
}
.news-Detail-p{
	font-size: 1.25vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.35vw;
	margin: 1.04vw 0;
}

.news-Detail-span{
	font-size: 0.83vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.35vw;
}
.news-Detail-tit{
	width: 100%;
	padding: 1.04vw 0;
	margin-bottom: 0.52vw;
	border-bottom: 1px dashed #333333;
}

.news-Detail-cont{
	font-size: 0.94vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-indent: 1.56vw;
	line-height: 1.46vw;
	margin-bottom: 0.52vw;
}
.news-Detail-next{
	font-size: 0.83vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.46vw;
}




