/* ========================================================================
   湖南科研科学仪器研究院 · 工作动态与党建责任 V1
   上传路径：/skin/kxyqynews/css/news-party.css
   只控制工作动态和党建页面内容区，不覆盖 V6.7 公共头部与公共底部。
   ======================================================================== */

.kxyqy-news-page,
.kxyqy-party-page {
  --np-blue: #075b9f;
  --np-blue-dark: #073d70;
  --np-blue-deep: #052e58;
  --np-gold: #d6a141;
  --np-red: #9d2026;
  --np-red-dark: #721318;
  --np-ink: #172536;
  --np-text: #45566a;
  --np-muted: #7a8796;
  --np-line: #dfe6ed;
  --np-soft: #f5f8fb;
  --np-white: #fff;
  color: var(--np-ink);
  background: #fff;
}

.kxyqy-news-page *,
.kxyqy-news-page *::before,
.kxyqy-news-page *::after,
.kxyqy-party-page *,
.kxyqy-party-page *::before,
.kxyqy-party-page *::after {
  box-sizing: border-box;
}

.news-main,
.party-main {
  overflow: hidden;
  background: #fff;
}

.news-main a,
.party-main a {
  text-decoration: none;
}

.news-main img,
.party-main img {
  display: block;
  max-width: 100%;
}

.news-shell {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

/* ===== 工作动态封面 Hero ===== */
.news-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-hero--blue {
  background:
    radial-gradient(circle at 78% 26%, rgba(49, 152, 217, .24), transparent 32%),
    linear-gradient(112deg, #052f5a 0%, #074c87 58%, #0a649f 100%);
}

.news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 68%, transparent 100%);
}

.news-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -190px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018);
}

.news-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.news-hero__copy > span,
.news-list-hero__inner > div > span,
.news-detail-banner span,
.party-hero__copy > span,
.party-detail-banner span {
  display: block;
  margin-bottom: 14px;
  color: #70d3e5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
}

.news-hero__copy h1,
.party-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.1;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 700;
  letter-spacing: .03em;
}

.news-hero__copy h1::after,
.party-hero__copy h1::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 23px;
  background: linear-gradient(90deg, #e3ad49, rgba(227,173,73,.18));
}

.news-hero__copy p,
.party-hero__copy p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.95;
}

.news-hero__mark {
  padding: 30px 0 30px 34px;
  border-left: 1px solid rgba(255,255,255,.28);
  color: #fff;
}

.news-hero__mark strong {
  display: block;
  color: rgba(255,255,255,.14);
  font-size: 78px;
  line-height: 1;
  letter-spacing: .02em;
}

.news-hero__mark em {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.72);
}

/* ===== 横向栏目导航 ===== */
.news-channel-nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--np-line);
  background: #fff;
  box-shadow: 0 7px 18px rgba(19,49,78,.045);
}

.news-channel-nav__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 64px;
}

.news-channel-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 20px;
  border-right: 1px solid #edf1f4;
  color: #48596b;
  font-size: 15px;
  transition: color .2s ease, background .2s ease;
}

.news-channel-nav a:first-child { border-left: 1px solid #edf1f4; }
.news-channel-nav a:hover,
.news-channel-nav a.is-active { color: var(--np-blue); background: #f5f9fc; }
.news-channel-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  background: var(--np-blue);
  transition: width .2s ease;
}
.news-channel-nav a:hover::after,
.news-channel-nav a.is-active::after { width: 48px; }

/* ===== 通用区块 ===== */
.news-section { padding: 82px 0; }
.news-feature-section { background: #fff; }
.news-channels-section { border-top: 1px solid #edf1f4; background: var(--np-soft); }

.news-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--np-line);
}
.news-section-head > div > span,
.news-list-content__head span,
.party-list-content__head span {
  display: block;
  margin-bottom: 7px;
  color: var(--np-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
.news-section-head h2,
.news-list-content__head h2,
.party-list-content__head h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-size: 31px;
  line-height: 1.25;
  color: var(--np-ink);
}
.news-section-head > p {
  max-width: 620px;
  margin: 0 0 2px;
  text-align: right;
  color: var(--np-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* ===== 封面重点动态 ===== */
.news-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .8fr);
  gap: 30px;
}
.news-feature-card {
  height: 100%;
  border: 1px solid var(--np-line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(18,52,84,.08);
}
.news-feature-card__media {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
  background: #dce7ef;
}
.news-feature-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(3,30,55,.42));
}
.news-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.news-feature-card:hover .news-feature-card__media img { transform: scale(1.025); }
.news-feature-card__body { padding: 27px 30px 30px; }
.news-meta-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--np-muted);
  font-size: 13px;
}
.news-meta-line span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  color: var(--np-blue);
  background: #edf5fb;
  font-size: 12px;
}
.news-feature-card h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-size: 27px;
  line-height: 1.5;
}
.news-feature-card h2 a { color: var(--np-ink); }
.news-feature-card h2 a:hover { color: var(--np-blue); }
.news-feature-card p {
  margin: 14px 0 20px;
  color: var(--np-text);
  font-size: 15px;
  line-height: 1.9;
}
.news-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--np-blue);
  font-size: 14px;
  font-weight: 600;
}
.news-arrow-link span { transition: transform .2s ease; }
.news-arrow-link:hover span { transform: translateX(4px); }
.news-feature-side { display: grid; gap: 22px; }
.news-brief-panel {
  padding: 25px 25px 20px;
  border: 1px solid var(--np-line);
  background: #fff;
}
.news-brief-panel > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--np-blue-dark);
}
.news-brief-panel header span {
  display: block;
  margin-bottom: 3px;
  color: var(--np-blue);
  font-size: 10px;
  letter-spacing: .15em;
}
.news-brief-panel header h3 { margin: 0; font-size: 20px; }
.news-brief-panel header > a { color: var(--np-muted); font-size: 12px; }
.news-brief-panel ul { margin: 8px 0 0; padding: 0; list-style: none; }
.news-brief-panel li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px dashed #dfe5eb;
}
.news-brief-panel li:last-child { border-bottom: 0; }
.news-brief-panel li time { color: var(--np-muted); font-size: 12px; padding-top: 2px; }
.news-brief-panel li a {
  color: #34485b;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-brief-panel li a:hover { color: var(--np-blue); }

/* ===== 封面分类卡片 ===== */
.news-channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.news-channel-card { padding: 28px; border: 1px solid var(--np-line); background: #fff; }
.news-channel-card > header {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding-bottom: 19px;
  border-bottom: 2px solid var(--np-blue-dark);
}
.news-channel-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--np-blue);
  font-weight: 700;
}
.news-channel-card header span { color: var(--np-blue); font-size: 10px; letter-spacing: .12em; }
.news-channel-card header h3 { margin: 4px 0 0; font-size: 21px; }
.news-channel-card header > a { grid-column: 1 / -1; justify-self: end; margin-top: -15px; color: var(--np-blue); font-size: 13px; }
.news-channel-card ul { margin: 17px 0 0; padding: 0; list-style: none; }
.news-channel-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px dashed #dfe5eb;
}
.news-channel-card li:last-child { border-bottom: 0; }
.news-channel-card li a {
  min-width: 0;
  color: #35495b;
  font-size: 14px;
  line-height: 1.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-channel-card li a:hover { color: var(--np-blue); }
.news-channel-card li time { color: var(--np-muted); font-size: 12px; padding-top: 2px; }

/* ===== 联系条 ===== */
.news-contact-strip { padding: 50px 0; color: #fff; background: linear-gradient(105deg, #073b6c, #075d9e); }
.news-contact-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.news-contact-strip span { color: #6ed3e6; font-size: 11px; letter-spacing: .15em; }
.news-contact-strip h2 { margin: 6px 0 8px; font-size: 27px; font-family: "Noto Serif SC", "Songti SC", "SimSun", serif; }
.news-contact-strip p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.8; }
.news-contact-strip__inner > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.48);
  color: #fff;
}
.news-contact-strip__inner > a:hover { background: rgba(255,255,255,.1); }

/* ===== 新闻列表页 ===== */
.news-list-hero {
  position: relative;
  min-height: 265px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(37,145,210,.24), transparent 30%),
    linear-gradient(108deg, #05315c, #075a99);
}
.news-list-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 86px 100%;
}
.news-list-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.news-list-hero__inner h1,
.news-detail-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 43px;
  line-height: 1.2;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
}
.news-list-hero__inner p {
  max-width: 750px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.85;
}
.news-list-hero__inner > strong {
  color: rgba(255,255,255,.1);
  font-size: 52px;
  letter-spacing: .08em;
}
.news-breadcrumb { border-bottom: 1px solid #e7edf2; background: #f8fafc; }
.news-breadcrumb .news-shell { min-height: 48px; display: flex; align-items: center; color: #718091; font-size: 13px; }
.news-breadcrumb a { color: #617386; }
.news-breadcrumb a:hover { color: var(--np-blue); }
.news-list-section { padding-top: 60px; padding-bottom: 78px; }
.news-list-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 35px; align-items: start; }
.news-sidebar { border: 1px solid var(--np-line); background: #fff; }
.news-sidebar__title { padding: 23px 22px; color: #fff; background: linear-gradient(110deg, #073e71, #075f9f); }
.news-sidebar__title span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.67); font-size: 11px; letter-spacing: .12em; }
.news-sidebar__title strong { font-size: 23px; font-family: "Noto Serif SC", "Songti SC", "SimSun", serif; }
.news-sidebar nav { padding: 9px 0; }
.news-sidebar nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 22px 10px 30px;
  border-bottom: 1px solid #edf1f4;
  color: #425468;
  font-size: 14px;
}
.news-sidebar nav a:last-child { border-bottom: 0; }
.news-sidebar nav a::before { content: ""; position: absolute; left: 18px; width: 4px; height: 4px; background: #91a5b8; }
.news-sidebar nav a:hover,
.news-sidebar nav a.is-current { color: var(--np-blue); background: #f1f7fb; }
.news-sidebar nav a.is-current::before { height: 18px; background: var(--np-blue); }
.news-sidebar__note { margin: 12px; padding: 19px 17px; background: var(--np-soft); }
.news-sidebar__note > span { color: var(--np-blue); font-size: 12px; font-weight: 700; }
.news-sidebar__note p { margin: 10px 0 13px; color: #647587; font-size: 13px; line-height: 1.75; }
.news-sidebar__note strong { display: block; color: var(--np-ink); font-size: 18px; }
.news-sidebar__note a { display: block; margin-top: 4px; color: var(--np-blue); font-size: 12px; overflow-wrap: anywhere; }
.news-list-content { min-width: 0; }
.news-list-content__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 68px;
  margin-bottom: 22px;
  padding: 0 0 16px;
  border-bottom: 2px solid var(--np-blue-dark);
}
.news-list-items { display: grid; gap: 18px; }
.news-list-item {
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr);
  min-height: 165px;
  border: 1px solid var(--np-line);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.news-list-item:hover { transform: translateY(-2px); border-color: #b9cddd; box-shadow: 0 12px 28px rgba(18,52,84,.08); }
.news-list-item__media {
  position: relative;
  min-height: 165px;
  overflow: hidden;
  background: linear-gradient(135deg, #dce9f2, #edf3f7);
}
.news-list-item__placeholder {
  position: absolute;
  left: 18px;
  bottom: 13px;
  z-index: 0;
  color: rgba(7,82,145,.22);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .08em;
}
.news-list-item__media img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 165px; object-fit: cover; }
.news-list-item__body { min-width: 0; padding: 20px 24px; }
.news-list-item h2 { margin: 0; font-size: 21px; line-height: 1.55; font-family: "Noto Serif SC", "Songti SC", "SimSun", serif; }
.news-list-item h2 a { color: var(--np-ink); }
.news-list-item h2 a:hover { color: var(--np-blue); }
.news-list-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px 0 13px;
  color: var(--np-text);
  font-size: 14px;
  line-height: 1.75;
}

/* ===== 分页 ===== */
.news-pagination { margin-top: 38px; text-align: center; color: #607185; font-size: 14px; }
.news-pagination a,
.news-pagination b,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin: 3px;
  padding: 0 11px;
  border: 1px solid #d8e1e8;
  color: #53677b;
  background: #fff;
}
.news-pagination a:hover,
.news-pagination b { color: #fff; border-color: var(--np-blue); background: var(--np-blue); }

/* ===== 新闻正文 ===== */
.news-detail-banner {
  padding: 48px 0 44px;
  background: linear-gradient(105deg, #05315b, #075b99);
}
.news-detail-banner span { margin-bottom: 8px; }
.news-detail-banner h1 { font-size: 36px; }
.news-article-section { padding-top: 58px; padding-bottom: 85px; background: #fff; }
.news-article-shell {
  width: 920px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.news-article-header { padding-bottom: 28px; border-bottom: 1px solid var(--np-line); text-align: center; }
.news-article-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 15px;
  padding: 0 11px;
  color: var(--np-blue);
  background: #edf5fb;
  font-size: 12px;
}
.news-article-header h1 {
  margin: 0;
  color: #172536;
  font-size: 34px;
  line-height: 1.5;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 700;
}
.news-article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 18px; color: #8994a0; font-size: 13px; }
.news-article-lead {
  margin: 28px 0;
  padding: 21px 24px;
  border-left: 4px solid var(--np-blue);
  background: #f4f8fb;
  color: #53667a;
  font-size: 15px;
  line-height: 1.9;
}
.news-article-lead:empty { display: none; }
.news-article-body { color: #273a4c; font-size: 17px; line-height: 2; overflow-wrap: anywhere; }
.news-article-body p { margin: 0 0 1.15em; }
.news-article-body h2 { margin: 1.8em 0 .8em; padding-left: 14px; border-left: 4px solid var(--np-blue); font-size: 24px; line-height: 1.55; color: #172536; }
.news-article-body h3 { margin: 1.5em 0 .7em; font-size: 20px; color: #20364a; }
.news-article-body img { max-width: 100% !important; height: auto !important; margin: 22px auto; }
.news-article-body table { width: 100% !important; max-width: 100%; margin: 22px 0; border-collapse: collapse; font-size: 15px; }
.news-article-body th,
.news-article-body td { padding: 11px 13px; border: 1px solid #dbe3ea; }
.news-article-body th { background: #f2f6f9; }
.news-article-body a { color: var(--np-blue); }
.news-article-body ul,
.news-article-body ol { margin: 0 0 1.1em; padding-left: 1.6em; }
.news-article-body blockquote { margin: 22px 0; padding: 18px 22px; border-left: 4px solid var(--np-gold); background: #fbf8f1; color: #5b5e61; }
.news-article-pages { margin-top: 28px; text-align: center; }
.news-article-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--np-line); }
.news-article-actions button { min-height: 36px; padding: 0 15px; border: 1px solid #d5e0e8; background: #fff; color: #53687b; cursor: pointer; }
.news-article-actions button:hover { color: var(--np-blue); border-color: var(--np-blue); }
.news-prev-next { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; border: 1px solid var(--np-line); }
.news-prev-next > div { min-width: 0; padding: 17px 20px; color: #687a8c; font-size: 14px; line-height: 1.7; }
.news-prev-next > div + div { border-left: 1px solid var(--np-line); text-align: right; }
.news-prev-next span { display: block; margin-bottom: 3px; color: #9aa4ad; font-size: 12px; }
.news-prev-next a { color: #34495d; }
.news-prev-next a:hover { color: var(--np-blue); }

/* ===== 党建 Hero 与专题页 ===== */
.party-hero {
  position: relative;
  min-height: 385px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(225,174,86,.18), transparent 30%),
    linear-gradient(110deg, #671217 0%, #8c1b21 58%, #a3262d 100%);
}
.party-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.045) 25%, transparent 25%) 0 0 / 72px 72px;
}
.party-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 390px;
  height: 390px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,230,184,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(255,230,184,.025), 0 0 0 124px rgba(255,230,184,.015);
}
.party-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 80px; padding-top: 70px; padding-bottom: 70px; }
.party-hero__copy > span,
.party-detail-banner span { color: #f1c66f; }
.party-hero__symbol { position: relative; z-index: 1; padding: 35px 20px; text-align: center; color: #fff; }
.party-hero__symbol span { display: block; color: rgba(255,255,255,.22); font-size: 72px; line-height: 1; font-family: "Noto Serif SC", "Songti SC", serif; font-weight: 700; }
.party-hero__symbol strong { display: block; margin-top: 12px; color: #f3cb79; font-size: 23px; letter-spacing: .28em; }
.party-breadcrumb { border-bottom-color: #eadfe0; background: #fbf7f7; }
.party-breadcrumb a:hover { color: var(--np-red); }
.party-values-section { padding: 46px 0; background: #fff; border-bottom: 1px solid #eee5e5; }
.party-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid #eadfe0; }
.party-values-grid article { position: relative; min-height: 180px; padding: 28px 30px; border-right: 1px solid #eadfe0; background: #fff; }
.party-values-grid article:last-child { border-right: 0; }
.party-values-grid article > span { position: absolute; right: 22px; top: 20px; color: rgba(151,29,36,.1); font-size: 38px; font-weight: 700; }
.party-values-grid h2 { margin: 0; color: var(--np-red-dark); font-size: 22px; font-family: "Noto Serif SC", "Songti SC", serif; }
.party-values-grid h2::after { content: ""; display: block; width: 34px; height: 3px; margin-top: 12px; background: var(--np-gold); }
.party-values-grid p { margin: 17px 0 0; color: var(--np-text); font-size: 14px; line-height: 1.85; }
.party-list-section { padding-top: 64px; padding-bottom: 82px; background: #f8f6f6; }
.party-list-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 35px; align-items: start; }
.party-sidebar { border-top: 4px solid var(--np-red); background: #fff; box-shadow: 0 8px 24px rgba(72,24,27,.06); }
.party-sidebar__title { padding: 23px 22px 18px; border-bottom: 1px solid #eadfe0; }
.party-sidebar__title span { display: block; color: #9e7477; font-size: 11px; letter-spacing: .14em; }
.party-sidebar__title strong { display: block; margin-top: 5px; color: var(--np-red-dark); font-size: 23px; font-family: "Noto Serif SC", "Songti SC", serif; }
.party-sidebar__intro { padding: 20px 22px; }
.party-sidebar__intro p { margin: 0; color: #6f5d60; font-size: 14px; line-height: 1.85; }
.party-sidebar__contact { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 22px; color: #fff; background: var(--np-red); font-size: 14px; }
.party-sidebar__contact:hover { background: var(--np-red-dark); }
.party-list-content { min-width: 0; }
.party-list-content__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; padding: 0 0 16px; border-bottom: 2px solid var(--np-red-dark); }
.party-list-content__head span { color: var(--np-red); }
.party-list-content__head > p { max-width: 430px; margin: 0; text-align: right; color: #8a7476; font-size: 13px; line-height: 1.7; }
.party-list-items { display: grid; gap: 15px; }
.party-list-item {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) 105px;
  align-items: center;
  gap: 22px;
  min-height: 138px;
  padding: 22px 25px;
  border: 1px solid #eadfe0;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.party-list-item:hover { transform: translateY(-2px); border-color: #d8bfc1; box-shadow: 0 12px 27px rgba(72,24,27,.07); }
.party-list-item__date { display: flex; align-items: center; justify-content: center; min-height: 74px; border-right: 1px solid #eadfe0; color: var(--np-red); }
.party-list-item__date time { font-size: 13px; line-height: 1.5; text-align: center; }
.party-list-item__body { min-width: 0; }
.party-list-item__body > span { color: var(--np-red); font-size: 12px; }
.party-list-item h2 { margin: 7px 0 0; font-size: 21px; line-height: 1.55; font-family: "Noto Serif SC", "Songti SC", serif; }
.party-list-item h2 a { color: var(--np-ink); }
.party-list-item h2 a:hover { color: var(--np-red); }
.party-list-item p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 8px 0 0; color: #6d5d60; font-size: 14px; line-height: 1.7; }
.party-list-item__more { color: var(--np-red); font-size: 13px; white-space: nowrap; }
.party-list-item__more span { display: inline-block; transition: transform .2s ease; }
.party-list-item__more:hover span { transform: translateX(4px); }
.party-pagination a:hover,
.party-pagination b { border-color: var(--np-red); background: var(--np-red); }

/* ===== 党建正文 ===== */
.party-detail-banner {
  padding: 50px 0 46px;
  color: #fff;
  background: linear-gradient(105deg, #681318, #952027);
}
.party-detail-banner h1 { margin: 0; font-size: 37px; font-family: "Noto Serif SC", "Songti SC", serif; }
.party-detail-banner p { margin: 12px 0 0; color: rgba(255,255,255,.76); font-size: 14px; }
.party-article-header .news-article-category { color: var(--np-red); background: #f8eeee; }
.party-article-lead { border-left-color: var(--np-red); background: #fbf5f5; }
.party-article-body h2 { border-left-color: var(--np-red); }
.party-article-body a { color: var(--np-red); }
.party-article-actions button:hover { color: var(--np-red); border-color: var(--np-red); }
.party-prev-next a:hover { color: var(--np-red); }

/* ===== 移动端 ===== */
@media (max-width: 1100px) {
  .news-feature-grid { grid-template-columns: minmax(0, 1.35fr) minmax(310px, .8fr); }
  .news-channel-grid { grid-template-columns: 1fr; }
  .news-channel-card header > a { grid-column: auto; align-self: center; margin-top: 0; }
  .news-channel-card > header { grid-template-columns: 48px minmax(0, 1fr) auto; }
}

@media (max-width: 900px) {
  .news-hero__inner,
  .party-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .news-hero__mark,
  .party-hero__symbol { display: none; }
  .news-feature-grid { grid-template-columns: 1fr; }
  .news-feature-side { grid-template-columns: 1fr 1fr; }
  .news-list-layout,
  .party-list-layout { grid-template-columns: 1fr; }
  .news-sidebar,
  .party-sidebar { display: none; }
  .party-values-grid { grid-template-columns: 1fr; }
  .party-values-grid article { border-right: 0; border-bottom: 1px solid #eadfe0; }
  .party-values-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .news-shell { max-width: calc(100% - 28px); }
  .news-hero,
  .party-hero { min-height: 320px; }
  .news-hero__inner,
  .party-hero__inner { padding-top: 55px; padding-bottom: 55px; }
  .news-hero__copy h1,
  .party-hero__copy h1 { font-size: 42px; }
  .news-hero__copy p,
  .party-hero__copy p { font-size: 15px; line-height: 1.8; }
  .news-channel-nav { overflow-x: auto; }
  .news-channel-nav__inner { display: flex; min-width: 520px; max-width: none; width: auto; margin: 0; }
  .news-channel-nav a { flex: 1 0 130px; min-height: 56px; }
  .news-section { padding: 58px 0; }
  .news-section-head { display: block; }
  .news-section-head > p { margin-top: 12px; text-align: left; }
  .news-feature-card__media { height: 230px; }
  .news-feature-card__body { padding: 22px 20px 24px; }
  .news-feature-card h2 { font-size: 22px; }
  .news-feature-side { grid-template-columns: 1fr; }
  .news-channel-card { padding: 22px 18px; }
  .news-channel-card > header { grid-template-columns: 44px minmax(0, 1fr); }
  .news-channel-card header > a { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
  .news-channel-card__number { width: 44px; height: 44px; }
  .news-channel-card li { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .news-channel-card li a { white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .news-contact-strip__inner { display: block; }
  .news-contact-strip__inner > a { margin-top: 22px; }
  .news-list-hero { min-height: 230px; }
  .news-list-hero__inner { padding-top: 43px; padding-bottom: 43px; }
  .news-list-hero__inner > strong { display: none; }
  .news-list-hero__inner h1 { font-size: 35px; }
  .news-list-section { padding-top: 42px; }
  .news-list-item { grid-template-columns: 1fr; }
  .news-list-item__media { min-height: 210px; height: 210px; }
  .news-list-item__media img { min-height: 210px; }
  .news-list-item__body { padding: 19px 18px 22px; }
  .news-list-item h2 { font-size: 19px; }
  .news-detail-banner,
  .party-detail-banner { padding: 38px 0 35px; }
  .news-detail-banner h1,
  .party-detail-banner h1 { font-size: 31px; }
  .news-article-shell { max-width: calc(100% - 28px); }
  .news-article-section { padding-top: 40px; padding-bottom: 65px; }
  .news-article-header { text-align: left; }
  .news-article-header h1 { font-size: 27px; line-height: 1.48; }
  .news-article-meta { justify-content: flex-start; gap: 5px 14px; }
  .news-article-lead { padding: 17px 18px; }
  .news-article-body { font-size: 16px; line-height: 1.9; }
  .news-article-body table { display: block; overflow-x: auto; white-space: nowrap; }
  .news-prev-next { grid-template-columns: 1fr; }
  .news-prev-next > div + div { border-left: 0; border-top: 1px solid var(--np-line); text-align: left; }
  .party-values-section { padding: 30px 0; }
  .party-list-content__head { display: block; }
  .party-list-content__head > p { margin-top: 10px; text-align: left; }
  .party-list-item { grid-template-columns: 70px minmax(0, 1fr); gap: 15px; padding: 18px 16px; }
  .party-list-item__date { min-height: 64px; }
  .party-list-item__more { grid-column: 2; justify-self: start; }
}

@media (max-width: 480px) {
  .news-shell { max-width: calc(100% - 22px); }
  .news-hero__copy h1,
  .party-hero__copy h1 { font-size: 36px; }
  .news-feature-card__media { height: 205px; }
  .news-meta-line { flex-wrap: wrap; }
  .news-list-item__media { height: 188px; min-height: 188px; }
  .news-list-item__media img { min-height: 188px; }
  .news-article-shell { max-width: calc(100% - 22px); }
  .news-article-header h1 { font-size: 24px; }
  .news-article-actions { justify-content: flex-start; }
  .party-list-item { grid-template-columns: 1fr; }
  .party-list-item__date { justify-content: flex-start; min-height: 0; border-right: 0; border-bottom: 1px solid #eadfe0; padding-bottom: 10px; }
  .party-list-item__more { grid-column: auto; }
}

@media print {
  .kxy-site-header--v67,
  .site-footer,
  .news-channel-nav,
  .news-detail-banner,
  .party-detail-banner,
  .news-breadcrumb,
  .news-article-actions,
  .news-prev-next { display: none !important; }
  .news-article-section { padding: 0; }
  .news-article-shell { width: 100%; max-width: none; }
  .news-article-body { font-size: 12pt; }
}


/* ========================================================================
   工作动态 V2 修正：门户化封面、无图新闻纯文字列表、底部空白修复
   ======================================================================== */
.news-portal-section { padding: 64px 0 68px; background: #fff; }
.news-section-head--compact { margin-bottom: 28px; }
.news-head-more { color: var(--np-blue); font-size: 14px; font-weight: 600; }
.news-head-more span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.news-head-more:hover span { transform: translateX(4px); }
.news-portal-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 28px; align-items: stretch; }
.news-lead-card { display: grid; min-height: 420px; border: 1px solid var(--np-line); background: #fff; box-shadow: 0 10px 30px rgba(17,52,84,.07); }
.news-lead-card.has-image { grid-template-rows: 235px minmax(0,1fr); }
.news-lead-card.is-text-only { position: relative; overflow: hidden; background: linear-gradient(145deg,#f7fafc 0%,#fff 62%); }
.news-lead-card.is-text-only::before { content:"LATEST"; position:absolute; right:-12px; bottom:-20px; color:#eef4f8; font-size:88px; font-weight:800; letter-spacing:.04em; }
.news-lead-card.is-text-only::after { content:""; position:absolute; left:0; top:0; width:5px; height:100%; background:linear-gradient(#075b9f,#15a4c3); }
.news-lead-card__media { display:block; overflow:hidden; background:#eaf1f6; }
.news-lead-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.news-lead-card:hover .news-lead-card__media img { transform:scale(1.025); }
.news-lead-card__body { position:relative; z-index:1; padding:28px 30px 30px; align-self:center; }
.news-lead-card.is-text-only .news-lead-card__body { padding:52px 46px; }
.news-lead-card h2 { margin:0; font-family:"Noto Serif SC","Songti SC","SimSun",serif; font-size:28px; line-height:1.55; }
.news-lead-card h2 a { color:var(--np-ink); }
.news-lead-card h2 a:hover { color:var(--np-blue); }
.news-lead-card p { margin:15px 0 22px; color:var(--np-text); font-size:15px; line-height:1.9; }
.news-latest-panel { border-top:3px solid var(--np-blue-dark); border-right:1px solid var(--np-line); border-bottom:1px solid var(--np-line); border-left:1px solid var(--np-line); background:#fff; }
.news-latest-panel > header { padding:20px 24px 16px; border-bottom:1px solid var(--np-line); }
.news-latest-panel > header span,.news-index-panel header span { display:block; color:var(--np-blue); font-size:10px; font-weight:700; letter-spacing:.16em; }
.news-latest-panel > header h3,.news-index-panel header h3 { margin:4px 0 0; font-size:21px; font-family:"Noto Serif SC","Songti SC","SimSun",serif; }
.news-latest-panel ul { margin:0; padding:0 24px; list-style:none; }
.news-latest-panel li { display:grid; grid-template-columns:54px minmax(0,1fr); gap:16px; padding:17px 0; border-bottom:1px solid #edf1f4; }
.news-latest-panel li:last-child { border-bottom:0; }
.news-latest-panel time { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:52px; border-right:1px solid #dce5ec; color:var(--np-blue-dark); }
.news-latest-panel time strong { font-size:23px; line-height:1; }
.news-latest-panel time span { margin-top:5px; color:var(--np-muted); font-size:10px; }
.news-latest-panel li a { display:block; color:var(--np-ink); font-size:15px; font-weight:600; line-height:1.55; }
.news-latest-panel li a:hover { color:var(--np-blue); }
.news-latest-panel li p { margin:5px 0 0; color:var(--np-muted); font-size:12px; line-height:1.55; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.news-two-column-panels { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:28px; }
.news-index-panel { padding:24px 26px 18px; border:1px solid var(--np-line); background:#f8fafc; }
.news-index-panel > header { display:flex; align-items:end; justify-content:space-between; gap:18px; padding-bottom:14px; border-bottom:2px solid var(--np-blue-dark); }
.news-index-panel > header > a { color:var(--np-blue); font-size:12px; }
.news-index-panel ul { margin:8px 0 0; padding:0; list-style:none; }
.news-index-panel li { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; align-items:start; padding:13px 0; border-bottom:1px dashed #d9e2e9; }
.news-index-panel li:last-child { border-bottom:0; }
.news-index-panel li a { color:var(--np-ink); font-size:14px; line-height:1.55; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.news-index-panel li a:hover { color:var(--np-blue); }
.news-index-panel li time { color:var(--np-muted); font-size:12px; padding-top:2px; }
.news-list-item { grid-template-columns:minmax(0,1fr); min-height:0; }
.news-list-item.has-image { grid-template-columns:220px minmax(0,1fr); }
.news-list-item.is-text-only { position:relative; border-left:4px solid #d9e7f1; background:#fff; }
.news-list-item.is-text-only:hover { border-left-color:var(--np-blue); }
.news-list-item.is-text-only .news-list-item__body { padding:22px 26px 24px; }
.news-list-item__media { min-height:168px; height:auto; background:#edf3f7; }
.news-list-item__media img { min-height:168px; }
.news-list-item__placeholder { display:none !important; }
.news-list-item p { max-height:3.55em; overflow:hidden; }
.news-contact-strip { margin:0 !important; padding:34px 0 !important; }
.news-contact-strip + .site-footer,
.news-contact-strip + footer,
.kxyqy-news-page .site-footer,
.kxyqy-news-page .kxy-footer { margin-top:0 !important; }
.kxyqy-news-page .site-footer::before,
.kxyqy-news-page .kxy-footer::before { margin-top:0 !important; }
@media (max-width: 980px) {
  .news-portal-grid { grid-template-columns:1fr; }
  .news-lead-card { min-height:0; }
  .news-lead-card.is-text-only .news-lead-card__body { padding:36px 30px; }
}
@media (max-width: 760px) {
  .news-portal-section { padding:46px 0 50px; }
  .news-two-column-panels { grid-template-columns:1fr; }
  .news-lead-card.has-image { grid-template-rows:210px auto; }
  .news-lead-card__body,.news-lead-card.is-text-only .news-lead-card__body { padding:24px 20px; }
  .news-lead-card h2 { font-size:22px; }
  .news-latest-panel ul { padding:0 16px; }
  .news-latest-panel li { grid-template-columns:48px minmax(0,1fr); gap:12px; }
  .news-list-item.has-image { grid-template-columns:1fr; }
  .news-list-item.has-image .news-list-item__media { height:205px; }
  .news-list-item.is-text-only .news-list-item__body { padding:19px 18px 22px; }
  .news-index-panel li { grid-template-columns:minmax(0,1fr); gap:3px; }
}

/* =========================================================
   工作动态纯文字列表 V3
   不读取标题图片，不做有图/无图判断
   ========================================================= */
.news-text-list-item {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) 105px;
  align-items: center;
  gap: 22px;
  min-height: 138px;
  padding: 22px 25px;
  border: 1px solid #dbe5ed;
  border-left: 4px solid #d7e5ef;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.news-text-list-item:hover {
  transform: translateY(-2px);
  border-color: #b9cfdf;
  border-left-color: var(--np-blue);
  box-shadow: 0 12px 27px rgba(18,52,84,.07);
}
.news-text-list-item__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding-right: 20px;
  border-right: 1px solid #dce6ed;
  color: var(--np-blue);
}
.news-text-list-item__date time {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.news-text-list-item__body { min-width: 0; }
.news-text-list-item__body > span {
  color: var(--np-blue);
  font-size: 12px;
}
.news-text-list-item h2 {
  margin: 7px 0 0;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-size: 21px;
  line-height: 1.55;
}
.news-text-list-item h2 a { color: var(--np-ink); }
.news-text-list-item h2 a:hover { color: var(--np-blue); }
.news-text-list-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--np-text);
  font-size: 14px;
  line-height: 1.7;
}
.news-text-list-item__more {
  color: var(--np-blue);
  font-size: 13px;
  white-space: nowrap;
}
.news-text-list-item__more span {
  display: inline-block;
  transition: transform .2s ease;
}
.news-text-list-item__more:hover span { transform: translateX(4px); }

/* 封面重点新闻固定使用纯文字版，不再读取标题图片 */
.news-lead-card.news-lead-card--text {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border-top: 4px solid var(--np-blue-dark);
  background:
    linear-gradient(135deg, rgba(7,75,132,.04), transparent 58%),
    #fff;
}
.news-lead-card.news-lead-card--text::before {
  content: "LATEST";
  position: absolute;
  right: -14px;
  bottom: -28px;
  color: #eef4f8;
  font-size: 92px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
}
.news-lead-card.news-lead-card--text .news-lead-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 416px;
  padding: 44px 46px;
}
.news-lead-card__label {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 6px 13px;
  border-left: 3px solid var(--np-blue);
  background: #edf5fa;
  color: var(--np-blue-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* 信息报送区与页脚直接衔接 */
.news-contact-strip { margin-bottom: 0 !important; }
.news-main { padding-bottom: 0 !important; }

@media (max-width: 820px) {
  .news-text-list-item {
    grid-template-columns: 76px minmax(0,1fr);
    gap: 16px;
    min-height: 0;
    padding: 19px 17px;
  }
  .news-text-list-item__date {
    min-height: 62px;
    padding-right: 13px;
  }
  .news-text-list-item__more {
    grid-column: 2;
    justify-self: start;
  }
  .news-lead-card.news-lead-card--text,
  .news-lead-card.news-lead-card--text .news-lead-card__body {
    min-height: 0;
  }
  .news-lead-card.news-lead-card--text .news-lead-card__body {
    padding: 30px 24px 34px;
  }
}

@media (max-width: 560px) {
  .news-text-list-item { grid-template-columns: 1fr; }
  .news-text-list-item__date {
    justify-content: flex-start;
    min-height: 0;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #dce6ed;
  }
  .news-text-list-item__more { grid-column: auto; }
}


/* =========================================================
   新闻与党建内容页、列表页庄重化修正版 V4
   1. 内容页不显示新闻简介
   2. 新闻内容页不调用 list.var 专用变量 this.classname
   3. 标题采用科研院所门户式排版
   ========================================================= */

/* 正文标题区：克制、庄重、居中 */
.news-article-header {
  position: relative;
  padding: 4px 0 34px;
  border-bottom: 1px solid #ccd8e1;
  text-align: center;
}
.news-article-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 76px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--np-blue);
}
.news-article-header h1 {
  max-width: 880px;
  margin: 0 auto;
  color: #102a43;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
  font-size: 38px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .025em;
}
.news-article-meta {
  margin-top: 22px;
  color: #7d8c99;
  font-size: 13px;
  line-height: 1.8;
}
.news-article-body {
  margin-top: 38px;
}

/* 党建正文保留静态栏目属性，但取消标签块感 */
.party-article-header .news-article-category {
  display: block;
  min-height: 0;
  margin: 0 0 13px;
  padding: 0;
  color: #8b1e24;
  background: none;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .16em;
}
.party-article-header::after {
  background: var(--np-red);
}

/* 内容模板已经不再调用 smalltext，本规则用于兼容缓存中的旧页面 */
.news-article-lead,
.party-article-lead {
  display: none !important;
}

/* 纯文字新闻列表：正式门户式标题 */
.news-text-list-item {
  min-height: 144px;
  padding: 24px 28px;
  border: 1px solid #d7e2ea;
  border-left: 3px solid #d4e0e9;
  box-shadow: none;
}
.news-text-list-item:hover {
  transform: none;
  border-color: #b7ccdb;
  border-left-color: var(--np-blue);
  box-shadow: 0 8px 22px rgba(18, 52, 84, .055);
}
.news-text-list-item__date {
  color: #315c80;
}
.news-text-list-item__channel {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #36658b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .06em;
}
.news-text-list-item__channel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 13px;
  transform: translateY(-50%);
  background: var(--np-blue);
}
.news-text-list-item__title,
.news-text-list-item h2 {
  margin: 8px 0 0;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
  font-size: 22px;
  line-height: 1.62;
  font-weight: 700;
  letter-spacing: .015em;
}
.news-text-list-item__title a,
.news-text-list-item h2 a {
  color: #132f49;
}
.news-text-list-item__title a:hover,
.news-text-list-item h2 a:hover {
  color: #075c9f;
}
.news-text-list-item p {
  margin-top: 9px;
  color: #52677a;
  font-size: 14px;
  line-height: 1.75;
}
.news-text-list-item__more {
  color: #285f8d;
  font-weight: 600;
}

@media (max-width: 820px) {
  .news-article-header {
    padding-bottom: 27px;
    text-align: left;
  }
  .news-article-header::after {
    left: 0;
    width: 58px;
    transform: none;
  }
  .news-article-header h1 {
    margin: 0;
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .news-article-meta {
    justify-content: flex-start;
    margin-top: 17px;
  }
  .news-article-body {
    margin-top: 30px;
  }
  .news-text-list-item {
    padding: 20px 18px;
  }
  .news-text-list-item__title,
  .news-text-list-item h2 {
    font-size: 19px;
    line-height: 1.6;
  }
}

@media (max-width: 560px) {
  .news-article-header h1 {
    font-size: 25px;
  }
}
