.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-news {
  padding: 0 0 275px;
  background-color: #eff4f9;
}

.news-archive {
  padding: 42px 30px 48px;
  border-radius: 15px;
  background-color: #fff;
}

.news-archive-intro {
  max-width: 800px;
  margin: 0 auto 36px;
  color: #464d5a;
  line-height: 1.8;
  text-align: center;
}

.news-archive-list {
  max-width: 960px;
  margin: 0 auto;
}

.news-archive-item {
  padding: 26px 0;
  border-top: 1px solid #dfe5ef;
}

.news-archive-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-archive-item.is-highlighted {
  padding: 16px 18px;
  border: 1px solid #f0c9b7;
  border-radius: 8px;
  background-color: #fff8f2;
}

.news-archive-meta {
  margin-bottom: 8px;
  color: #336abd;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.6;
}

.news-archive-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  background-color: #eef4fb;
}

.news-archive-item.is-highlighted .news-archive-label {
  background-color: #f0c9b7;
}

.news-archive-title {
  margin-bottom: 12px;
  color: #336abd;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1.6;
}

.news-archive-body {
  color: #464d5a;
  line-height: 2;
}

.news-archive-body p:last-child {
  margin-bottom: 0;
}

.news-archive-body .button-default {
  margin-top: 18px;
}

.news-archive-link {
  color: #336abd;
  text-underline-offset: 3px;
}

.news-archive-back {
  max-width: 960px;
  margin: 36px auto 0;
  text-align: right;
}

@media only screen and (max-width: 767.98px) {
  .section-news {
    padding-bottom: 3.73rem;
  }

  .news-archive {
    padding: 0.28rem 0.14rem 0.34rem;
    border-radius: 0.15rem;
  }

  .news-archive-intro {
    margin-bottom: 0.26rem;
    font-size: 0.16rem;
    line-height: 1.85;
  }

  .news-archive-item {
    padding: 0.24rem 0;
  }

  .news-archive-item.is-highlighted {
    padding: 0.14rem 0.12rem;
  }

  .news-archive-meta {
    margin-bottom: 0.08rem;
    font-size: 0.13rem;
  }

  .news-archive-label {
    padding: 0.04rem 0.1rem;
  }

  .news-archive-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    line-height: 1.65;
  }

  .news-archive-body {
    font-size: 0.16rem;
    line-height: 1.9;
  }

  .news-archive-body .button-default {
    margin-top: 0.14rem;
  }

  .news-archive-back {
    margin-top: 0.28rem;
    text-align: center;
  }
}
