.all-bg {
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.news-top-bg{
	height: 800px;
	height: 8rem;
	background-image: url('../images/news/news-top-bg.png');
}

.news-top{
	font-family:PingFangSC-Semibold,PingFang SC;
	text-align: center;
	padding-top: 334px;
	padding-top: 3.34rem;
}

.news-top h2{
	height:100px;
	height: 1rem;
	font-size:72px;
	font-size: 0.72rem;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:100px;
	line-height: 1rem;
	letter-spacing:1px;
	letter-spacing: 0.01rem;
}

.news-top p{
	height:37px;
	height: 0.37rem;
	font-size:26px;
	font-size: 0.26rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:37px;
	line-height: 0.37rem;
}

.news-bg{
	width: 100%;
	background: rgb(240,242,245);
	padding-top: 100px;
	padding-top: 1rem;
}

.new{
	border-left: 1px solid rgba(171,220,255,1);
	padding-top: 11px;
	padding-top: 0.11rem;
	padding-bottom: 70px;
	padding-bottom: 0.7rem;
	display: flex;
	width: 1215px;
	width: 12.15rem;
}

.new-left{
	width: 120px;
	width: 1.2rem;
}

.newIcon{
	width:5px;
	width: 0.05rem;
	height:20px;
	height: 0.2rem;
	background:rgba(3,150,255,1);
	border-radius:3px;
	border-radius: 0.03rem;
	display: inline-block;
	vertical-align:middle;
	position: relative;
	left: -3px;
	left: -0.03rem;
}

.newData{
	height:20px;
	height: 0.2rem;
	font-size:20px;
	font-size: 0.2rem;
	font-family:DINMittelschriftStd;
	color:rgba(51,51,51,1);
	line-height:24px;
	line-height: 0.24rem;
	display: inline-block;
	vertical-align:middle;
	margin-left: 11px;
	margin-left: 0.11rem;
}

.new-right{
	display: flex;
}

.newImg{
	width: 196px;
	width: 1.96rem;
	height: 145px;
	height: 1.45rem;
	margin-left: 60px;
	margin-left: 0.6rem;	
}

.newImg img{
	width: 196px;
	width: 1.96rem;
	height: 145px;
	height: 1.45rem;
}

.new-hn{
	padding-left: 19px;
	padding-left: 0.19rem;
}

.new-hn h3{
	height:30px;
	height: 0.3rem;
	font-size:22px;
	font-size: 0.22rem;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:30px;
	line-height: 0.3rem;
	margin-top: 12px;
	margin-top: 0.12rem;
}

.new-hn p{
	width:816px;
	width: 8.16rem;
	height:75px;
	height: 0.75rem;
	font-size:16px;
	font-size: 0.16rem;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(153,153,153,1);
	line-height:25px;
	line-height: 0.25rem;
	text-align:justify;
　　	text-justify:inter-ideograph;
	margin-top: 28px;
	margin-top: 0.28rem;
}

a:hover{
	text-decoration: none;
}

