.hero-section {
  background: url(../imgs/news/top.png) 0% 100% no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 240px;
  height: 400px;
  box-sizing: border-box;
}
.about-eng {
  font-weight: 200;
  font-size: 64px;
  line-height: 64px;
  color: #fff;
}
.about-eng.eng-part {
  color: #F4B01A;
  padding-top: 48px;
}
.about-chinese {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #F4B01A;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.about-us-line {
  width: 80px;
  height: 8px;
  margin-top: 20px;
  background-color: #F4B01A;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -40px;
}
.content-section {
  padding: 120px 0;
  width: 1200px;
  margin: auto;
}
.content-section .news-item {
  padding: 64px;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}
.content-section .news-item.is-pc:hover .news-img img {
  transform: scale(1.1);
}
.content-section .news-item.is-pc:hover .news-title {
  color: #F4B01A;
  text-decoration: underline;
}
.content-section .news-item.touch .news-img img {
  transform: scale(1.1);
}
.content-section .news-item.touch .news-title {
  color: #F4B01A;
  text-decoration: underline;
}
.content-section .news-img {
  width: 480px;
  height: 270px;
  flex-shrink: 0;
  overflow: hidden;
}
.content-section .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 100ms linear;
}
.content-section .news-content {
  padding-left: 64px;
}
.content-section .news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 1.2px;
  color: #333333;
  margin-bottom: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
.content-section .news-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #666666;
}
.content-section .right-icon {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .hero-section {
    height: 376px;
    background-position: center;
  }
  .hero-section .hero-bg {
    display: none;
  }
  .hero-section .about-eng {
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
  }
  .hero-section .about-chinese {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
  .content-section {
    padding: 48px 24px;
    width: 100%;
  }
  .news-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .news-container .news-item {
    flex-direction: column;
    padding: 0 0 16px;
    align-items: start !important;
  }
  .news-container .news-item .news-img {
    width: 100%;
    height: auto;
  }
  .news-container .news-item .news-content {
    padding-left: 0;
    padding-top: 16px;
  }
  .news-container .news-item .news-content .news-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .news-container .news-item .news-content .right-icon {
    display: none;
  }
}
