/* 列表子页（参考官网栏目列表结构） */
.subpage {
  position: relative;
  background: transparent;
  padding: 24px 0 56px;
  min-height: 520px;
  overflow: hidden;
}

.subpage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/index_BG/sky2.jpg") center top / cover no-repeat;
  opacity: 0.9;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.35) 65%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.35) 65%,
    transparent 100%
  );
}

.subpage > .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}

.breadcrumb a {
  color: var(--white);
}

.breadcrumb a:hover {
  color: #ffe0c8;
}

.breadcrumb .sep {
  color: rgba(255, 255, 255, 0.55);
}

.subpage-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.subpage-side {
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 60, 140, 0.06);
}

.subpage-side-title {
  margin: 0;
  padding: 16px 18px;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subpage-side-nav {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.subpage-side-nav a {
  display: block;
  padding: 12px 18px;
  color: #2a3d5c;
  font-size: 14px;
  border-left: 3px solid transparent;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subpage-side-nav a:hover,
.subpage-side-nav a.active {
  color: var(--primary);
  background: rgba(0, 100, 235, 0.06);
  border-left-color: var(--accent);
  font-weight: 600;
}

.subpage-main {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 100, 235, 0.1);
  border-radius: 8px;
  padding: 22px 26px 28px;
  box-shadow: 0 8px 24px rgba(0, 60, 140, 0.06);
  min-height: 420px;
}

.subpage-main-title {
  margin: 0 0 18px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #1a2b4a;
  border-bottom: 2px solid rgba(0, 100, 235, 0.12);
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subpage-main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-deep));
}

.article-body {
  color: #243752;
  font-size: 15px;
  line-height: 1.95;
}

.article-body p {
  margin: 0 0 1.1em;
  text-indent: 2em;
  text-align: justify;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-figure {
  margin: 0 0 1.4em;
  width: 100%;
  max-width: none;
  text-align: center;
}

.article-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.article-figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #6b7c93;
  text-align: center;
}

.article-body .article-contact {
  margin-top: 1.4em;
  text-indent: 0;
  font-weight: 600;
  color: #1a2b4a;
}

.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-list li {
  border-bottom: 1px dashed rgba(0, 60, 120, 0.12);
  min-width: 0;
}

.article-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px 14px 4px;
  color: #243752;
  font-size: 15px;
  line-height: 1.5;
  min-width: 0;
  overflow: hidden;
  transition: color 0.15s var(--ease);
}

.article-list a::before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: var(--primary);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.45s var(--ease), background-color 0.15s var(--ease);
}

.article-list a:hover {
  color: var(--primary);
}

.article-list a:hover::before {
  background-color: var(--accent);
  transform: rotate(90deg);
}

.article-list .title {
  flex: 1;
  order: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list .date {
  order: 2;
  flex-shrink: 0;
  min-width: 96px;
  margin-left: auto;
  color: #8a9bb0;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 8px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #4a5d78;
  background: rgba(0, 100, 235, 0.06);
  transition: background 0.15s var(--ease), color 0.15s var(--ease);
}

.pagination a:hover {
  color: var(--white);
  background: var(--primary);
}

.pagination .current {
  color: var(--white);
  background: var(--primary);
  font-weight: 600;
}

.pagination .disabled {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 900px) {
  .subpage-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .subpage-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .subpage-side-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 10px;
  }

  .subpage-side-nav a {
    border-left: none;
    border-radius: 4px;
    padding: 8px 12px;
  }

  .subpage-side-nav a.active {
    border-left: none;
    background: rgba(0, 100, 235, 0.1);
  }

  .subpage-main {
    padding: 18px 16px 22px;
    min-width: 0;
    max-width: 100%;
  }

  .article-list a {
    gap: 8px;
    min-width: 0;
  }

  .article-list .date {
    min-width: 84px;
  }

  .article-list .title {
    min-width: 0;
  }
}


/* ===== 分页样式 补充20260808===== */
.pagebar .p_pages{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 8px;
}
.pagebar a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #4a5d78;
  background: rgba(0, 100, 235, 0.06);
  transition: background 0.15s var(--ease), color 0.15s var(--ease);
}

.pagebar a:hover {
  color: var(--white);
  background: var(--primary);
}

.pagebar .p_no_d{
  color: var(--white);
  background: var(--primary);
  font-weight: 600;
  min-width: 34px;
  height: 34px;line-height:34px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
}

.pagebar .p_fun_d{
  opacity: 0.65;
  pointer-events: none;
    min-width: 34px;
  height: 34px;line-height:34px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
  color: #4a5d78;
  background: rgba(0, 100, 235, 0.06);
}














