body.news-list-2-page {
  background: #f4f7fb;
}

.news-list-main {
  padding-bottom: 56px;
}

.news-list-hero {
  position: relative;
  overflow: hidden;
  background: #08172f;
}

.news-list-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(6, 23, 56, 0.92), rgba(16, 87, 203, 0.78)),
    url('static/images/banner-brand.png') center/cover no-repeat;
  transform: scale(1.04);
}

.news-list-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 84px;
}

.news-list-hero-copy {
  max-width: 760px;
  color: #fff;
}

.news-list-kicker {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #8fcbff;
}

.news-list-hero-copy h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 700;
}

.news-list-hero-copy p:last-child {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.news-list-section {
  position: relative;
  margin-top: 25px;
}

.news-list-toolbar {
  padding: 28px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.news-list-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #667085;
  font-size: 14px;
}

.news-list-breadcrumb strong {
  color: #1451ca;
  font-weight: 600;
}

.news-list-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.news-filter-chip {
    display: flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(20, 81, 202, 0.12);
    border-radius: 999px;
    background: #f8fbff;
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
}

.news-filter-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #257eff, #1fbfff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(31, 127, 255, 0.2);
}

.news-list-layout {
  display: grid;
  /* grid-template-columns: minmax(0, 1fr) 320px; */
  gap: 28px;
  margin-top: 26px;
  align-items: start;
}

.news-feed {
  min-width: 0;
}

.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.news-list-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.news-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.news-list-card-featured {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
}

.news-list-card-media {
  display: block;
  background: #dfe9f5;
}

.news-list-card-featured .news-list-card-media {
  height: 100%;
}

.news-list-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-list-card:hover .news-list-card-media img {
  transform: scale(1.04);
}

.news-list-card-body {
  padding: 26px 28px 28px;
}

.news-list-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #98a2b3;
}

.news-list-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 126, 255, 0.1);
  color: #1451ca;
  font-weight: 600;
}

.news-list-card h2 {
  margin: 16px 0 14px;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  color: #101828;
}

.news-list-grid .news-list-card h2 {
  font-size: 22px;
  line-height: 1.4;
}

.news-list-card h2 a {
  color: inherit;
}

.news-list-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #475467;
}

.news-list-more {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  font-size: 15px;
  color: #1451ca;
  font-weight: 600;
}

.news-list-more::after {
  content: ">";
  margin-left: 8px;
}

.news-list-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
      justify-content: center;
}

.news-page-btn,
.news-page-num,
.news-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff;
  color: #475467;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.news-page-num.is-active {
  background: linear-gradient(135deg, #257eff, #1fbfff);
  color: #fff;
}

.news-page-btn.is-disabled {
  color: #98a2b3;
  pointer-events: none;
}

.news-list-sidebar {
  display: grid;
  gap: 20px;
}

.news-side-card {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.news-side-card-highlight {
  background: linear-gradient(180deg, #0f2e69, #1f82ff);
  color: #fff;
}

.news-side-label {
  margin: 0 0 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.news-side-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.35;
  color: inherit;
}

.news-side-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: inherit;
}

.news-side-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-size: 15px;
}

.news-side-link::after {
  content: ">";
  margin-left: 8px;
}

.news-side-head {
  padding-bottom: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.news-side-item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.news-side-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-side-item strong {
  display: block;
  font-size: 17px;
  line-height: 1.65;
  color: #101828;
}

.news-side-item span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #98a2b3;
}

.news-side-contact .btn {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .news-list-layout {
    grid-template-columns: 1fr;
  }

  .news-list-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .news-list-main {
    padding-bottom: 42px;
  }

  .news-list-hero-inner {
    padding-top: 92px;
    padding-bottom: 44px;
  }

  .news-list-kicker {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .news-list-hero-copy h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .news-list-hero-copy p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.75;
  }

  .news-list-section {
    margin-top: 30px;
  }

  .news-list-toolbar {
    padding: 18px;
    border-radius: 18px;
  }

  .news-list-breadcrumb {
    gap: 6px;
    font-size: 12px;
  }

  .news-list-filter {
    gap: 10px;
    margin-top: 14px;
  }

  .news-filter-chip {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .news-list-layout {
    gap: 16px;
    margin-top: 18px;
  }

  .news-list-card,
  .news-side-card {
    border-radius: 18px;
  }

  .news-list-card-featured,
  .news-list-grid {
    grid-template-columns: 1fr;
  }

  .news-list-card-featured .news-list-card-media,
  .news-list-card-media {
    aspect-ratio: 1.45 / 1;
  }

  .news-list-card-body {
    padding: 20px 18px 22px;
  }

  .news-list-card h2,
  .news-list-grid .news-list-card h2 {
    margin: 14px 0 12px;
    font-size: 20px;
    line-height: 1.4;
  }

  .news-list-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .news-list-more {
    margin-top: 18px;
    font-size: 14px;
  }

  .news-list-pagination {
    gap: 8px;
    margin-top: 22px;
  }

  .news-page-btn,
  .news-page-num,
  .news-page-ellipsis {
    min-width: 38px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 13px;
  }

  .news-list-sidebar {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-side-card {
    padding: 18px;
  }

  .news-side-card h3 {
    font-size: 20px;
  }

  .news-side-item strong {
    font-size: 15px;
  }
}
/* 分页导航容器 */
.news-list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 14px;
}

/* 通用链接样式 */
.news-list-pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

/* 悬停状态 */
.news-list-pagination li a:hover {
  color: rgb(20, 81, 202);
  border-color: rgb(20, 81, 202);
}

/* 当前激活页码 */
.news-list-pagination li.active a {
  background-color: rgb(20, 81, 202);
  border-color: rgb(20, 81, 202);
  color: #fff;
  cursor: default;
}

/* 上一页 / 下一页文字按钮微调 */
.news-list-pagination li:first-child a,
.news-list-pagination li:last-child a {
  padding: 0 16px;
}