.news-page {
  min-width: 0;
  color: #252b31;
  background: #f6f9f8;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.news-page .nav-news-link[aria-current="page"] {
  color: #0fac75;
}

.site-main {
  min-height: 620px;
  padding: 138px 24px 88px;
  background: linear-gradient(180deg, #effaf6 0, #f7faf9 320px, #f6f9f8 100%);
}

.site-main .container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.news-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: #7a848b;
  font-size: 14px;
}

.news-breadcrumb a {
  color: #536069;
}

.news-breadcrumb a:hover {
  color: #0fac75;
}

.news-wrap {
  overflow: hidden;
  border: 1px solid rgba(15, 172, 117, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(27, 69, 55, .09);
}

.features {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 600px;
}

.features .left {
  padding: 42px 24px;
  background: linear-gradient(180deg, #ecfaf5 0%, #f8fcfa 100%);
  border-right: 1px solid #e4eeea;
}

.features .left a {
  display: block;
  padding: 14px 18px;
  color: #536069;
  font-size: 16px;
  border-radius: 12px;
}

.features .left a.active,
.features .left a:hover {
  color: #fff;
  background: #0fac75;
  box-shadow: 0 10px 22px rgba(15, 172, 117, .2);
}

.features .right {
  min-width: 0;
  padding: 46px 52px 56px;
}

.newsc > h1,
.blog-detail .title {
  margin: 0;
  color: #27312e;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.article-list {
  margin-top: 24px;
  border-top: 1px solid #e7eeeb;
}

.article-card {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #e7eeeb;
}

.article-thumb {
  flex: 0 0 220px;
  height: 138px;
  overflow: hidden;
  border-radius: 12px;
  background: #edf7f3;
}

.article-thumb a,
.article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.article-thumb img {
  object-fit: cover;
  transition: transform .3s ease;
}

.article-card:hover .article-thumb img {
  transform: scale(1.035);
}

.article-card-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.article-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.article-card h2 a {
  color: #27312e;
}

.article-card h2 a:hover {
  color: #0fac75;
}

.article-card p {
  margin: 0;
  color: #68737a;
  font-size: 15px;
  line-height: 1.8;
}

.read-more {
  margin-left: 6px;
  color: #0fac75;
  white-space: nowrap;
}

.article-date {
  margin-top: auto;
  padding-top: 12px;
  color: #92999e;
  font-size: 13px;
  text-align: right;
}

.pages {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.pages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages a,
.pages span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 13px;
  color: #59656c;
  border: 1px solid #dce7e2;
  border-radius: 10px;
  background: #fff;
}

.pages .active span,
.pages .active a,
.pages span.current,
.pages a:hover {
  color: #fff;
  border-color: #0fac75;
  background: #0fac75;
}

.post-time {
  margin-top: 12px;
  padding-bottom: 22px;
  color: #92999e;
  font-size: 14px;
  border-bottom: 1px solid #e7eeeb;
}

.blog-detail .content {
  overflow-wrap: anywhere;
  padding: 28px 0;
  color: #3c474d;
  font-size: 16px;
  line-height: 1.95;
}

.blog-detail .content img,
.blog-detail .content video,
.blog-detail .content iframe,
.blog-detail .content table {
  max-width: 100%;
}

.blog-detail .content img {
  height: auto;
  border-radius: 12px;
}

.article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #e7eeeb;
  border-bottom: 1px solid #e7eeeb;
}

.article-nav p {
  min-width: 0;
  color: #68737a;
  line-height: 1.7;
}

.article-nav p:last-child {
  text-align: right;
}

.article-nav a,
.blog-detail-back {
  color: #0fac75;
}

.blog-detail-back {
  display: inline-flex;
  margin-top: 28px;
  padding: 12px 18px;
  border: 1px solid rgba(15, 172, 117, .28);
  border-radius: 10px;
  background: #f1fbf7;
}

.news-footer-summary {
  max-width: 310px;
  margin: 22px 0 0;
  color: #939393;
  font-size: 13px;
  line-height: 1.75;
}

.news-footer-company {
  margin-top: 20px;
  color: #939393;
  font-size: 12px;
}

.news-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  max-width: 1180px;
  margin: 42px auto 0;
  padding: 24px 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.news-footer-links a {
  color: #939393;
  font-size: 13px;
}

.news-footer-links a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .site-main {
    padding: 108px 15px 56px;
  }

  .features {
    display: block;
  }

  .features .left {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #e4eeea;
  }

  .features .left a {
    padding: 11px 15px;
    text-align: center;
  }

  .features .right {
    padding: 32px 26px 40px;
  }
}

@media (max-width: 600px) {
  .site-main {
    padding-top: 88px;
  }

  .news-wrap {
    border-radius: 16px;
  }

  .features .right {
    padding: 26px 18px 34px;
  }

  .newsc > h1,
  .blog-detail .title {
    font-size: 26px;
  }

  .article-card {
    display: block;
    padding: 22px 0;
  }

  .article-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 18px;
  }

  .article-card h2 {
    font-size: 18px;
  }

  .article-date {
    margin-top: 10px;
  }

  .article-nav {
    grid-template-columns: 1fr;
  }

  .article-nav p:last-child {
    text-align: left;
  }
}
