.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;
	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{
	margin-top: 2.08vw;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.tggz-list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	border-bottom: 0.05vw solid #E8E8E8;
	padding-top: 1.25vw;
}
.tggz-list:first-child{
	padding-top: 0;
}
.tggz-list:hover .tggz-list-box-p{
	color: #219BF3;
}
.tggz-list:hover .tggz-list-box-span{
	color: #219BF3;
}
.tggz-list-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.52vw;
}
.tggz-list-box-p{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.94vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 1.25vw;
}
.tggz-list-box-span{
	font-size: 0.94vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 1.25vw;
}
.tggz-list-tit{
	font-size: 0.83vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 1.46vw;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 1.04vw;
	padding-right: 0.42vw;
}