.news {
  position: absolute;
  top: 2370px;
  left: -390.5px;
  z-index: 109;
  width: 1881px;
  height: 95px;

}

.news-bg {
  width: 100%;
  background-color: rgba(238, 238, 238, 1);
  height: 550px;
}

.news-box {
  position: absolute;
  top: 80px;
  left: 407px;
  z-index: 2;
  width: 1100px;
  height: 360px;
}

.news-box .news-title {
  font-size: 18px;
}

.news-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.lookIndustry {
  cursor: pointer;
  font-size: 16px;
  float: right;
  margin-bottom: 10px;
  color: #666;
  float: right;
}

.lookIndustry:hover {
  color: #0da27a
}

.industry {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.industry>li {
  width: 260px;
  height: 340px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 #d8dde1;
  box-shadow: 0 3px 6px 0 #d8dde1;
  padding: 0 0 25px;
  position: relative;
  cursor: pointer
}

.industry>li>img {
  width: 100%;
  height: 160px;
}

.industry>li>h3 {
  font-size: 16px;
  line-height: 30px;
  color: #2b333a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 10px 20px;
  font-weight: 700
}

.industry>li p {
  font-size: 13px;
  color: #a5aaae;
  padding: 0 15px;
}

[data-dpr="2"] .industry>li p {
  font-size: 26px
}

[data-dpr="3"] .industry>li p {
  font-size: 39px
}

.industry>li>div {
  border-top: 1px solid #d8dde1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 8px;
  margin-top: 15px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  height: 30px;
}

.industry>li>div>p {
  padding-left: 0
}

.industry>li>div>.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  width: 20px;
  height: 5px;
  background: url('../image/news_arrow_icon@2x.png') no-repeat 50%/100% 100%
}

.industry>li+li {
  margin-left: 10px;
}

.industry>li:hover>h3 {
  color: #0da27a
}

.industry>li:hover>div {
  border-top: 1px solid rgba(13, 162, 122, .5)
}

.industry>li:hover>div p {
  color: #0da27a
}

.industry>li:hover>div>.arrow {
  background: url('../image/news_arrow_icon_s@2x.png') no-repeat 50%/100% 100%
}