.page-news {
  --display-font: Impact, 'Arial Narrow', 'PingFang SC Heavy', 'Microsoft YaHei', sans-serif;
  --rule-line: rgba(10, 31, 68, .14);
  background: var(--gray-bg);
  color: var(--ink);
  font-family: Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

.page-news a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(10, 31, 68, .18);
  text-underline-offset: 4px;
}

.page-news a:hover {
  color: var(--orange);
  text-decoration-color: var(--orange);
}

.page-news .news-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news .news-top {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 78%);
  color: #fff;
}

.page-news .news-hero {
  padding: 36px 0 40px;
  position: relative;
  overflow: hidden;
}

.page-news .news-hero::after {
  content: "21";
  position: absolute;
  right: 2%;
  top: 18%;
  font-family: var(--display-font);
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, .07);
  pointer-events: none;
}

.page-news .news-hero .breadcrumb {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.page-news .news-hero .breadcrumb a {
  color: rgba(255, 255, 255, .85);
}

.page-news .news-hero .breadcrumb a:hover {
  color: var(--orange);
}

.page-news .news-hero__kicker {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.page-news .news-hero__title {
  font-family: var(--display-font);
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.05;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.page-news .news-hero__title span {
  display: inline-block;
  font-size: .58em;
  line-height: 1.2;
  color: rgba(255, 255, 255, .82);
  border-left: 4px solid var(--orange);
  padding-left: 14px;
  margin-top: 12px;
}

.page-news .news-hero__desc {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.page-news .hero-figures {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.page-news .hero-figures li {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  padding: 12px 16px;
  min-width: 118px;
}

.page-news .hero-figures strong {
  display: block;
  font-family: var(--display-font);
  font-size: 28px;
  line-height: 1;
  color: var(--orange);
}

.page-news .hero-figures span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, .72);
}

.page-news .news-status {
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
}

.page-news .news-status__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .news-status .round-pulse {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-news .news-status .pulse-copy {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.page-news .news-status .pulse-copy strong {
  font-size: 16px;
}

.page-news .news-status .pulse-copy span {
  font-size: 13px;
  color: rgba(255, 255, 255, .66);
}

.page-news .status-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .status-chip {
  font-size: 13px;
  color: rgba(255, 255, 255, .85);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.page-news .news-columns {
  padding: 48px 0;
}

.page-news .news-columns__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.page-news .chapter-ledger {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--rule-line);
  padding-bottom: 12px;
}

.page-news .chapter-index {
  font-family: var(--display-font);
  font-size: 54px;
  line-height: .9;
  color: rgba(255, 107, 53, .32);
}

.page-news .chapter-title {
  font-family: var(--display-font);
  font-size: 28px;
  line-height: 1.1;
  color: var(--navy);
  margin: 0;
}

.page-news .news-main > .section-note,
.page-news .video-zone .section-note,
.page-news .archive-section .section-note {
  margin: 8px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.page-news .featured-article {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.page-news .featured-article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--orange);
}

.page-news .featured-article__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-news .featured-article__body {
  padding: 18px 20px 20px;
}

.page-news .featured-article__meta,
.page-news .article-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-news .featured-article__title {
  margin: 10px 0 8px;
  font-family: var(--display-font);
  font-size: 24px;
  line-height: 1.2;
  color: var(--navy);
}

.page-news .featured-article__title a {
  text-decoration: none;
}

.page-news .featured-article__title a:hover {
  color: var(--orange);
}

.page-news .featured-article__excerpt {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.page-news .text-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  text-decoration-color: rgba(255, 107, 53, .4);
}

.page-news .article-list {
  border-top: 1px solid var(--rule-line);
}

.page-news .article-row {
  position: relative;
  padding: 22px 0 22px 22px;
  border-bottom: 1px solid var(--rule-line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .2s ease, padding-left .2s ease;
}

.page-news .article-row:hover,
.page-news .article-row:focus-within {
  background: linear-gradient(90deg, rgba(255, 107, 53, .05), transparent 55%);
  padding-left: 26px;
}

.page-news .row-mark {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  width: 10px;
  height: 10px;
  background: var(--orange);
}

.page-news .article-row.is-new .row-mark {
  display: block;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, .16);
}

.page-news .article-row__main h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--display-font);
  color: var(--navy);
}

.page-news .article-row__main h3 a {
  text-decoration: none;
}

.page-news .article-row__main h3 a:hover {
  color: var(--orange);
}

.page-news .article-row__main p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 62ch;
}

.page-news .row-arrow {
  margin-left: auto;
  font-weight: 700;
  color: var(--orange);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s, transform .2s;
}

.page-news .article-row:hover .row-arrow,
.page-news .article-row:focus-within .row-arrow {
  opacity: 1;
  transform: none;
}

.page-news .tag-chip {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  background: var(--blue-bg);
  border-radius: 999px;
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid transparent;
}

.page-news a.tag-chip:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-bg);
}

.page-news .item-state {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.page-news .item-state--new {
  background: var(--orange);
  color: #fff;
}

.page-news .item-state--hot {
  background: var(--purple);
  color: #fff;
}

.page-news .item-state--done {
  background: var(--gray-bg);
  color: var(--muted);
}

.page-news .read-time {
  position: relative;
  font-size: 12px;
  color: var(--muted);
  cursor: help;
}

.page-news .read-time::after {
  content: "按每分钟约600字估算";
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  min-width: 160px;
  background: var(--navy);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .2s, transform .2s;
  z-index: 3;
  pointer-events: none;
}

.page-news .read-time:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-news .news-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-news .aside-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 6px 16px rgba(10, 31, 68, .05);
}

.page-news .aside-block__title {
  font-family: var(--display-font);
  font-size: 18px;
  color: var(--navy);
  margin: 0 0 14px;
  letter-spacing: .02em;
}

.page-news .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .hot-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule-line);
}

.page-news .hot-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .hot-list a {
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
}

.page-news .hot-list a:hover {
  color: var(--orange);
}

.page-news .hot-list span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted);
}

.page-news .guide-card__media {
  border-radius: 8px;
  overflow: hidden;
  margin: 12px 0;
}

.page-news .guide-card__media img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.page-news .guide-card p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 14px;
}

.page-news .video-zone {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 72%);
  color: #fff;
  padding: 56px 0 60px;
  position: relative;
  overflow: hidden;
}

.page-news .video-zone::after {
  content: "REPLAY";
  position: absolute;
  right: -10px;
  bottom: -30px;
  font-family: var(--display-font);
  font-size: clamp(90px, 14vw, 180px);
  color: rgba(255, 255, 255, .04);
  letter-spacing: .04em;
  line-height: 1;
  pointer-events: none;
}

.page-news .video-zone .chapter-ledger {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.page-news .video-zone .chapter-index {
  color: rgba(255, 107, 53, .6);
}

.page-news .video-zone .chapter-title {
  color: #fff;
}

.page-news .video-zone .section-note {
  color: rgba(255, 255, 255, .66);
}

.page-news .video-zone__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.page-news .video-poster {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
}

.page-news .video-poster img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-news .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 8px rgba(255, 107, 53, .25);
}

.page-news .video-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  max-width: 52ch;
}

.page-news .video-copy .btn {
  margin-top: 8px;
}

.page-news .archive-section {
  padding: 56px 0 60px;
  background: var(--gray-bg);
}

.page-news .archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.page-news .archive-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.page-news .archive-card h3 {
  font-family: var(--display-font);
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 22px;
  letter-spacing: .02em;
}

.page-news .archive-card__meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.page-news .archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .archive-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(10, 31, 68, .08);
  font-size: 14px;
}

.page-news .archive-list li:last-child {
  border-bottom: 0;
}

.page-news .archive-list a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

.page-news .archive-list a:hover {
  color: var(--orange);
}

.page-news .archive-card--wide img {
  margin-top: 14px;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.page-news .subscribe-box {
  padding: 56px 0 64px;
  background: var(--orange-bg);
}

.page-news .subscribe-box__content {
  background: var(--white);
  border: 1px solid rgba(255, 107, 53, .25);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  margin-top: 24px;
}

.page-news .subscribe-box__content > p {
  font-size: 15px;
  color: var(--ink);
  max-width: 68ch;
  margin: 0 0 12px;
}

.page-news .subscription-points {
  margin: 0 0 20px;
  padding-left: 20px;
}

.page-news .subscription-points li {
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 8px;
}

.page-news .subscribe-figures {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.page-news .subscribe-figures div {
  flex: 1 1 120px;
  background: var(--blue-bg);
  border-radius: 8px;
  padding: 14px 16px;
}

.page-news .subscribe-figures strong {
  display: block;
  font-family: var(--display-font);
  font-size: 30px;
  color: var(--orange);
  line-height: 1;
}

.page-news .subscribe-figures span {
  font-size: 12px;
  color: var(--muted);
}

.page-news .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .page-news .news-hero__title {
    font-size: 52px;
  }

  .page-news .news-status__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-news .featured-article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }

  .page-news .featured-article__media {
    height: 100%;
  }

  .page-news .featured-article__media img {
    height: 100%;
    aspect-ratio: auto;
  }

  .page-news .article-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .page-news .article-row__main {
    flex: 1;
  }

  .page-news .article-row__meta {
    flex: 0 0 190px;
    justify-content: flex-end;
  }

  .page-news .video-zone__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 40px;
  }

  .page-news .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .archive-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .page-news .archive-card--wide img {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .page-news .news-columns__inner {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
  }

  .page-news .news-aside {
    position: sticky;
    top: 24px;
  }

  .page-news .archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-news .archive-card--wide {
    grid-column: auto;
    display: block;
  }

  .page-news .archive-card--wide img {
    margin-top: 14px;
  }
}
