.news-left:hover  {
  box-shadow:0px 12px 18px 0px rgba(0,0,0,0.1);
}
.swiper-pagination {
  position: relative !important;
  bottom: -100px !important;
}
.relate-news {
	min-height:932px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
  background: url('/static/assets/images/service/pic_home_banner_6.png');
	background-size: 100% 100%;
}
.news-wrap {
	position: relative;
	width:1320px;
	min-height:662px;
	height: auto;
	padding-left: 114px;
	padding-right: 114px;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 40px 0px rgba(0,0,0,0.1);
}
.news-header {
	position: absolute;
	top: -30px;
	height:78px;
	font-size:56px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(20,20,20,1);
	line-height:78px;
}
.more-news:hover {
  text-decoration: none;
  color:rgba(20,20,20,1);
}
.more-news {
	position: absolute;
	right: 0;
	top: -50px;
	display: flex;
	align-items: center;
	font-size:20px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(20,20,20,1);
	line-height:28px;
	letter-spacing:1px;
}
.more-icon {
	height: 20px;
	width: 55px;
	margin-left: 10px;
}
.color-line {
	width:99px;
  height:2px;
  margin-top: 86px;
  background: #FF5F00;
}
.english-title {
	margin-top: 28px;
	font-size:20px;
	font-family:PingFangSC-Thin;
	font-weight:100;
	color:rgba(20,20,20,1);
	line-height:28px;
}
.relate-news .swiper-img{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  cursor: pointer;
}
.news-left {
  width: 50%;
  background:  #fff;
}
.relate-news .news-img {
  margin-left: 60px;
	width: 400px;
  height: 300px;
}
.relate-news .swiper-img:hover {
  text-decoration: none;
}
.news-title {
	height:28px;
	font-size:20px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:28px;
  letter-spacing:1px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news-desc {
	text-align: justify;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
  letter-spacing:1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.news-labels {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.news-label {
	height: 21px;
	line-height: 21px;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: 10px;
	background:rgba(227,239,255,1);
	border-radius:3px;
	font-size:14px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(5,114,255,1);
}
.swiper-pagination{
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.news-header {
		font-size: 40px;
	}
	.news-wrap {
    padding-left: 50px;
    padding-right: 50px;
    width: 740px;
  }
  .relate-news .news-img {
    width: 300px;
    height: 200px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
	.news-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 360px;
    height: 900px;
	}
	.news-header {
    font-size: 28px;
	}
}
@media screen and (max-width: 414px) {
  .swiper-pagination {
    bottom: 200px !important;
  }
	.news-header {
		font-size: 22px;
	}
	.news-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 360px;
    height: 900px;
	}
	.news-left {
		width: 100%;
  }
  .news-desc {
    width: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
	.carousel-indicators {
	  top: 96%;
	}
	.relate-news .news-img {
    float: right;
    margin-bottom: 300px;
    margin-left: 0;
  }
  .choose {
    left: 35%;
  }
}