/**
 * 新闻中心三级页专属样式
 */

.page-news-detail {
  min-width: 1400px;
  color: #2d2d2d;
  background: #fff;
}

.news-wrap {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.news-site-header {
  background: #fff;
}

.news-site-header__inner {
  height: 145px;
  display: flex;
  align-items: center;
}

.news-logo {
  display: block;
  width: 407px;
  height: 76px;
}

.news-logo:hover {
  text-decoration: none;
}

.news-logo__img {
  width: 407px;
  height: 76px;
  object-fit: contain;
}

.news-nav {
  height: 55px;
  background: #004a99;
}

.news-nav__list {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 34px;
  padding: 0 17px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.news-nav__list a:hover {
  text-decoration: none;
}

.news-nav__list a.is-active {
  color: #004a99;
  background: #fff;
}

.news-hero {
  position: relative;
  height: 375px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.03) 42%, rgba(0, 0, 0, 0.22)),
    url("../images/index/fzfw_2.png") center 33% / cover no-repeat;
}

.news-hero__inner {
  position: relative;
  height: 100%;
}

.news-hero__crumb {
  position: absolute;
  right: 0;
  bottom: 34px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.news-article {
  padding-top: 114px;
  padding-bottom: 265px;
}

.news-article__header {
  text-align: center;
  border-bottom: 1px dashed #a7a7a7;
  padding-bottom: 61px;
  margin-bottom: 88px;
}

.news-article__header h1 {
  margin: 0;
  color: #2c2c2c;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.news-article__header p {
  margin: 115px 0 0;
  color: #686868;
  font-size: 32px;
  line-height: 1;
}

.news-article__body {
  color: #2b2b2b;
  font-size: 23px;
  line-height: 2.08;
  letter-spacing: 2px;
}

.news-article__body p {
  margin: 0 0 42px;
  text-indent: 2em;
}

.news-article__image {
  display: inline;
  width: 100%;
  height: 838px;
  margin: 75px 0 70px;
  object-fit: cover;
}

.news-article img{
  display: inline;
  width: 100%;
  height: 838px;
  margin: 75px 0 70px;
  object-fit: cover;
}

.news-img-placeholder {
  background:
    linear-gradient(135deg, rgba(228, 239, 248, 0.92), rgba(245, 250, 255, 0.82)),
    repeating-linear-gradient(45deg, rgba(0, 74, 153, 0.06) 0 18px, rgba(255, 255, 255, 0.2) 18px 36px);
}

.news-article__pager {
  display: grid;
  gap: 22px;
  margin: 86px 0 130px;
  padding: 42px 50px;
  border-top: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  background: #f7fbf9;
  box-sizing: border-box;
}

.news-article__pager-link {
  display: flex;
  align-items: center;
  color: #292c33;
  font-size: 28px;
  line-height: 1.35;
  text-decoration: none;
}

.news-article__pager-link span {
  flex-shrink: 0;
  color: #008842;
  font-weight: 700;
}

.news-article__pager-link strong {
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-article__pager-link:hover {
  color: #008842;
  text-decoration: none;
}

.news-map {
  position: relative;
  height: 307px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    url("../jt/ysth.png") center center / cover no-repeat;
}

.news-map__card {
  position: absolute;
  left: calc((100% - 1500px) / 2 - 12px);
  top: 0;
  width: 480px;
  height: 307px;
  padding: 36px 43px 30px;
  box-sizing: border-box;
  background: rgba(0, 64, 146, 0.82);
  color: #fff;
}

.news-map__card h2 {
  margin: 0 0 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.news-map__card ul {
  display: grid;
  gap: 10px;
}

.news-map__card li {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.news-footer__main {
  background: #fff;
}

.news-footer__inner {
  display: grid;
  grid-template-columns: 410px 380px 1fr;
  align-items: start;
  gap: 140px;
  padding-top: 83px;
  min-height: 316px;
  box-sizing: border-box;
}

.news-footer__logo img {
  width: 407px;
  height: 76px;
  object-fit: contain;
}

.news-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px 58px;
  padding-top: 4px;
}

.news-footer__links a {
  color: #292c33;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.news-footer__links a:hover {
  color: #004a99;
  text-decoration: none;
}

.news-footer__qr-list {
  display: flex;
  justify-content: flex-end;
  gap: 54px;
}

.news-footer__qr-list figure {
  margin: 0;
  text-align: center;
}

.news-qr {
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background:
    linear-gradient(90deg, #111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 40px, #111 40px 50px, transparent 50px 62px, #111 62px 72px, transparent 72px),
    linear-gradient(#111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 40px, #111 40px 50px, transparent 50px 62px, #111 62px 72px, transparent 72px),
    radial-gradient(circle at 50% 50%, #0f66c2 0 17px, #fff 18px 25px, transparent 26px),
    repeating-linear-gradient(90deg, transparent 0 8px, #111 8px 13px, transparent 13px 21px),
    repeating-linear-gradient(0deg, transparent 0 9px, #111 9px 14px, transparent 14px 24px),
    #fff;
  background-size: 72px 72px, 72px 72px, 62px 62px, 160px 160px, 160px 160px, auto;
  background-position: 12px 12px, 76px 76px, center, 0 0, 0 0, 0 0;
  background-repeat: no-repeat;
}

.news-footer__qr-list figcaption {
  margin-top: 25px;
  color: #292c33;
  font-size: 18px;
  line-height: 1;
}
