/* Scoped news detail page, adapted to the shared 1280px site shell. */
.news-detail-page,
.news-detail-page * {
  box-sizing: border-box;
}

.news-detail-page {
  background: #f6f8fb;
  color: #17233f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif;
}

.news-detail-page a {
  color: inherit;
  text-decoration: none;
}

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

.news-detail-page .news-container {
  max-width: 1280px;
}

.news-detail-banner .gg_img img {
  opacity: .22 !important;
}

.news-detail-banner .gg_t {
  max-width: 1120px !important;
  font-size: 46px !important;
  line-height: 1.02 !important;
}

.news-detail-banner .pl-banner-desc {
  max-width: 900px !important;
  margin-top: 18px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail-page .news-detail-top-links {
  margin-top: 34px !important;
}

.news-detail-banner-meta,
.news-detail-meta-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 20px;
}

.news-detail-banner-meta {
  margin-bottom: 18px;
}

.news-detail-banner-meta a:hover {
  color: #fff;
}

.news-detail-meta-row {
  margin-top: 22px;
}

.news-detail-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.news-detail-breadcrumb-wrap {
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.news-detail-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  color: #667085;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
}

.news-detail-breadcrumb a {
  color: #667085;
}

.news-detail-breadcrumb a:hover {
  color: #0172c2;
}

.news-detail-breadcrumb span:last-child {
  min-width: 0;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
}

.news-detail-main {
  padding: 56px 0 72px;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.news-detail-article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.news-detail-article-head {
  max-width: none;
  margin: 0;
  padding: 48px 0 42px;
  border-bottom: 1px solid #e8edf4;
  background:
    linear-gradient(135deg, rgba(1, 114, 194, .08), rgba(255, 140, 0, .06) 62%, rgba(255, 255, 255, 0)),
    #fff;
  text-align: left;
}

.news-detail-article-head > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-article-kicker {
  display: block;
  margin-bottom: 18px;
  line-height: 0;
}

.news-detail-article-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  color: #0172c2;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: inset 0 0 0 1px rgba(1, 114, 194, .14);
}

.news-detail-article-head h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #17233f;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.news-detail-article-head .news-detail-deck {
  margin-top: 22px;
  margin-bottom: 0;
  color: #667085;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

.news-detail-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.news-detail-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef6fd;
  color: #0172c2;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
}

.news-detail-article-meta span + span {
  background: #f3f6fa;
  color: #667085;
}

.news-detail-head-tools {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e5eaf1;
}

.news-detail-head-share {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.news-detail-figure {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  aspect-ratio: 16 / 8.4;
  overflow: hidden;
  background: #edf2f7;
}

.news-detail-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 0 44px;
  color: #333a4d;
  font-size: 16px;
  line-height: 1.68;
}

.news-detail-content:before {
  display: none;
}

.news-detail-content p,
.news-detail-content div,
.news-detail-content li {
  color: #333a4d;
  font-size: 16px;
  line-height: 1.68;
}

.news-detail-content p {
  margin: 0 0 6px;
}

.news-detail-content p:empty,
.news-detail-content div:empty {
  display: none;
}

.news-detail-content br {
  line-height: 1.2;
}

.news-detail-content h1,
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4 {
  position: relative;
  margin: 24px 0 10px;
  color: #17233f;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.28;
}

.news-detail-content h2 {
  padding-left: 16px;
}

.news-detail-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: .2em;
  bottom: .18em;
  width: 4px;
  border-radius: 999px;
  background: #ff8c00;
}

.news-detail-content h1 {
  font-size: 30px;
}

.news-detail-content h2 {
  font-size: 26px;
}

.news-detail-content h3 {
  font-size: 22px;
}

.news-detail-content ul,
.news-detail-content ol {
  margin: 0 0 16px 22px;
  padding: 0;
}

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

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

.news-detail-content blockquote {
  margin: 22px 0;
  padding: 22px 26px;
  border-left: 4px solid #ff8c00;
  border-radius: 0 10px 10px 0;
  background: #f6f8fb;
  color: #17233f;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
}

.news-detail-content table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.news-detail-content th,
.news-detail-content td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #333a4d;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.news-detail-content th {
  background: #f3f6fa;
  color: #17233f;
  font-weight: 700;
}

.news-detail-content img {
  height: auto !important;
  margin: 16px auto;
  border-radius: 10px;
}

.news-detail-content video,
.news-detail-content iframe {
  display: block;
  max-width: 100%;
  margin: 16px auto;
}

.news-detail-content img + p,
.news-detail-content video + p,
.news-detail-content iframe + p {
  margin-top: 8px;
}

.news-detail-takeaways {
  max-width: 760px;
  margin: 42px auto 0;
  padding: 26px 28px;
  border: 1px solid rgba(1, 114, 194, .16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(1, 114, 194, .07), rgba(255, 140, 0, .05)),
    #fbfdff;
}

.news-detail-takeaways-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.news-detail-takeaways-head span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ff8c00;
  box-shadow: 0 12px 24px rgba(255, 140, 0, .20);
}

.news-detail-takeaways-head span:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  margin: 7px auto 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.news-detail-takeaways h2 {
  margin: 0;
  color: #17233f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.news-detail-takeaways ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.news-detail-takeaways li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #333a4d;
  font-size: 15px;
  line-height: 1.65;
  list-style: none;
}

.news-detail-takeaways li span {
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: #0172c2;
}

.news-detail-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d9e1ec;
  border-radius: 50%;
  background: #fff;
  color: #667085 !important;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.news-detail-share-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.news-detail-share-btn:hover {
  border-color: #cfd8e6;
  background: #fff;
  color: #667085 !important;
  transform: translateY(-1px);
}

.news-detail-copy-status {
  min-width: 48px;
  color: #0172c2;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.news-detail-reading-nav {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 0 46px;
  border-top: 1px solid #eef1f5;
}

.news-detail-prev-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 18px;
  color: #8a96aa;
  font-size: 13px;
  line-height: 20px;
}

.news-detail-prev-link:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-detail-prev-link span {
  color: #98a2b3;
  font-weight: 700;
}

.news-detail-prev-link a {
  display: inline-block;
  max-width: 480px;
  overflow: hidden;
  color: #667085;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail-prev-link a:hover {
  color: #0172c2;
}

.news-detail-continue {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 26px 78px 26px 28px;
  border: 1px solid rgba(1, 114, 194, .14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 140, 0, .13), transparent 34%),
    linear-gradient(135deg, #f9fbff, #fff);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.news-detail-continue:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 140, 0, .32);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .10);
}

.news-detail-continue:before {
  content: "";
  position: absolute;
  z-index: 4;
  right: 26px;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border-radius: 50%;
  background: #ff8c00;
  box-shadow: 0 14px 26px rgba(255, 140, 0, .22);
  pointer-events: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.news-detail-continue:after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 43px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
  transform: rotate(45deg);
}

.news-detail-continue:hover:before {
  transform: scale(1.05);
  box-shadow: 0 18px 32px rgba(255, 140, 0, .30);
}

.news-detail-continue span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #0172c2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 16px;
  text-transform: uppercase;
}

.news-detail-continue a {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #17233f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail-continue a:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -28px;
  right: -78px;
  top: -50px;
  bottom: -26px;
}

.news-detail-continue a:hover {
  color: #17233f;
}

.news-detail-aside {
  position: sticky;
  top: 124px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
}

.news-detail-side-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}

.news-detail-side-card h3 {
  margin: 0;
  padding: 22px 22px 16px;
  color: #17233f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.news-detail-related-card > h3:first-child {
  font-size: 22px;
  line-height: 1.3;
}

.news-detail-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  margin: 0 22px 22px;
  overflow: hidden;
  border: 1px solid #d9e1ec;
  border-radius: 999px;
  background: #f8fafc;
}

.news-detail-search input {
  min-width: 0;
  height: 46px;
  padding: 0 0 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17233f;
  font-size: 14px;
}

.news-detail-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #0172c2;
  cursor: pointer;
}

.news-detail-related {
  margin: 0;
  padding: 0 18px 20px;
}

.news-detail-related li {
  list-style: none;
}

.news-detail-related li + li {
  border-top: 1px solid #eef1f5;
}

.news-detail-related a {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  padding: 17px 0;
}

.news-detail-related-img {
  display: block;
  width: 94px;
  height: 74px;
  overflow: hidden;
  border-radius: 8px;
  background: #edf2f7;
}

.news-detail-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.news-detail-related a:hover img {
  transform: scale(1.06);
}

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

.news-detail-related-text strong {
  display: -webkit-box;
  overflow: hidden;
  color: #17233f;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-detail-related a:hover strong {
  color: #ff8c00;
}

.news-detail-related-text em {
  display: block;
  margin-top: 6px;
  color: #98a2b3;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}

.news-detail-tag-list {
  padding: 0 18px 22px;
}

.news-detail-tag-list,
.news-detail-tag-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.news-detail-tag-list li {
  list-style: none;
}

.news-detail-tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #667085;
  font-size: 13px;
  line-height: 18px;
}

.news-detail-tag-list a:hover {
  background: #ff8c00;
  color: #fff;
}

.news-detail-cta-card {
  padding: 24px 22px;
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 140, 0, .18), transparent 36%),
    linear-gradient(135deg, #10294a, #0b2545);
  color: #fff;
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 16px 36px rgba(11, 37, 69, .12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.news-detail-cta-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 140, 0, .34);
  box-shadow: 0 24px 52px rgba(11, 37, 69, .22);
}

.news-detail-cta-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.news-detail-cta-card h3 {
  padding: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.42;
}

.news-detail-cta-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #ff8c00;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  box-shadow: 0 12px 24px rgba(255, 140, 0, .18);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.news-detail-cta-card a:hover {
  background: #e67e00;
  color: #fff;
  box-shadow: 0 16px 30px rgba(255, 140, 0, .28);
  transform: translateY(-1px);
}

@media (max-width: 1023px) {
  .news-detail-banner .gg_t {
    font-size: 40px !important;
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-detail-aside {
    position: static;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-detail-cta-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .news-detail-banner {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }

  .news-detail-banner .gg_t {
    font-size: 32px !important;
  }

  .news-detail-banner-meta {
    margin-bottom: 14px;
  }

  .news-detail-banner .pl-banner-desc {
    display: none !important;
  }

  .news-detail-main {
    padding: 30px 0 48px;
  }

  .news-detail-breadcrumb {
    padding: 14px 0;
  }

  .news-detail-article,
  .news-detail-side-card {
    border-radius: 10px;
  }

  .news-detail-figure {
    aspect-ratio: 16 / 10.5;
  }

  .news-detail-article-head {
    padding: 32px 22px 26px;
  }

  .news-detail-article-head > * {
    max-width: 100%;
  }

  .news-detail-article-head h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .news-detail-article-head .news-detail-deck {
    font-size: 16px;
    line-height: 1.7;
  }

  .news-detail-head-tools {
    width: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    margin-top: 22px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .news-detail-article-meta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .news-detail-article-meta span {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .news-detail-head-share {
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .news-detail-head-share .news-detail-copy-status {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 0;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .news-detail-takeaways {
    margin: 28px 22px 0;
    padding: 22px 20px;
  }

  .news-detail-content {
    padding: 30px 22px 34px;
    font-size: 16px;
    line-height: 1.76;
  }

  .news-detail-content p,
  .news-detail-content div,
  .news-detail-content li {
    font-size: 16px;
    line-height: 1.76;
  }

  .news-detail-content h1 {
    font-size: 27px;
  }

  .news-detail-content h2 {
    font-size: 24px;
  }

  .news-detail-content h3 {
    font-size: 21px;
  }

  .news-detail-content blockquote {
    padding: 18px 20px;
    font-size: 18px;
  }

  .news-detail-reading-nav {
    max-width: none;
    margin: 0 22px;
    padding: 8px 0 28px;
  }

  .news-detail-prev-link {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
  }

  .news-detail-prev-link a {
    max-width: 100%;
  }

  .news-detail-continue {
    padding: 22px 68px 22px 20px;
  }

  .news-detail-continue a {
    font-size: 18px;
    white-space: normal;
  }

  .news-detail-continue a:before {
    left: -20px;
    right: -68px;
    top: -46px;
    bottom: -22px;
  }

  .news-detail-continue:before {
    right: 20px;
  }

  .news-detail-continue:after {
    right: 37px;
  }

  .news-detail-share-btn {
    width: 40px;
    height: 40px;
  }

  .news-detail-aside {
    grid-template-columns: 1fr;
  }
}
