html.news-detail-html {
  --news-detail-u: calc(100vw / 1920);
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

html.news-detail-html body.news-detail-page {
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  color: #050c3e;
  background: #fff;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
  font-weight: 400;
}

.news-detail-page .header {
  z-index: 200;
}

.news-detail-wrap {
  box-sizing: border-box;
  width: 100%;
  margin-top: 70px;
  padding: calc(24 * var(--news-detail-u)) 0 calc(95 * var(--news-detail-u));
  background: linear-gradient(162deg, #e5f0ff 0%, #fff 44.15%);
}

.news-detail-shell {
  box-sizing: border-box;
  width: 100%;
}

.news-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--news-detail-u));
  width: max-content;
  height: calc(22 * var(--news-detail-u));
  margin-left: calc(264 * var(--news-detail-u));
  color: rgba(5, 12, 62, 0.5);
  font-size: var(--fs-16);
  line-height: calc(22 * var(--news-detail-u));
  white-space: nowrap;
}

.news-detail-breadcrumb a,
.news-detail-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.news-detail-breadcrumb a:hover {
  color: #125bce;
  opacity: 1;
}

.news-detail-breadcrumb img {
  display: block;
  flex: 0 0 auto;
  width: calc(16 * var(--news-detail-u));
  height: calc(16 * var(--news-detail-u));
}

.news-detail-layout {
  display: grid;
  grid-template-columns: calc(912 * var(--news-detail-u)) calc(360 * var(--news-detail-u));
  column-gap: calc(120 * var(--news-detail-u));
  align-items: start;
  width: calc(1392 * var(--news-detail-u));
  margin-top: calc(67 * var(--news-detail-u));
  margin-left: calc(264 * var(--news-detail-u));
}

.news-detail-article,
.news-detail-related {
  min-width: 0;
}

.news-detail-page .news-detail-article {
  width: calc(912 * var(--news-detail-u));
  margin: 0;
  padding: 0;
  overflow: visible;
  color: #050c3e;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.news-detail-article__header {
  position: relative;
  width: 100%;
  padding-bottom: calc(36 * var(--news-detail-u));
  border-bottom: calc(2 * var(--news-detail-u)) solid rgba(5, 12, 62, 0.12);
}

.news-detail-page .news-detail-article .article-title {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #050c3e;
  font-size: var(--fs-42);
  font-weight: 400;
  line-height: calc(59 * var(--news-detail-u));
  letter-spacing: 0;
}

.news-detail-page .news-detail-article .article-date {
  display: block;
  margin-top: calc(77 * var(--news-detail-u));
  color: rgba(5, 12, 62, 0.8);
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: calc(36 * var(--news-detail-u));
}

.news-detail-page .article-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: calc(36 * var(--news-detail-u));
  color: rgba(5, 12, 62, 0.8);
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: calc(36 * var(--news-detail-u));
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: anywhere;
}

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

.news-detail-page .article-content > :last-child {
  margin-bottom: 0;
}

.news-detail-page .article-content p {
  margin: 0 0 calc(42 * var(--news-detail-u));
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.news-detail-page .article-content h2,
.news-detail-page .article-content h3 {
  margin: 0 0 calc(24 * var(--news-detail-u));
  color: #050c3e;
  font-size: var(--fs-28);
  font-weight: 500;
  line-height: calc(36 * var(--news-detail-u));
  letter-spacing: 0;
  text-align: left;
}

.news-detail-page .article-content p + h2,
.news-detail-page .article-content p + h3,
.news-detail-page .article-content img + h2,
.news-detail-page .article-content img + h3 {
  margin-top: calc(42 * var(--news-detail-u));
}

.news-detail-page .article-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: calc(42 * var(--news-detail-u)) 0;
  border-radius: 0;
  object-fit: cover;
}

.news-detail-page .article-content p > img:only-child {
  margin: 0;
}

.news-detail-page .article-content p:has(> img:only-child) {
  margin-bottom: calc(42 * var(--news-detail-u));
}

.news-detail-page .article-content ul,
.news-detail-page .article-content ol {
  margin: 0 0 calc(42 * var(--news-detail-u));
  padding-left: 1.4em;
}

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

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

.news-detail-page .article-content li {
  margin: 0 0 calc(10 * var(--news-detail-u));
}

.news-detail-page .article-content blockquote {
  margin: calc(42 * var(--news-detail-u)) 0;
  padding: calc(18 * var(--news-detail-u)) calc(24 * var(--news-detail-u));
  color: rgba(5, 12, 62, 0.72);
  background: rgba(229, 240, 255, 0.72);
  border: 0;
  border-left: calc(3 * var(--news-detail-u)) solid #125bce;
  border-radius: 0;
  font-style: normal;
}

.news-detail-page .article-content a {
  color: #125bce;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.news-detail-related {
  box-sizing: border-box;
  width: calc(360 * var(--news-detail-u));
  padding-top: calc(17 * var(--news-detail-u));
}

.news-detail-page .news-detail-related > h2 {
  margin: 0 0 calc(31 * var(--news-detail-u));
  color: #050c3e;
  font-size: var(--fs-28);
  font-weight: 500;
  line-height: calc(39 * var(--news-detail-u));
}

.news-detail-related__list {
  display: flex;
  flex-direction: column;
  gap: calc(60 * var(--news-detail-u));
}

.news-detail-related__card {
  display: block;
  width: 100%;
  color: #050c3e;
  text-decoration: none;
}

.news-detail-related__card:hover {
  opacity: 1;
}

.news-detail-related__card img {
  display: block;
  width: calc(360 * var(--news-detail-u));
  height: calc(186 * var(--news-detail-u));
  margin: 0 0 calc(24 * var(--news-detail-u));
  object-fit: cover;
}

.news-detail-page .news-detail-related__card h3 {
  display: -webkit-box;
  width: 100%;
  margin: 0 0 calc(16 * var(--news-detail-u));
  overflow: hidden;
  color: #050c3e;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: calc(30 * var(--news-detail-u));
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-detail-related__card time {
  display: block;
  color: rgba(5, 12, 62, 0.5);
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: calc(25 * var(--news-detail-u));
}

.news-detail-shell--error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(600 * var(--news-detail-u));
  padding: calc(80 * var(--news-detail-u)) calc(160 * var(--news-detail-u));
}

.news-detail-page .error-state {
  width: calc(720 * var(--news-detail-u));
  padding: calc(80 * var(--news-detail-u));
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
}

.news-detail-page .error-state h1 {
  margin: 0 0 calc(16 * var(--news-detail-u));
  color: #050c3e;
  font-size: var(--fs-32);
  font-weight: 500;
  line-height: 1.3;
}

.news-detail-page .error-state p {
  margin: 0 0 calc(28 * var(--news-detail-u));
  color: rgba(5, 12, 62, 0.6);
  font-size: var(--fs-18);
  line-height: 1.7;
}

.news-detail-page .error-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(160 * var(--news-detail-u));
  height: calc(48 * var(--news-detail-u));
  padding: 0 calc(24 * var(--news-detail-u));
  color: #fff;
  font-size: var(--fs-16);
  background: #125bce;
  border-radius: calc(4 * var(--news-detail-u));
  text-decoration: none;
}

@media (max-width: 768px) {
  html.news-detail-html:not([data-mobile]) {
    --news-detail-u: 1px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-wrap {
    margin-top: 64px;
    padding: 24px 20px 80px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-breadcrumb {
    gap: 6px;
    height: auto;
    margin: 0;
    font-size: var(--fs-12);
    line-height: 20px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-breadcrumb img {
    width: 12px;
    height: 12px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-layout {
    display: block;
    width: 100%;
    margin: 32px 0 0;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-article,
  html.news-detail-html:not([data-mobile]) .news-detail-related {
    width: 100%;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-article__header {
    padding-bottom: 24px;
    border-bottom-width: 1px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-article .article-title {
    width: 100%;
    margin-left: 0;
    font-size: var(--fs-28);
    line-height: 1.42;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-article .article-date {
    margin-top: 24px;
    font-size: var(--fs-14);
    line-height: 22px;
  }

  html.news-detail-html:not([data-mobile]) .article-content {
    width: 100%;
    margin-left: 0;
    padding-top: 24px;
    font-size: var(--fs-16);
    line-height: 1.85;
  }

  html.news-detail-html:not([data-mobile]) .article-content p,
  html.news-detail-html:not([data-mobile]) .article-content ul,
  html.news-detail-html:not([data-mobile]) .article-content ol {
    margin-bottom: 22px;
  }

  html.news-detail-html:not([data-mobile]) .article-content h2,
  html.news-detail-html:not([data-mobile]) .article-content h3 {
    margin-bottom: 14px;
    font-size: var(--fs-22);
    line-height: 1.5;
  }

  html.news-detail-html:not([data-mobile]) .article-content img {
    margin: 24px 0;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related {
    margin-top: 56px;
    padding-top: 0;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related > h2 {
    margin-bottom: 22px;
    font-size: var(--fs-24);
    line-height: 1.4;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related__list {
    gap: 32px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related__card img {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 186;
    margin-bottom: 16px;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related__card h3 {
    margin-bottom: 10px;
    font-size: var(--fs-18);
    line-height: 1.5;
  }

  html.news-detail-html:not([data-mobile]) .news-detail-related__card time {
    font-size: var(--fs-14);
    line-height: 22px;
  }
}
.news-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(24 / 1920 * 100vw);
  margin-top: calc(40 / 1920 * 100vw);
}
.news-detail-gallery figure { margin: 0; }
.news-detail-gallery img { display: block; width: 100%; height: auto; border-radius: calc(8 / 1920 * 100vw); }
.news-detail-gallery figcaption { margin-top: calc(8 / 1920 * 100vw); color: #6b7280; font-size: var(--fs-14); }
@media (max-width: 1080px) {
  .news-detail-gallery { grid-template-columns: 1fr; gap: calc(24 / 1080 * 100vw); margin-top: calc(40 / 1080 * 100vw); }
  .news-detail-gallery img { border-radius: calc(8 / 1080 * 100vw); }
  .news-detail-gallery figcaption { margin-top: calc(8 / 1080 * 100vw); font-size: var(--fs-28); }
}

@media (max-width: 1080px) {
  html[data-mobile] body.news-detail-page {
    --news-detail-u: calc(100vw / 1080);
    padding-top: calc(120 / 1080 * 100vw) !important;
    background: #fff !important;
  }

  html[data-mobile] body.news-detail-page .news-detail-wrap {
    margin-top: 0;
    padding: calc(72 / 1080 * 100vw) calc(90 / 1080 * 100vw) calc(120 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-shell {
    width: 100%;
  }

  html[data-mobile] body.news-detail-page .news-detail-breadcrumb {
    gap: calc(16 / 1080 * 100vw);
    height: auto;
    margin: 0;
    font-size: var(--fs-28);
    line-height: calc(40 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-breadcrumb img {
    width: calc(28 / 1080 * 100vw) !important;
    height: calc(28 / 1080 * 100vw) !important;
  }

  html[data-mobile] body.news-detail-page .news-detail-layout {
    display: block;
    width: 100%;
    margin: calc(48 / 1080 * 100vw) 0 0;
  }

  html[data-mobile] body.news-detail-page .news-detail-article,
  html[data-mobile] body.news-detail-page .news-detail-related {
    width: 100%;
  }

  html[data-mobile] body.news-detail-page .news-detail-article__header {
    padding-bottom: calc(36 / 1080 * 100vw);
    border-bottom-width: 1px;
  }

  html[data-mobile] body.news-detail-page .news-detail-article .article-title {
    width: 100%;
    margin-left: 0;
    font-size: var(--fs-48);
    line-height: calc(64 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-article .article-date {
    margin-top: calc(32 / 1080 * 100vw);
    font-size: var(--fs-28);
    line-height: calc(40 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .article-content {
    width: 100%;
    margin-left: 0;
    padding-top: calc(40 / 1080 * 100vw);
    font-size: var(--fs-30);
    line-height: calc(52 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .article-content p,
  html[data-mobile] body.news-detail-page .article-content ul,
  html[data-mobile] body.news-detail-page .article-content ol {
    margin-bottom: calc(36 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .article-content h2,
  html[data-mobile] body.news-detail-page .article-content h3 {
    margin-bottom: calc(24 / 1080 * 100vw);
    font-size: var(--fs-36);
    line-height: calc(52 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .article-content img {
    max-width: 100%;
    height: auto;
    margin: calc(40 / 1080 * 100vw) 0;
  }

  html[data-mobile] body.news-detail-page .news-detail-related {
    margin-top: calc(96 / 1080 * 100vw);
    padding-top: 0;
  }

  html[data-mobile] body.news-detail-page .news-detail-related > h2 {
    margin-bottom: calc(36 / 1080 * 100vw);
    font-size: var(--fs-42);
    line-height: calc(58 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-related__list {
    gap: calc(56 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-related__card img {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 186;
    margin-bottom: calc(24 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-related__card h3 {
    margin-bottom: calc(16 / 1080 * 100vw);
    font-size: var(--fs-32);
    line-height: calc(46 / 1080 * 100vw);
  }

  html[data-mobile] body.news-detail-page .news-detail-related__card time {
    font-size: var(--fs-28);
    line-height: calc(40 / 1080 * 100vw);
  }
}
