.top-img {
  background-position: 70% 45%;
}

.news {
  position: relative;
  margin: 100px 0;
}
.news-bg {
  width: calc(100% - 50px);
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.news-inner {
  padding: 0 50px 0 0;
}
.news-wrap {
  padding: 80px 80px 80px 70px;
  margin: 0 auto;
  width: 70%;
  max-width: 1000px;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-title {
  margin-top: -100px;
  position: relative;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news-title:after {
  content: "";
  width: 1px;
  height: 100px;
  background: #999;
  position: absolute;
  top: 140px;
  left: 20px;
}
.news-title .en span:last-child {
  margin-top: 50px;
}
.news-list {
  width: 80%;
}
.news-item {
  margin-bottom: 80px;
}
.news-item:last-child {
  margin-bottom: unset;
}
.news-item a {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-img {
  width: 35%;
  overflow: hidden;
}
.news-img img {
  width: 100%;
}
.news-content {
  width: 55%;
}
.news-name {
  font-size: 0.875rem;
  color: #000;
}
.news-text {
  font-size: 0.875rem;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-date {
  font-size: 0.75rem;
  color: #999;
  font-family: "PT Serif", Arial, Helvetica;
  padding: 35px 0 2px;
  letter-spacing: 0.1rem;
  border-bottom: 1px dotted #ccc;
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .news-inner {
    padding: 0 50px;
  }
  .news-wrap {
    display: block;
    padding: 60px;
    width: calc(100% - 120px - 50px);
    margin-left: 0;
  }
  .news-title {
    margin-top: -90px;
  }
  .news-title:after {
    display: none;
  }
  .news-list {
    width: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .news-item {
    width: 85%;
    margin: 0 auto 80px;
  }
  .news-item a {
    display: block;
  }
  .news-img {
    width: auto;
  }
  .news-content {
    width: auto;
    margin-top: 30px;
  }
  .news-text {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 640px) {
  .news {
    margin: 60px 0;
  }
  .news-inner {
    padding: 0 30px;
  }
  .news-bg {
    width: calc(100% - 30px);
    left: unset;
    right: 0;
  }
  .news-title {
    margin-top: -65px;
  }
  .news-title .en span:last-child {
    margin-top: unset;
    margin-left: 40px;
  }
  .news-wrap {
    padding: 30px;
    width: calc(100% - 60px);
    position: relative;
  }
  .news-wrap:after {
    content: "";
    width: 30px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: -30px;
  }
  .news-list {
    margin-top: 40px;
  }
  .news-item {
    width: auto;
    margin: 0 auto 50px;
  }
  .news-text {
    padding-top: 15px;
  }
  .news-date {
    padding: 25px 0 2px;
  }
}
