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

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

.news-wrap {
  width: 1500px;
  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: #008842;
}

.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: #008842;
  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-feature {
  position: relative;
  height: 1200px;
  padding-top: 96px;
  box-sizing: border-box;
  background: url("../images/xwzx/xwzx_bg.png") center bottom / cover no-repeat;
  overflow: hidden;
}

.news-feature::before {
  content: none;
}

.news-feature h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 90px;
  color: #008842;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.news-feature__blue {
  position: absolute;
  top: 660px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 285px;
  background: url("../images/xwzx/xwzx_bg1.png") center bottom / cover no-repeat;
}

.news-feature-card {
  position: relative;
  z-index: 2;
  height: 620px;
}

.news-feature-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 620px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.news-feature-card__link:hover {
  text-decoration: none;
}

.news-feature-card__img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.news-img-placeholder {
  display: block;
  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-feature-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 132px;
  padding: 28px 28px 22px;
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42));
}

.news-feature-card__caption h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.news-feature-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.news-feature-card__meta p {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 5px;
}

.news-feature-card__meta time {
  flex-shrink: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 3px;
}

.news-list {
  /*padding-top: 75px;*/
  padding-bottom: 246px;
}

.news-list-item {
  height: 210px;
  margin-bottom: 35px;
  border: 1px solid #dfe6ee;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 43, 88, 0.12);
}

.news-list-item a {
  display: grid;
  grid-template-columns: 225px 1fr;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

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

.news-list-item time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #008842;
  line-height: 1;
}

.news-list-item time span {
  display: block;
  margin-bottom: 22px;
  font-size: 55px;
  font-weight: 700;
}

.news-list-item time strong {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
}

.news-list-item__body {
  padding: 38px 50px 30px 26px;
}

.news-list-item__body h2 {
  margin: 0 0 20px;
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.news-list-item__body p {
  margin: 0;
  color: #2d2d2d;
  font-size: 23px;
  line-height: 1.8;
  letter-spacing: 4px;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  padding-top: 53px;
}

.news-pagination a,
.news-pagination span,
.news-pagination button,
.news-pagination input {
  height: 62px;
  min-width: 125px;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  color: #222;
  font-size: 24px;
  line-height: 62px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.news-pagination a:first-child,
.news-pagination a:nth-last-of-type(1),
.news-pagination button {
  min-width: 110px;
}

.news-pagination a.is-active {
  background: #008842;
  color: #fff;
}

.news-pagination input {
  width: 110px;
  min-width: 110px;
  border: 1px solid #b8b8b8;
  background: #fff;
}

.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,136,66, 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: #008842;
  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;
}
