.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%;
	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;
}
.jxdw-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 1.04vw;
}
.jxdw-list-tit{
	font-size: 1.04vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #219BF3;
	line-height: 1.88vw;
	margin-bottom: 0.63vw;
}
.jxdw-list-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.jxdw-list-one{
	width: 23.96vw;
	height: 3.96vw;
	background: #F6F6F6;
	margin-right: 1.04vw;
	margin-bottom: 1.56vw;
	display: flex;
	align-items: center;
}
.jxdw-list-one:nth-child(3n){
	margin-right: 0;
}
.jxdw-list-one:hover .jxdw-list-cont{
	color: #219BF3;
}
.jxdw-list-line{
	width: 0.21vw;
	height: 3.96vw;
	background: #219BF3;
}
.jxdw-list-cont{
	font-size: 0.94vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 1.46vw;
	margin-left: 1.82vw;
}












