body.news-detail-template {
  background: #f6f7fa;
}

.article-page {
  --article-red: #d7222a;
  --article-ink: #111419;
  --article-muted: #68717d;
  --article-line: #f6f7fa;
  color: var(--article-ink);
  background: #f6f7fa;
}

.article-detail {
  position: relative;
  isolation: isolate;
}

.article-detail::before {
  content: "";
  position: absolute;
  top: 39.2rem;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: min(100%, 144rem);
  background: #fff;
  transform: translateX(-50%);
}

.article-layout.page-shell,
.related-news > .page-shell {
  width: min(calc(100% - 4.8rem), calc(var(--shell) - 4.8rem));
}

.article-header {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  min-width: 0;
  padding: 4.2rem 3.6rem 4.8rem 1.2rem;
  border-bottom: 0;
}

.article-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.4rem;
  width: calc(100% + 2.4rem);
  height: 6px;
  background: #f6f7fa;
}

.article-title-column {
  width: min(94rem, 100%);
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 3.2rem;
  color: #818995;
  font-size: 1.28rem;
}

.article-breadcrumb a {
  transition: color .2s ease;
}

.article-breadcrumb a:hover {
  color: var(--article-red);
}

.article-header h1 {
  min-width: 0;
  margin: 0;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.article-lead {
  max-width: none;
  margin: 1.8rem 0 0;
  color: var(--article-muted);
  font-size: 1.72rem;
  line-height: 1.8;
}

.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  margin-top: 2.4rem;
  color: #858d98;
  font-size: 1.24rem;
}

.article-meta > * {
  position: relative;
}

.article-meta > *:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.05rem;
  width: 1px;
  height: 1.1rem;
  background: var(--article-line);
  transform: translateY(-50%);
}

.article-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 94rem) 6px minmax(30rem, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0;
  align-items: start;
  padding: 0;
}

.article-layout::before {
  content: "";
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  background: #f6f7fa;
}

.article-layout::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2.4rem;
  width: calc(100% + 4.8rem);
  height: 6px;
  background: #f6f7fa;
}

.article-main {
  grid-column: 1;
  grid-row: 2;
  display: block;
  min-width: 0;
  padding: 4rem 3.6rem 7rem 1.2rem;
}

.article-promo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .7rem;
  color: #fff;
  background: #111419;
}

.article-promo-hero {
  min-height: 39.2rem;
  border-radius: 0;
}

.article-promo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.article-promo:hover > img,
.sidebar-promo:hover > img {
  transform: scale(1.025);
}

.article-promo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, .94) 0%, rgba(5, 6, 7, .78) 42%, rgba(5, 6, 7, .12) 74%);
}

.article-promo-hero .article-promo-copy {
  position: relative;
  z-index: 1;
  min-height: 39.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding-top: 8.8rem;
  padding-bottom: 2.4rem;
}

.article-promo-hero .article-promo-copy > * {
  max-width: 52rem;
}

.article-promo-copy em,
.sidebar-promo-copy em {
  color: #ff7a80;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
}

.article-promo-copy strong {
  display: block;
  margin-top: 1.2rem;
  font-size: 3rem;
  line-height: 1.35;
}

.article-promo-copy small {
  margin-top: 1.3rem;
  color: rgba(255, 255, 255, .72);
  font-size: 1.32rem;
  line-height: 1.7;
}

.article-promo-copy b,
.sidebar-promo-copy b {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 2rem;
  color: #fff;
  font-size: 1.3rem;
}

.article-promo-copy svg,
.sidebar-promo-copy svg {
  width: 1.7rem;
  height: 1.7rem;
}

.article-body {
  max-width: none;
  padding-top: 0;
}

.article-body p,
.article-body li {
  color: #222;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.article-body p {
  margin: 0 0 2rem;
}

.article-body h2 {
  margin: 3rem 0 2rem;
  padding: 0;
  border: 0;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0;
}

.article-body h3,
.article-body h4 {
  margin: 3rem 0 2rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.article-body ul,
.article-body ol {
  margin: 1.8rem 0 2.6rem;
  padding-left: 2.5rem;
}

.article-body li {
  margin: .6rem 0;
  padding-left: .4rem;
}

.article-body li::marker {
  color: var(--article-red);
  font-weight: 800;
}

.article-body blockquote {
  margin: 2.8rem 0;
  padding: 1.6rem 2rem;
  border-left: .3rem solid var(--article-red);
  color: #444;
  background: #f7f8f9;
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.article-image {
  margin: 3.4rem 0;
}

.article-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--article-line);
  border-radius: .6rem;
  object-fit: cover;
}

.article-image figcaption {
  margin-top: .9rem;
  color: #818995;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

.article-table-wrap {
  margin: 2.6rem 0 3rem;
  overflow-x: auto;
  border-top: 1px solid var(--article-line);
  border-left: 1px solid var(--article-line);
}

.article-table-wrap table {
  width: 100%;
  min-width: 68rem;
  border-collapse: collapse;
  font-size: 1.42rem;
}

.article-table-wrap th,
.article-table-wrap td {
  padding: 1.4rem 1.6rem;
  border-right: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
  line-height: 1.65;
  text-align: left;
}

.article-table-wrap th {
  background: #f6f7f8;
  font-weight: 800;
}

.article-table-wrap td {
  color: #4c545f;
}

.article-end {
  max-width: 76rem;
  margin-top: 4rem;
  border-top: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
}

.article-reactions {
  max-width: 76rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 3.6rem;
  padding: 1.8rem 0;
}

.article-reactions button {
  min-width: 10.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: 0 1.6rem;
  border: 1px solid rgba(17, 20, 25, .1);
  border-radius: 2.2rem;
  color: #a0a6ae;
  background: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.article-reactions button:hover {
  color: #686f78;
  border-color: rgba(17, 20, 25, .18);
}

.article-reactions button.active {
  color: #000;
  border-color: rgba(0, 0, 0, .42);
  background: #fff;
}

.article-reactions button svg {
  width: 1.9rem;
  height: 1.9rem;
}

.article-reaction-count {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  font-size: 1.16rem;
  font-variant-numeric: tabular-nums;
}

.article-reaction-count::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: rgba(17, 20, 25, .12);
}

.article-reactions button.active .article-reaction-count::before {
  background: rgba(0, 0, 0, .24);
}

.article-end-bar {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.2rem 2rem;
  align-items: center;
  padding: 1.5rem 0;
}

.article-disclaimer {
  min-width: 0;
  max-width: none;
  margin: 0;
  color: #8b939e;
  font-size: 1.16rem;
  line-height: 1.7;
}

.article-siblings span {
  color: #858d98;
  font-size: 1.14rem;
}

.article-disclaimer strong {
  color: #4f5762;
  font-size: 1.22rem;
}

.article-siblings {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid #f6f7fa;
}

.article-siblings a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: baseline;
}

.article-siblings a:last-child {
  text-align: right;
}

.article-siblings strong {
  overflow: hidden;
  font-size: 1.24rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-sidebar {
  grid-column: 3;
  grid-row: 1 / 3;
  position: sticky;
  top: 11rem;
  display: grid;
  gap: 1.8rem;
  margin: 0;
  padding: 4.2rem 0 7rem 3rem;
}

.sidebar-promo {
  position: relative;
  min-height: 25rem;
  display: block;
  overflow: hidden;
  border-radius: .7rem;
  color: #fff;
  background: #111419;
}

.sidebar-promo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.sidebar-promo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 7, .18) 0%, rgba(5, 6, 7, .9) 100%);
}

.sidebar-promo-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem;
}

.sidebar-promo-copy strong {
  margin-top: .8rem;
  font-size: 2rem;
  line-height: 1.45;
}

.sidebar-promo-copy b {
  margin-top: 1.3rem;
  font-size: 1.18rem;
}

.sidebar-list-card {
  padding: 2.2rem 2.3rem;
  border: 1px solid var(--article-line);
  border-radius: .7rem;
  background: #fff;
}

.sidebar-list-card h2 {
  margin: 0 0 1.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--article-line);
  font-size: 1.8rem;
}

.sidebar-ranked-list,
.sidebar-latest-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-ranked-list {
  counter-reset: sidebar-rank;
}

.sidebar-ranked-list li {
  counter-increment: sidebar-rank;
}

.sidebar-ranked-list li + li,
.sidebar-latest-list li + li {
  border-top: 1px solid #f6f7fa;
}

.sidebar-ranked-list a {
  position: relative;
  display: block;
  padding: 1.3rem 0 1.3rem 2.7rem;
}

.sidebar-ranked-list a::before {
  content: counter(sidebar-rank, decimal-leading-zero);
  position: absolute;
  top: 1.35rem;
  left: 0;
  color: #a0a7b1;
  font-size: 1.12rem;
  font-weight: 800;
}

.sidebar-ranked-list li:nth-child(-n + 3) a::before {
  color: var(--article-red);
}

.sidebar-ranked-list span,
.sidebar-latest-list span {
  display: -webkit-box;
  overflow: hidden;
  color: #303640;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar-ranked-list time {
  display: block;
  margin-top: .5rem;
  color: #969da7;
  font-size: 1.06rem;
}

.sidebar-latest-list a {
  display: block;
  padding: 1.3rem 0;
}

.sidebar-latest-list time {
  display: block;
  margin-top: .5rem;
  color: #969da7;
  font-size: 1.06rem;
  line-height: 1.6;
}

.sidebar-ranked-list a:hover span,
.sidebar-latest-list a:hover span {
  color: var(--article-red);
}

.related-news {
  position: relative;
  isolation: isolate;
  padding: 0 0 7rem;
  border-top: 0;
  background: #f6f7fa;
}

.related-news::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: min(100%, 144rem);
  background: linear-gradient(to bottom, #f6f7fa 0 6px, #fff 6px 100%);
  transform: translateX(-50%);
}

.related-news::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: min(100%, 144rem);
  height: 6px;
  background: #f6f7fa;
  transform: translateX(-50%);
}

.related-news > .page-shell {
  padding-top: 5.8rem;
  border-top: 0;
}

.related-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.related-heading h2 {
  margin: 0;
  font-size: 2.8rem;
}

.related-heading > a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #65707c;
  font-size: 1.24rem;
}

.related-heading > a:hover {
  color: var(--article-red);
}

.related-heading svg {
  width: 1.6rem;
  height: 1.6rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4rem;
}

.related-card {
  min-width: 0;
  display: block;
  padding: 1.7rem 0;
  border-top: 1px solid var(--article-line);
}

.related-card h3 {
  min-height: 0;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-card time {
  display: block;
  margin-top: .7rem;
  color: #929aa5;
  font-size: 1.08rem;
}

.related-card:hover h3 {
  color: var(--article-red);
}

@media (max-width: 1180px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 6px 32rem;
  }

  .article-header {
    padding-right: 3.6rem;
  }

  .article-main {
    padding-right: 3.6rem;
  }

  .article-sidebar {
    padding-left: 1.5rem;
  }
}

@media (max-width: 900px) {
  .article-header {
    grid-column: 1;
    grid-row: 1;
    padding: 4.2rem 1.2rem 4.8rem;
  }

  .article-header h1 {
    font-size: 4.1rem;
  }

  .article-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 6px auto;
    gap: 0;
  }

  .article-layout::before {
    display: block;
    grid-column: 1;
    grid-row: 3;
    width: calc(100% + 4.8rem);
    height: 6px;
    align-self: auto;
    margin: 0 0 0 -2.4rem;
  }

  .article-main {
    grid-column: 1;
    grid-row: 2;
    padding: 4rem 1.2rem 3.6rem;
  }

  .article-sidebar {
    grid-column: 1;
    grid-row: 4;
    margin: 0;
    padding: 3.6rem 0 7rem;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-promo {
    grid-column: 1 / -1;
    min-height: 30rem;
  }
}

@media (max-width: 680px) {
  .article-layout::before {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }

  .article-layout::after {
    left: -1.5rem;
    width: calc(100% + 3rem);
  }

  .article-header {
    padding: 3rem .75rem 3.4rem;
  }

  .article-header::after {
    left: -1.5rem;
    width: calc(100% + 3rem);
  }

  .article-detail::before {
    top: 29rem;
  }

  .article-layout.page-shell,
  .related-news > .page-shell {
    width: min(calc(100% - 3rem), calc(var(--shell) - 3rem));
  }

  .article-breadcrumb {
    gap: .6rem;
    margin-bottom: 2.4rem;
    font-size: 1.14rem;
  }

  .article-header h1 {
    margin: 0;
    font-size: 2.65rem;
    line-height: 1.28;
  }

  .article-lead {
    margin-top: 1.3rem;
    font-size: 1.46rem;
    line-height: 1.75;
  }

  .article-meta {
    gap: .6rem 1.4rem;
    margin-top: 1.8rem;
    font-size: 1.08rem;
  }

  .article-meta > *:not(:last-child)::after {
    right: -.75rem;
  }

  .article-layout {
    gap: 0;
    padding: 0;
  }

  .article-main {
    padding-top: 2.4rem;
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .article-sidebar {
    padding-bottom: 5.2rem;
  }

  .article-promo-hero,
  .article-promo-hero .article-promo-copy {
    min-height: 29rem;
  }

  .article-promo-shade {
    background: linear-gradient(90deg, rgba(5, 6, 7, .93) 0%, rgba(5, 6, 7, .72) 62%, rgba(5, 6, 7, .18) 100%);
  }

  .article-promo-hero .article-promo-copy {
    padding-top: 8rem;
    padding-bottom: 1.8rem;
  }

  .article-promo-copy strong {
    max-width: 28rem;
    font-size: 2.05rem;
    line-height: 1.3;
  }

  .article-promo-copy small {
    font-size: 1.18rem;
  }

  .article-body {
    max-width: none;
    padding-top: 0;
  }

  .article-body p,
  .article-body li {
    font-size: 1.82rem;
    line-height: 3.1rem;
  }

  .article-body h2,
  .article-body h3,
  .article-body h4 {
    margin: 2.6rem 0 1.5rem;
    padding: 0;
    font-size: 1.82rem;
    line-height: 3.1rem;
  }

  .article-body blockquote {
    padding: 1.5rem 1.7rem;
    font-size: 1.7rem;
    line-height: 2.9rem;
  }

  .article-image figcaption {
    font-size: 1.1rem;
  }

  .article-end-bar {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1.3rem 0;
  }

  .article-end,
  .article-reactions {
    max-width: none;
  }

  .article-disclaimer {
    font-size: 1.3rem;
  }

  .article-disclaimer strong {
    font-size: 1.34rem;
  }

  .article-reactions {
    gap: .8rem;
    margin-top: 2.6rem;
    padding: 1.4rem 0;
  }

  .article-reactions button {
    min-width: 0;
    flex: 1;
    height: 4rem;
    padding: 0 .8rem;
    font-size: 1.18rem;
  }

  .article-siblings {
    grid-column: 1 / -1;
    gap: 1.5rem;
  }

  .article-siblings a {
    display: block;
  }

  .article-siblings span,
  .article-siblings strong {
    display: block;
  }

  .article-siblings strong {
    display: -webkit-box;
    margin-top: .4rem;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

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

  .sidebar-promo {
    grid-column: auto;
    min-height: 25rem;
  }

  .sidebar-list-card {
    padding: 1.8rem;
  }

  .related-news {
    padding: 0 0 5.6rem;
  }

  .related-news > .page-shell {
    padding-top: 4.8rem;
  }

  .related-heading h2 {
    font-size: 2.5rem;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .related-card {
    padding: 1.45rem 0;
  }

  .related-card h3 {
    min-height: 0;
    font-size: 1.82rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .sidebar-ranked-list span,
  .sidebar-latest-list span {
    font-size: 1.82rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .related-card time {
    font-size: 1rem;
  }
}

@media (max-width: 390px) {
  .article-promo-copy strong {
    max-width: 25rem;
    font-size: 1.9rem;
  }

  .article-promo-copy small {
    max-width: 25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-promo > img,
  .sidebar-promo > img,
  .article-reactions button {
    transition: none;
  }
}

