.news-title {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: 48px;
  color: #333333;
  line-height: 30px;
  font-family: sfJpLightBold;
}

.news-section {
  margin-top: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 28px;
}

.news-text1 {
  /* font-family: sfJpLightBold; */
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  /* line-height: 32px; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-text2 {
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  text-align: left;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-img {
  width: 40%;
}

.news-img img {
  width: 100%;
}

.news-section:last-child {
  margin-bottom: 190px;
}

/* 分页器 */
.pager-box {
  display: flex;
  margin: 60px auto;
}

.pager-ul {
  display: flex;
}

.pager-pre,
.pager-next,
.pager-li {
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}

.pager-pre {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.pager-li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.active {
  background: #333333 !important;
  color: white !important;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .news-title {
    font-size: 36px;
  }

  .news-text1 {
    font-size: 24px;
    line-height: 25px;
  }

  .news-text2 {
    font-size: 14px;
    line-height: 23px;
  }

  .news-section {
    margin-bottom: 60px;
  }

  .news-section:last-child {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 650px) {
  .news-title {
    margin-top: 20px;
    font-size: 16px;
  }

  .news-section {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .news-wrap {
    flex: 0;
    width: 100%;
    margin-right: 0px;
  }

  .news-text1 {
    font-size: 16px;
    line-height: 25px;
  }

  .news-text2 {
    font-size: 12px;
    line-height: 23px;
    margin-top: 10px;
  }

  .news-img {
    width: 100%;
    margin-top: 10px;
  }

  .news-section:last-child {
    margin-bottom: 60px;
  }
}
