@charset "UTF-8";

/**
 * 2026 新闻详情：压过 style.css / media.css 中旧版 .news-detail-page（黄灰条、width 49.9%、!important 等）
 * 依赖：body.page-2026-detail + .news-detail.news-detail--2026
 */

body.page-2026-detail .news-detail.news-detail--2026 {
  overflow: visible !important;
  background: #f5f6f8 !important;
}

body.page-2026-detail .news-detail.news-detail--2026 > .container-outer {
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-box {
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 1.875rem !important;
  overflow: visible !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left {
  flex: 1 !important;
  min-width: 0 !important;
  box-shadow: 0 8px 36.8px 3.2px rgba(0, 0, 7, 0.08) !important;
  border-radius: 0.75rem !important;
  padding: 60px !important;
  background: #fff !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-title {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem !important;
  color: #1a1a1a !important;
  line-height: 1.35 !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-text {
  padding-bottom: 1.25rem !important;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 2.375rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
  align-items: center !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-text > span {
  font-size: 0.9375rem !important;
  color: #999 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-main {
  font-size: 1rem !important;
  color: #666 !important;
  line-height: 1.875rem !important;
  text-align: justify !important;
  padding: 0 0 60px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  overflow: visible !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-main p {
  font-size: 1rem !important;
  color: #666 !important;
  line-height: 1.875rem !important;
  padding-bottom: 1.25rem !important;
  margin: 0 !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: calc(50% - 8px) !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.4 !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  color: #666 !important;
  text-decoration: none !important;
  vertical-align: unset !important;
  box-sizing: border-box !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 30px !important;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.prev,
body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.next {
  background: #fff !important;
  background-color: #fff !important;
  text-align: left !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.prev span,
body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.next span {
  color: inherit !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.prev span,
body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.prev span svg {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 0.75rem !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.next span,
body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a.next span svg {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0.75rem !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a:hover {
  background: #0863c4 !important;
  background-color: #0863c4 !important;
  color: #fff !important;
  border-color: #0863c4 !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a:hover svg > path {
  stroke: #fff !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a .bt,
body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a .txt {
  position: static !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  overflow: visible !important;
}

body.page-2026-detail .list-breadcrumb-bar .list-breadcrumb__inner {
  justify-content: flex-end !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .latest-right {
  flex: 0 0 22.5rem !important;
  position: sticky !important;
  top: 6.5rem !important;
}

body.page-2026-detail .news-detail.news-detail--2026 .latest-right .latest-box ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 960px) {
  body.page-2026-detail .news-detail.news-detail--2026 .news-detail-box {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 2.5rem !important;
  }

  body.page-2026-detail .news-detail.news-detail--2026 .latest-right {
    position: static !important;
    flex: none !important;
    width: 100% !important;
    top: auto !important;
  }

  body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left {
    padding: 28px 20px !important;
  }

  body.page-2026-detail .news-detail.news-detail--2026 .news-detail-left .news-detail-page a {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-2026-detail .list-breadcrumb-bar .list-breadcrumb__inner {
    justify-content: flex-start !important;
  }
}
