.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;
}
.ship-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 2.08vw;
}
.ship-list-one{
	width: 23.96vw;
	height: 16.61vw;
	display: flex;
	flex-direction: column;
	margin-right: 1.04vw;
	margin-bottom: 1.04vw;
	position: relative;
}
.ship-list-one:nth-child(3n){
	margin-right: 0;
}
.ship-list-one:hover .ship-list-cont{
	color: #219BF3;
}
.ship-list-img{
	width: 100%;
	height: 13.49vw !important;
	display: block;
	position: relative;
}
.ship-list-box{
	width: 100%;
	height: 3.13vw;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ship-list-cont{
	font-size: 0.94vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 3.13vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bofang{
	position: absolute;
	left: 47%;
	top: 37%;
	width: 1.35vw;
	height: 1.35vw;
	background: url(../images/small-bof.png) no-repeat center;
	background-size: 100% 100%;
}

