.document-announce {
  /* background: rgba(247, 248, 250, 1); */
}

.document-announce .section-content {
  padding-top: 40px;
}

.document-announce .announce {
  padding: 30px;
  background: #fff;
}

.document-announce .announce .announce-head {
  margin-bottom: 20px;
}

.document-announce .announce .announce-head a {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 32px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.90);
  text-decoration: none;
}

.document-announce .announce .announce-head a.active,
.document-announce .announce .announce-head a:hover {
  background: rgba(255, 103, 57, 1);
  color: #fff;
}

.document-announce .announce-list {
  padding: 20px;
}

.document-announce .announce-list .announce-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  ;
}

.document-announce .announce-list .announce-item:last-child {
  border-bottom: none;
}

.document-announce .announce-list .announce-item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
}

.document-announce .announce-list .announce-item a:hover {
  color: rgba(255, 103, 57, 1);
}

.document-announce .announce-list .announce-item .announce-item-time {
  font-size: 13px;
  text-align: right;
  min-width: 120px;
  color: rgba(0, 0, 0, 0.60);
}

/* 新闻 */
.document-news .news-head {
  padding: 40px 0 20px 40px;
  background: #fff;
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce {
  padding-top: 0;
}


/* 公告详情 */
.announce-details {
  background: #fff;
  padding: 30px 70px 100px 70px;
}

.announce-details .announce-title {
  text-align: center;
  font-size: 28px;
}

.announce-details .announce-details-time {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-cont {
  text-indent: 32px;
  line-height: 30px;
  padding: 60px;
  padding-top: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce-details .announce-details-cont {
  padding: 0;
  padding-bottom: 60px;
}

.announce-details .announce-details-page {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-page a {
  color: rgba(0, 0, 0, 0.90);
}

.announce-details .announce-details-page a:hover {
  color: rgba(255, 103, 57, 1)
}

.news-advert {
  margin-top: 30px;
  width: 910px;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 3px;
}


/* 新闻列表 */
.announce-new-left {
  padding-bottom: 0;
  flex: 1;
}

.announce-new-right {
  width: 400px;
  margin-left: 10px;
  flex-shrink: 0;
}

.news-box {
  margin-bottom: 10px;
  width: 400px;
  background: #FFFFFF;
  border-radius: 3px;
}

.bottom-news {
  width: calc((100% - 72px) / 3) !important;
}

.news-box .news-box-head {
  padding: 18px 27px;
  border-bottom: 1px solid #E6EAED;
}

.news-box .news-box-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-box .news-box-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-box .news-list {
  padding: 0 24px;
}

.news-box .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  font-size: 16px;
}

.news-box .news-list .news-item a {
  color: #333;
  flex: 1;
  line-height: 1;
}


.news-box .news-list .news-item .news-text {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box .news-list .news-item .news-time {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-new-right .news-box .news-list .news-item {
  font-size: 14px;
}

.news-box .news-list .news-item .news-number {
  margin-right: 10px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #DEDEDE;
  opacity: 1;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgba(222, 222, 222, 1);
}

.news-box .news-list .news-item:nth-child(1) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(2) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(3) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:last-child {
  border: none;
}

.news-box .news-tag {
  padding: 13px 12px;
  background: #F7F8F9;
  margin-bottom: 10px;
  margin-right: 10px;
}


.news-box-tag {
  width: 100%;
}

.news-box .news-box-cont {
  padding: 20px 40px 30px;
  background: #fff;
}

.news-box-tag .news-box-head,
.news-box-tag .news-box-cont {
  padding-left: 0;
  padding-top: 0;
  border: none;
}

/* 新闻列表 */
.news-index {
  background: #fff;
  padding: 40px;
}

.news-index-banner {
  position: relative;
  margin-right: 70px;
  width: 610px;
  height: 340px;
}

.news-index-banner .news-banner-cont {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  width: 610px;
  height: 80px;

}

.news-index-banner .news-banner-cont h5 {
  margin-bottom: 5px;
  z-index: 5;
}

.news-index-banner .news-banner-filter {
  position: absolute;
  width: 610px;
  height: 80px;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  border-radius: 0px 0px 3px 3px;

}


/* 新闻列表 */
.news-list-index {
  margin: -12px;
  margin-top: 24px;
}


.news-list-index .news-box {
  margin: 12px;
}

.announce-tabs .tab {
  display: none;
}

.announce-tabs .tab:first-child {
  display: block;
}

/* V10 detail pages: reserve the fixed header and prevent narrow-view overflow. */
.detail-theme-page {
  padding-top: 62px;
}

.detail-theme-page > .section-content {
  box-sizing: border-box;
  max-width: 1240px;
  padding-top: 24px;
  padding-bottom: 80px;
}

.detail-theme-page .breadcrumb {
  margin-bottom: 18px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.detail-theme-layout {
  width: 100%;
  min-width: 0;
  gap: 24px;
  align-items: flex-start;
}

.detail-theme-page .announce-details,
.detail-theme-page .announce-new-left,
.detail-theme-page .announce-new-right {
  box-sizing: border-box;
  min-width: 0;
}

.detail-theme-page .announce-new-right {
  flex: 0 0 320px;
  width: 320px;
  margin-left: 0;
}

.detail-theme-page .announce-new-right .news-box {
  width: 100%;
}

.detail-theme-page .announce-title,
.detail-theme-page .announce-details-cont,
.detail-theme-page .announce-details-cont a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-theme-page .announce-details-cont img,
.detail-theme-page .announce-details-cont video,
.detail-theme-page .announce-details-cont iframe {
  max-width: 100%;
  height: auto;
}

.detail-theme-page .announce-details-cont pre,
.detail-theme-page .announce-details-cont table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

/* News article typography. Article data can contain plain or rich HTML. */
.detail-theme-page .article-content {
  padding: 0 8px 48px;
  border-bottom: 1px solid #e8edf3;
  color: #2f3745;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  text-indent: 0;
}

.detail-theme-page .article-content > :first-child {
  margin-top: 0;
}

.detail-theme-page .article-content h1,
.detail-theme-page .article-content h2,
.detail-theme-page .article-content h3,
.detail-theme-page .article-content h4,
.detail-theme-page .article-content h5,
.detail-theme-page .article-content h6 {
  color: #1d2b3f;
  font-weight: 600;
  text-indent: 0;
}

.detail-theme-page .article-content h1 {
  margin: 36px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6ecf3;
  font-size: 28px;
  line-height: 1.45;
}

.detail-theme-page .article-content h2 {
  margin: 34px 0 16px;
  padding-left: 13px;
  border-left: 4px solid #337dff;
  font-size: 24px;
  line-height: 1.45;
}

.detail-theme-page .article-content h3 {
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.detail-theme-page .article-content h4,
.detail-theme-page .article-content h5,
.detail-theme-page .article-content h6 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.55;
}

.detail-theme-page .article-content p {
  margin: 0 0 18px;
  line-height: 1.9;
  text-align: justify;
  text-indent: 0;
}

.detail-theme-page .article-content > h2:first-child + p {
  margin-bottom: 30px;
  padding: 15px 18px;
  border-left: 3px solid #79a8ff;
  border-radius: 0 7px 7px 0;
  background: #f5f8ff;
  color: #42516a;
}

.detail-theme-page .article-content ul,
.detail-theme-page .article-content ol {
  margin: 0 0 22px;
  padding-left: 30px;
}

.detail-theme-page .article-content ul {
  list-style: disc outside;
}

.detail-theme-page .article-content ol {
  list-style: decimal outside;
}

.detail-theme-page .article-content li {
  display: list-item;
  margin: 7px 0;
  line-height: 1.8;
}

.detail-theme-page .article-content ul > li {
  list-style: disc outside;
}

.detail-theme-page .article-content ol > li {
  list-style: decimal outside;
}

.detail-theme-page .article-content li::marker {
  color: #337dff;
  font-weight: 600;
}

.detail-theme-page .article-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #337dff;
  background: #f6f8fb;
  color: #536078;
}

.detail-theme-page .article-content blockquote p:last-child {
  margin-bottom: 0;
}

.detail-theme-page .article-content a {
  color: #2f72e5;
  text-decoration: none;
}

.detail-theme-page .article-content a:hover {
  color: #165dcc;
  text-decoration: underline;
}

.detail-theme-page .article-content strong,
.detail-theme-page .article-content b {
  color: #202b3b;
  font-weight: 600;
}

.detail-theme-page .article-content img {
  display: block;
  margin: 24px auto;
  border-radius: 8px;
}

.detail-theme-page .article-content figure {
  margin: 24px 0;
  text-align: center;
}

.detail-theme-page .article-content figcaption {
  margin-top: -12px;
  color: #8792a5;
  font-size: 13px;
}

.detail-theme-page .article-content table {
  display: table;
  width: 100%;
  margin: 24px 0;
  border: 1px solid #dfe6ef;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  text-indent: 0;
}

.detail-theme-page .article-content th,
.detail-theme-page .article-content td {
  padding: 12px 14px;
  border: 1px solid #dfe6ef;
  text-align: left;
  vertical-align: top;
}

.detail-theme-page .article-content th {
  background: #f2f6fc;
  color: #24344d;
  font-weight: 600;
}

.detail-theme-page .article-content tr:nth-child(even) td {
  background: #fafcff;
}

.detail-theme-page .article-content pre {
  margin: 22px 0;
  padding: 16px 18px;
  border-radius: 7px;
  background: #172033;
  color: #e6edf7;
  font-size: 14px;
  line-height: 1.7;
  text-indent: 0;
}

.detail-theme-page .article-content code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #f0f3f8;
  color: #c7254e;
  font-size: 0.92em;
}

.detail-theme-page .article-content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.detail-theme-page .article-content hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #e3e9f1;
}

.detail-theme-page .article-content .highlight-box,
.detail-theme-page .article-content .conclusion-box {
  margin: 24px 0;
  padding: 18px 22px;
  border: 1px solid #dce7f8;
  border-radius: 9px;
  background: #f5f8ff;
}

.detail-theme-page .article-content .conclusion-box {
  border-color: #d7ebdf;
  background: #f3faf6;
}

.detail-theme-page .article-content .highlight-box p:last-child,
.detail-theme-page .article-content .conclusion-box p:last-child,
.detail-theme-page .article-content .footer-note p:last-child {
  margin-bottom: 0;
}

.detail-theme-page .article-content .info-tag {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 9px;
  border-radius: 4px;
  background: #337dff;
  color: #fff;
  font-size: 13px;
}

.detail-theme-page .article-content .footer-note {
  margin-top: 34px;
  padding: 14px 18px;
  border-top: 3px solid #79a8ff;
  border-radius: 7px;
  background: #f5f7fa;
  color: #748096;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1100px) {
  .detail-theme-layout {
    display: block;
  }

  .detail-theme-page .announce-new-right {
    width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 1080px) {
  .detail-theme-page {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .detail-theme-page > .section-content {
    padding: 16px 12px 48px;
  }

  .detail-theme-page .announce-details {
    padding: 24px 18px 60px;
  }

  .detail-theme-page .announce-details .announce-title {
    font-size: 22px;
    line-height: 1.45;
  }

  .detail-theme-page .announce-details .announce-details-time {
    margin: 14px 0 24px;
    font-size: 14px;
  }

  .detail-theme-page .article-content {
    padding: 0 0 36px;
    font-size: 16px;
    line-height: 1.85;
  }

  .detail-theme-page .article-content h1 {
    margin-top: 28px;
    font-size: 24px;
  }

  .detail-theme-page .article-content h2 {
    margin: 28px 0 14px;
    padding-left: 10px;
    font-size: 21px;
  }

  .detail-theme-page .article-content h3 {
    margin-top: 24px;
    font-size: 18px;
  }

  .detail-theme-page .article-content p {
    margin-bottom: 16px;
    line-height: 1.85;
  }

  .detail-theme-page .article-content > h2:first-child + p {
    padding: 13px 14px;
  }

  .detail-theme-page .article-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Editorial pages refresh — 2026-08 */
.editorial-page {
  overflow-x: hidden;
  background: #f4f7fb;
  color: #10233f;
}

.editorial-page *,
.editorial-page *::before,
.editorial-page *::after {
  box-sizing: border-box;
}

.editorial-page .section-content {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.editorial-hero {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  padding: 138px 0 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(110, 177, 255, .42), transparent 28%),
    radial-gradient(circle at 58% 110%, rgba(78, 125, 255, .34), transparent 36%),
    linear-gradient(128deg, #071b3d 0%, #123e85 58%, #1d70e8 100%);
  color: #fff;
}

.editorial-hero::before {
  position: absolute;
  z-index: -1;
  top: -210px;
  right: -70px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 150px rgba(255, 255, 255, .025);
  content: "";
}

.editorial-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.editorial-hero--news {
  background:
    radial-gradient(circle at 78% 8%, rgba(111, 192, 255, .45), transparent 27%),
    radial-gradient(circle at 61% 110%, rgba(87, 140, 255, .4), transparent 35%),
    linear-gradient(128deg, #061937 0%, #173c7d 52%, #256bd7 100%);
}

.editorial-hero--compact {
  min-height: 330px;
  padding-top: 124px;
  padding-bottom: 58px;
}

.editorial-hero__content {
  position: relative;
  z-index: 1;
}

.editorial-eyebrow,
.editorial-section-kicker,
.article-kicker,
.news-box-kicker {
  display: block;
  color: #55a7ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .18em;
}

.editorial-hero .editorial-eyebrow {
  color: #9bcaff;
}

.editorial-hero h1 {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.editorial-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(231, 242, 255, .82);
  font-size: 17px;
  line-height: 1.85;
}

.editorial-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.editorial-hero__highlights span {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.editorial-hero .editorial-breadcrumb {
  margin-bottom: 26px;
  color: rgba(226, 239, 255, .7);
}

.editorial-hero .editorial-breadcrumb a {
  color: rgba(255,255,255,.86);
}

.editorial-index {
  background: #f4f7fb;
}

.document-announce.editorial-index > .section-content {
  padding-top: 64px;
  padding-bottom: 90px;
}

.editorial-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.editorial-section-heading h2 {
  margin: 8px 0 0;
  color: #10233f;
  font-size: 30px;
  line-height: 1.25;
}

.editorial-section-heading > p {
  max-width: 440px;
  margin: 0 0 3px;
  color: #73819a;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.editorial-section-heading--categories {
  margin-top: 66px;
}

.document-announce.editorial-index .announce {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e6edf7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(22, 52, 92, .07);
}

.document-announce.editorial-index .announce .announce-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 22px 26px;
  border-bottom: 1px solid #edf2f8;
  background: #fbfdff;
}

.document-announce.editorial-index .announce .announce-head a {
  margin: 0;
  padding: 9px 20px;
  border: 1px solid #dce6f4;
  border-radius: 999px;
  background: #fff;
  color: #40516b;
  font-size: 14px;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.document-announce.editorial-index .announce .announce-head a.active,
.document-announce.editorial-index .announce .announce-head a:hover {
  border-color: #2f78ff;
  background: #2f78ff;
  color: #fff;
  transform: translateY(-1px);
}

.document-announce.editorial-index .announce-list {
  min-height: 280px;
  padding: 6px 30px;
}

.document-announce.editorial-index .announce-list .editorial-list-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 38px;
  gap: 22px;
  align-items: center;
  width: 100%;
  padding: 23px 4px;
  border-bottom: 1px solid #edf2f8;
  color: inherit;
  text-decoration: none;
  transition: padding .2s ease, background .2s ease;
}

.document-announce.editorial-index .announce-list .editorial-list-item:last-child {
  border-bottom: 0;
}

.document-announce.editorial-index .announce-list .editorial-list-item:hover {
  padding-right: 10px;
  padding-left: 10px;
  background: #f7faff;
}

.editorial-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-right: 1px solid #e6edf7;
  color: #7e8ca2;
}

.editorial-date strong {
  color: #1b4f96;
  font-size: 19px;
  line-height: 1.15;
}

.editorial-date span {
  margin-top: 4px;
  font-size: 12px;
}

.editorial-list-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.editorial-list-tag {
  margin-bottom: 7px;
  color: #2f78ff;
  font-size: 12px;
  font-weight: 600;
}

.editorial-list-title {
  max-width: 100%;
  overflow: hidden;
  color: #172a47;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editorial-list-desc {
  margin-top: 6px;
  color: #94a0b3;
  font-size: 13px;
}

.editorial-list-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #dbe6f5;
  border-radius: 50%;
  color: #2f78ff;
  font-size: 17px;
  transition: .2s ease;
}

.editorial-list-item:hover .editorial-list-arrow {
  border-color: #2f78ff;
  background: #2f78ff;
  color: #fff;
}

.editorial-state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 190px;
  padding: 30px;
  color: #8a97aa;
  font-size: 14px;
  text-align: center;
}

.editorial-state.is-loading::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #d4e4ff;
  border-top-color: #2f78ff;
  border-radius: 50%;
  content: "";
  animation: editorial-spin .75s linear infinite;
}

.editorial-state.is-error {
  color: #c14d4d;
}

.editorial-loading {
  display: grid;
  width: 100%;
  gap: 18px;
  padding: 20px 0;
}

.editorial-loading span {
  display: block;
  height: 70px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f4f7fb 25%, #edf3fa 37%, #f4f7fb 63%);
  background-size: 400% 100%;
  animation: editorial-shimmer 1.4s ease infinite;
}

@keyframes editorial-spin { to { transform: rotate(360deg); } }
@keyframes editorial-shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

.editorial-index .jr-page {
  min-height: 78px;
  padding: 18px 30px;
  border-top: 1px solid #edf2f8;
  background: #fbfdff;
}

.editorial-index .title-desc {
  color: #77859a;
  font-size: 13px;
}

.editorial-index .pagination {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-index .pagination a,
.editorial-index .pagination .page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dfe8f4;
  border-radius: 10px;
  background: #fff;
  color: #617089;
  text-decoration: none;
}

.editorial-index .pagination a.active,
.editorial-index .pagination a:hover {
  border-color: #2f78ff;
  background: #2f78ff;
  color: #fff;
}

.editorial-index .pagination .disabled a {
  pointer-events: none;
  opacity: .4;
}

/* News landing page */
.document-news.editorial-index .news-index {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr);
  gap: 24px;
  padding: 0;
  background: transparent;
}

.news-feature-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(16, 52, 104, .16);
}

.news-feature-card .news-index-banner {
  position: relative;
  width: 100%;
  height: 410px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(111, 197, 255, .7), transparent 28%),
    linear-gradient(135deg, #09265a, #1766ce 58%, #3697ff);
  background-position: center;
  background-size: cover;
}

.news-feature-card .news-index-banner::before {
  position: absolute;
  top: 48px;
  right: 54px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  content: "";
  transform: rotate(24deg);
  box-shadow: 0 0 0 34px rgba(255,255,255,.05), 0 0 0 68px rgba(255,255,255,.035);
}

.news-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 20, 45, .06), rgba(4, 18, 43, .86));
}

.news-feature-card .news-banner-cont {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: auto;
  height: auto;
  padding: 36px;
  flex-direction: column;
  color: #fff;
}

.news-feature-label {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  font-size: 12px;
}

.news-feature-card .news-banner-cont strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 27px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-card .news-banner-cont time {
  margin-top: 12px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.news-feature-link {
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
}

.news-feature-link b {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}

.news-feature-card:hover .news-feature-link b {
  transform: translateX(5px);
}

.document-news.editorial-index .news-box {
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e6edf7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(22, 52, 92, .065);
}

.document-news.editorial-index .news-box .news-box-head {
  min-height: 80px;
  padding: 20px 24px;
  align-items: center;
  border-bottom: 1px solid #edf2f8;
}

.document-news.editorial-index .news-box .news-title {
  height: auto;
  padding: 0;
  color: #172a47;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.document-news.editorial-index .news-box .news-title::before {
  display: none;
}

.document-news.editorial-index .news-box-head > a,
.news-more {
  color: #2f78ff;
  font-size: 13px;
  text-decoration: none;
}

.document-news.editorial-index .news-list {
  padding: 4px 24px;
}

.document-news.editorial-index .editorial-news-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 13px 0;
  border-bottom: 1px solid #edf2f8;
  color: #263a56;
  text-decoration: none;
}

.document-news.editorial-index .editorial-news-row:last-child {
  border-bottom: 0;
}

.document-news.editorial-index .editorial-news-row .news-text {
  display: block;
  max-width: none;
  overflow: hidden;
  color: #263a56;
  font-size: 14px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-news.editorial-index .editorial-news-row:hover .news-text {
  color: #2f78ff;
}

.document-news.editorial-index .editorial-news-row .news-time {
  color: #97a3b5;
  font-size: 12px;
  white-space: nowrap;
}

.news-row-arrow {
  color: #9aa9bd;
  transition: transform .2s ease, color .2s ease;
}

.editorial-news-row:hover .news-row-arrow {
  color: #2f78ff;
  transform: translateX(3px);
}

.news-list-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.news-list-index .bottom-news {
  width: auto !important;
  min-height: 300px;
}

.news-box-kicker {
  margin-bottom: 7px;
  font-size: 10px;
}

.editorial-category-page .announce {
  margin-top: 0;
}

/* Article content pages */
.article-page .detail-theme-page {
  min-height: 720px;
  padding-top: 112px;
  background:
    linear-gradient(180deg, #edf4ff 0, #f4f7fb 280px, #f4f7fb 100%);
}

.article-page .detail-theme-page > .section-content {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
  padding: 0 0 90px;
}

.article-page .editorial-breadcrumb {
  display: flex;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #7f8ca0;
  font-size: 13px;
}

.article-page .editorial-breadcrumb li + li::before {
  margin-right: 10px;
  color: #aab5c4;
  content: "/";
}

.article-page .editorial-breadcrumb a {
  color: #63738b;
  text-decoration: none;
}

.article-page .detail-theme-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}

.article-page .article-card {
  min-width: 0;
  padding: 54px 64px 44px;
  overflow: hidden;
  border: 1px solid #e6edf7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(22, 52, 92, .075);
}

.article-header {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaf0f7;
}

.article-header .article-kicker {
  margin-bottom: 16px;
}

.article-page .article-header .announce-title {
  margin: 0;
  color: #122844;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.02em;
  text-align: left;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 20px;
  color: #8996a9;
  font-size: 13px;
}

.article-meta span:first-child {
  color: #2f78ff;
  font-weight: 600;
}

.article-page .article-content,
.article-page .announce-details .announce-details-cont {
  max-width: 100%;
  padding: 0 0 50px;
  border-bottom: 1px solid #eaf0f7;
  color: #33465f;
  font-size: 16px;
  line-height: 1.95;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.article-page .article-content > *:first-child {
  margin-top: 0;
}

.article-page .article-content p {
  margin: 0 0 20px;
  color: #40516a;
  line-height: 1.95;
}

.article-page .article-content h1,
.article-page .article-content h2,
.article-page .article-content h3,
.article-page .article-content h4 {
  color: #132945;
  line-height: 1.45;
  text-indent: 0;
}

.article-page .article-content h2 {
  margin: 42px 0 18px;
  padding-left: 13px;
  border-left: 4px solid #2f78ff;
  font-size: 24px;
}

.article-page .article-content h3 {
  margin: 32px 0 14px;
  font-size: 20px;
}

.article-page .article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: 12px;
}

.article-page .article-content a {
  color: #216fe5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-page .article-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid #78adff;
  border-radius: 0 12px 12px 0;
  background: #f3f7fd;
  color: #53657e;
}

.article-page .article-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
}

.article-page .article-content th,
.article-page .article-content td {
  padding: 12px 14px;
  border: 1px solid #dfe7f2;
  text-align: left;
}

.article-page .article-content th {
  background: #f4f8fd;
  color: #1e3554;
}

.article-pagination {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.article-pagination__item {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 17px 18px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e2eaf5;
  border-radius: 14px;
  background: #f9fbfe;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.article-pagination__item:hover {
  border-color: #b8d1fa;
  background: #f2f7ff;
  transform: translateY(-2px);
}

.article-pagination__item span {
  margin-bottom: 6px;
  color: #8996aa;
  font-size: 12px;
}

.article-pagination__item strong {
  overflow: hidden;
  color: #243954;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-back {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #2f78ff;
  font-size: 14px;
  text-decoration: none;
}

.article-back::before {
  margin-right: 7px;
  content: "←";
}

.article-page .article-sidebar {
  position: sticky;
  top: 90px;
  width: auto;
  margin: 0;
}

.article-page .sidebar-card {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #e6edf7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(22, 52, 92, .065);
}

.article-page .sidebar-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px 22px 17px;
  border-bottom: 1px solid #edf2f8;
}

.sidebar-card__head > div > span {
  color: #69a5ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.article-page .sidebar-card__head .news-title {
  height: auto;
  margin-top: 6px;
  padding: 0;
  color: #182d49;
  font-size: 19px;
  font-weight: 600;
}

.article-page .sidebar-card__head .news-title::before {
  display: none;
}

.article-page .sidebar-card__head > a {
  color: #2f78ff;
  font-size: 12px;
  text-decoration: none;
}

.article-page .sidebar-card .news-list {
  padding: 5px 22px;
}

.sidebar-news-item {
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  border-bottom: 1px solid #edf2f8;
  text-decoration: none;
}

.sidebar-news-item:last-child {
  border-bottom: 0;
}

.sidebar-news-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: #31445e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar-news-item time {
  margin-top: 7px;
  color: #9aa6b7;
  font-size: 11px;
}

.sidebar-news-item:hover strong {
  color: #2f78ff;
}

.article-page .sidebar-cta {
  position: relative;
  padding: 28px 25px;
  overflow: hidden;
  border: 0;
  background: linear-gradient(145deg, #102f63, #176bd6);
  color: #fff;
}

.article-page .sidebar-cta::after {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 25px rgba(255,255,255,.05);
}

.article-page .sidebar-cta > span {
  color: #96c6ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.article-page .sidebar-cta h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.article-page .sidebar-cta p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(225,239,255,.76);
  font-size: 13px;
  line-height: 1.75;
}

.article-page .sidebar-cta a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 20px;
  padding: 9px 16px;
  border-radius: 8px;
  background: #fff;
  color: #1764c6;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .document-news.editorial-index .news-index {
    grid-template-columns: 1fr;
  }

  .news-feature-card .news-index-banner {
    height: 390px;
  }

  .article-page .detail-theme-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .article-page .article-card {
    padding-right: 44px;
    padding-left: 44px;
  }
}

@media (max-width: 900px) {
  .news-list-index {
    grid-template-columns: 1fr;
  }

  .article-page .detail-theme-layout {
    display: block;
  }

  .article-page .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
  }

  .article-page .sidebar-card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .editorial-page .section-content,
  .article-page .detail-theme-page > .section-content {
    width: calc(100% - 28px);
  }

  .editorial-hero {
    min-height: 350px;
    padding: 118px 0 56px;
  }

  .editorial-hero--compact {
    min-height: 300px;
    padding-top: 108px;
  }

  .editorial-hero h1 {
    margin-top: 13px;
    font-size: 36px;
  }

  .editorial-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .editorial-hero__highlights {
    margin-top: 22px;
  }

  .document-announce.editorial-index > .section-content {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .editorial-section-heading {
    display: block;
    margin-bottom: 20px;
  }

  .editorial-section-heading h2 {
    font-size: 25px;
  }

  .editorial-section-heading > p {
    margin-top: 10px;
    text-align: left;
  }

  .editorial-section-heading--categories {
    margin-top: 46px;
  }

  .document-announce.editorial-index .announce {
    border-radius: 15px;
  }

  .document-announce.editorial-index .announce .announce-head {
    gap: 8px;
    padding: 16px;
  }

  .document-announce.editorial-index .announce .announce-head a {
    padding: 8px 14px;
    font-size: 13px;
  }

  .document-announce.editorial-index .announce-list {
    padding: 2px 16px;
  }

  .document-announce.editorial-index .announce-list .editorial-list-item {
    grid-template-columns: 60px minmax(0, 1fr) 30px;
    gap: 13px;
    padding: 19px 0;
  }

  .document-announce.editorial-index .announce-list .editorial-list-item:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .editorial-date {
    min-height: 50px;
  }

  .editorial-date strong {
    font-size: 16px;
  }

  .editorial-list-title {
    font-size: 15px;
  }

  .editorial-list-desc {
    display: none;
  }

  .editorial-list-arrow {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .editorial-index .jr-page {
    display: block;
    padding: 17px 16px;
  }

  .editorial-index .pagination {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .editorial-index .pagination a,
  .editorial-index .pagination .page-ellipsis {
    min-width: 32px;
    height: 32px;
  }

  .news-feature-card,
  .document-news.editorial-index .news-box {
    border-radius: 15px;
  }

  .news-feature-card .news-index-banner {
    height: 350px;
  }

  .news-feature-card .news-banner-cont {
    padding: 26px 22px;
  }

  .news-feature-card .news-banner-cont strong {
    font-size: 22px;
  }

  .document-news.editorial-index .editorial-news-row {
    grid-template-columns: minmax(0, 1fr) 20px;
  }

  .document-news.editorial-index .editorial-news-row .news-time {
    display: none;
  }

  .article-page .detail-theme-page {
    padding-top: 96px;
  }

  .article-page .article-card {
    padding: 34px 20px 30px;
    border-radius: 15px;
  }

  .article-page .article-header .announce-title {
    font-size: 27px;
  }

  .article-header {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }

  .article-page .article-content,
  .article-page .announce-details .announce-details-cont {
    padding-bottom: 38px;
    font-size: 15px;
    line-height: 1.85;
  }

  .article-page .article-content p {
    line-height: 1.85;
  }

  .article-page .article-content h2 {
    margin-top: 34px;
    font-size: 21px;
  }

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

  .article-page .article-sidebar {
    display: block;
  }

  .article-page .sidebar-card {
    margin-bottom: 18px;
    border-radius: 15px;
  }
}
