.inner-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #edf6ff 0, #f8fbff 420px, #fff 100%);
}

.inner-page .site-header {
  height: 82px;
}

.inner-page .header-inner {
  height: 82px;
}

.inner-page .nav-dropdown {
  top: 100%;
}

.inner-page .main-nav a[href="#"] {
  cursor: pointer;
}

/* 内页 banner 只展示图片本身：不叠加蓝色蒙版、网格纹理与标题文字。 */
.inner-hero {
  min-height: 438px;
  position: relative;
  overflow: hidden;
  background: var(--inner-hero-image, url("assets/hero-lab-exterior.jpg")) center / cover no-repeat;
}
.pb_sys_common{    margin-top: 20px;}
.inner-hero::before,
.inner-hero::after {
  content: none;
}

/* 圆环、斜线等装饰层和右侧小卡片不再显示 */
.inner-hero-line,
.inner-hero-card {
  display: none;
}

.inner-hero-inner {
  position: relative;
  z-index: 4;
}

/* 页面主标题直接写在 HTML 中，视觉上隐藏，
   屏幕阅读器与搜索引擎仍能读取；正文标题在面包屑左侧显示。 */
.inner-hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1101px) {
  .inner-section-head p {
    white-space: nowrap;
  }
}

.inner-shell {
  position: relative;
  z-index: 3;
  margin-top: 32px;
  padding-bottom: 92px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.inner-sidebar {
  position: sticky;
  top: 108px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 42, 91, 0.1);
}

.inner-sidebar::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(32, 211, 255, 0.32);
}

.side-title {
  padding: 34px 34px 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(2, 77, 162, 0.98), rgba(7, 89, 181, 0.94)),
    radial-gradient(circle at 84% 18%, rgba(66, 194, 255, 0.28), transparent 34%);
}

.side-title::before {
  content: "";
  position: absolute;
  right: -22px;
  top: -30px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.side-title span {
  color: var(--cyan);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.side-title strong {
  display: block;
  margin-top: 12px;
  font-size: 32px;
  line-height: 1;
}

.side-menu {
  position: relative;
  z-index: 1;
  padding: 14px 18px 24px;
}

.side-menu a,
.side-menu-group > a {
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: #233149;
  font-size: 18px;
  font-weight: 700;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    padding 0.24s ease;
}

.side-menu a::after,
.side-menu-group > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.38;
  transform: rotate(-45deg);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.side-menu a:hover,
.side-menu a:focus-visible,
.side-menu a.active,
.side-menu-group > a:hover,
.side-menu-group > a:focus-visible {
  padding-left: 22px;
  color: #fff;
  background:
    linear-gradient(90deg, var(--brand-blue), var(--blue-800)),
    linear-gradient(135deg, rgba(66, 194, 255, 0.18), transparent);
}

.side-menu a:hover::after,
.side-menu a:focus-visible::after,
.side-menu a.active::after,
.side-menu-group > a:hover::after,
.side-menu-group > a:focus-visible::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.side-menu-group {
  border-bottom: 1px solid var(--line);
}

.side-menu-group > a {
  border-bottom: 0;
}

.side-submenu {
  padding: 6px 0 12px 18px;
  display: grid;
  gap: 4px;
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.side-submenu a {
  min-height: 34px;
  padding: 0 12px;
  justify-content: flex-start;
  border-bottom: 0;
  color: #52677f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.side-submenu a::after {
  content: none;
}

.side-submenu a:hover,
.side-submenu a:focus-visible {
  padding-left: 16px;
  color: var(--blue-900);
  background: rgba(2, 77, 162, 0.08);
}

.side-menu-branch {
  border-bottom: 1px solid var(--line);
}

.side-branch-toggle {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  color: #233149;
  background: transparent;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color 0.24s ease, background 0.24s ease, padding 0.24s ease;
}

.side-branch-toggle i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.side-menu-branch[open] > .side-branch-toggle i {
  transform: rotate(225deg);
}

.side-branch-toggle:hover,
.side-branch-toggle:focus-visible,
.side-branch-toggle.active {
  padding-left: 22px;
  color: #fff;
  background: linear-gradient(90deg, var(--brand-blue), var(--blue-800));
}

.side-branch-panel {
  max-height: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 3px;
  overflow: hidden;
  opacity: 0;
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.22s ease;
}

.side-menu-branch[open] > .side-branch-panel {
  max-height: 430px;
  padding-top: 7px;
  padding-bottom: 12px;
  overflow-y: auto;
  opacity: 1;
}

.side-branch-panel a {
  min-height: 34px;
  padding: 7px 12px;
  justify-content: flex-start;
  border: 0;
  color: #52677f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.side-branch-panel a::after {
  content: none;
}

.side-branch-panel a:hover,
.side-branch-panel a:focus-visible,
.side-branch-panel a.active {
  padding-left: 16px;
  color: var(--blue-900);
  background: rgba(2, 77, 162, 0.08);
}
.side-menu-branch--leaf > .side-branch-toggle {
  cursor: pointer;
}

.side-menu-branch--leaf > .side-branch-toggle a {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.side-menu-branch--leaf > .side-branch-toggle a::after {
  content: none;
}

.side-menu-branch--leaf > .side-branch-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.38;
  transform: rotate(-45deg);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.side-menu-branch--leaf > .side-branch-toggle:hover::after,
.side-menu-branch--leaf > .side-branch-toggle:focus-visible::after,
.side-menu-branch--leaf > .side-branch-toggle.active::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.side-menu-branch--leaf > .side-branch-toggle:hover,
.side-menu-branch--leaf > .side-branch-toggle:focus-visible,
.side-menu-branch--leaf > .side-branch-toggle.active {
  background:
    linear-gradient(90deg, var(--brand-blue), var(--blue-800)),
    linear-gradient(135deg, rgba(66, 194, 255, 0.18), transparent);
}
/* 单栏目（无二级栏目）：统一用 details/summary 结构，仅标题为链接，不显示展开箭头 */
.side-menu-branch--leaf > .side-branch-toggle {
  cursor: pointer;
}

.side-menu-branch--leaf > .side-branch-toggle a {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.side-menu-branch--leaf > .side-branch-toggle a::after {
  content: none;
}

.side-menu-branch--leaf > .side-branch-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.38;
  transform: rotate(-45deg);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.side-menu-branch--leaf > .side-branch-toggle:hover::after,
.side-menu-branch--leaf > .side-branch-toggle:focus-visible::after,
.side-menu-branch--leaf > .side-branch-toggle.active::after {
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

.side-menu-branch--leaf > .side-branch-toggle:hover,
.side-menu-branch--leaf > .side-branch-toggle:focus-visible,
.side-menu-branch--leaf > .side-branch-toggle.active {
  background:
    linear-gradient(90deg, var(--brand-blue), var(--blue-800)),
    linear-gradient(135deg, rgba(66, 194, 255, 0.18), transparent);
}

/* 二级栏目里可展开的项（如主题教育）按同级链接呈现，不用一级栏目的深蓝底 */
.side-branch-panel .side-branch-toggle {
  min-height: 34px;
  padding: 7px 12px;
  color: #52677f;
  font-size: 17px;
  line-height: 1.4;
}

.side-branch-panel .side-branch-toggle:hover,
.side-branch-panel .side-branch-toggle:focus-visible,
.side-branch-panel .side-branch-toggle.active {
  padding-left: 16px;
  color: var(--blue-900);
  background: rgba(2, 77, 162, 0.08);
}

.side-branch-panel .side-menu-branch {
  border-bottom: 0;
}

.side-branch-label {
  padding: 10px 12px 4px;
  color: var(--blue-800);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.side-contact {
  margin: 0 18px 24px;
  padding: 22px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, #f5faff, #fff),
    radial-gradient(circle at 90% 14%, rgba(32, 211, 255, 0.18), transparent 30%);
}

.side-contact span {
  color: var(--blue-800);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.side-contact p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.inner-main {
  min-width: 0;
}

.crumbs {
  min-height: 58px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #6b7c91;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(219, 231, 245, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(4, 42, 91, 0.08);
}

.crumbs a {
  color: var(--blue-800);
  font-weight: 700; font-size:16px;
}

.crumbs span {
  color: #9aa8ba;
}

.crumbs span:last-of-type {
  font-size: inherit;
}

.crumbs strong {
  color: #53657a;
  font-weight: 700;
}

/* 栏目标题搬到面包屑条内：标题靠左，面包屑仍靠右 */
.crumbs--with-title {
  min-height: 76px;
  padding: 14px 26px;    font-size: 16px;
}

.crumbs .crumbs-title {
  margin-right: auto;
  min-width: 0;
}

.crumbs .crumbs-title strong {
  color: #53657a;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 700;
}

.tutor-profile {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.tutor-profile-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eaf3fc;
  box-shadow: 0 20px 46px rgba(4, 42, 91, 0.13);
}

.tutor-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.tutor-profile-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
}

.tutor-profile-role {
  margin: 14px 0 0;
  color: var(--blue-800);
  font-size: 18px;
  font-weight: 800;
}

.tutor-profile-meta {
  margin: 28px 0;
  padding: 20px 24px;
  display: grid;
  gap: 12px;
  border-left: 4px solid var(--blue-800);
  background: #f3f8fe;
}

.tutor-profile-meta p,
.tutor-profile-intro p {
  margin: 0;
  color: #4f6074;
  font-size: 16px;
  line-height: 1.9;
}

.tutor-profile-intro h4 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 22px;
}

.tutor-profile-back {
  margin-top: 28px;
  display: inline-flex;
  color: var(--blue-800);
  font-weight: 800;
}

.tutor-profile--biyi {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.tutor-profile--source {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.tutor-profile--dynamic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.tutor-profile-intro-text {
  margin: 20px 0 0;
  color: #52677f;
  font-size: 16px;
  line-height: 1.9;
}

.source-profile-head {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: #fff;
}

.source-profile-head h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 30px;
}

.source-profile-head p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.source-profile-head img {
  width: 72px;
  height: 96px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.biyi-pdf-pages {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: #eef5fb;
  border: 1px solid var(--line);
}

.biyi-pdf-pages figure {
  margin: 0;
  background: #fff;
  box-shadow: 0 14px 30px rgba(4, 42, 91, 0.1);
}

.biyi-pdf-pages img {
  width: 100%;
  height: auto;
  display: block;
}

.biyi-resume-title {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
}

.biyi-resume-table-wrap {
  overflow-x: auto;
  border: 1px solid #b9cce0;
  background: #fff;
}

.biyi-resume-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #233149;
}

.biyi-resume-table th,
.biyi-resume-table td {
  padding: 16px 18px;
  border: 1px solid #b9cce0;
  font-size: 15px;
  line-height: 1.8;
}

.biyi-resume-table th {
  width: 170px;
  color: var(--blue-900);
  background: linear-gradient(180deg, #eef6ff, #f8fbff);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
}

.biyi-resume-table td {
  background: #fff;
  vertical-align: top;
}

.biyi-resume-table .biyi-photo-cell {
  width: 220px;
  padding: 14px;
  vertical-align: middle;
  background: #fff;
  text-align: left;
}

.biyi-photo-cell .bio-photo {
  width: 148px;
  height: 190px;
  margin: 0 auto 14px;
  overflow: hidden;
  background: #dcecf8;
  border: 1px solid rgba(205, 226, 244, 0.9);
}

.biyi-photo-cell .bio-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.biyi-photo-cell .bio-line {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  background: linear-gradient(180deg, #eef6ff, #f8fbff);
  border: 1px solid #c3d6ea;
}

.biyi-photo-cell .bio-line + .bio-line {
  margin-top: 8px;
}

.biyi-photo-cell .bio-line span {
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.biyi-photo-cell .bio-line strong {
  color: #233149;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}

.biyi-resume-table p {
  margin: 0;
  color: #394b61;
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.resume-career-lines {
  display: grid;
  gap: 8px;
}

.resume-career-lines p {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
}

.resume-career-lines time {
  color: var(--blue-800);
  font-weight: 900;
}

.resume-achievements > p + p {
  margin-top: 10px;
}

.resume-achievements h4 {
  margin: 26px 0 12px;
  padding: 10px 14px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-900), var(--blue-700));
  font-size: 18px;
  line-height: 1.45;
}

.tutor-profile-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(2, 77, 162, 0.97), rgba(7, 89, 181, 0.92)),
    radial-gradient(circle at 92% 16%, rgba(66, 194, 255, 0.32), transparent 32%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(4, 42, 91, 0.14);
}

.biyi-profile-photo {
  margin: 0;
  overflow: hidden;
  align-self: stretch;
  min-height: 282px;
  background: #dcecf8;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.biyi-profile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.biyi-profile-identity {
  align-self: center;
  min-width: 0;
}

.profile-kicker,
.profile-section-heading small,
.profile-section-kicker {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.biyi-profile-identity h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

.biyi-profile-identity .tutor-profile-role {
  margin-top: 12px;
  color: #bfeeff;
}

.biyi-meta-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.biyi-meta-grid > div {
  min-width: 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.biyi-meta-grid span,
.biyi-meta-grid strong {
  display: block;
}

.biyi-meta-grid span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.biyi-meta-grid strong {
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.profile-section {
  padding: 26px 28px 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(4, 42, 91, 0.06);
}

.biyi-profile-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(180deg, #f5faff, #fff),
    radial-gradient(circle at 94% 0, rgba(32, 211, 255, 0.18), transparent 30%);
}

.biyi-profile-highlight h4 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 27px;
}

.biyi-profile-highlight p,
.profile-section--teaching > p {
  margin: 12px 0 0;
  color: #52677f;
  font-size: 16px;
  line-height: 1.9;
}

.biyi-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.biyi-stat-grid div {
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: #fff;
}

.biyi-stat-grid strong,
.biyi-stat-grid span {
  display: block;
}

.biyi-stat-grid strong {
  font-size: 28px;
  line-height: 1;
}

.biyi-stat-grid span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.profile-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.profile-section-heading > span {
  color: var(--cyan);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.profile-section-heading h4 {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 24px;
}

.source-profile-section .source-profile-text {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.source-profile-text p {
  margin: 0;
  color: #52677f;
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.source-profile-text p:first-child {
  color: #31465e;
  font-weight: 650;
}

.biyi-timeline,
.biyi-numbered-list,
.biyi-publication-list,
.biyi-patent-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.biyi-timeline {
  display: grid;
  gap: 0;
}

.biyi-timeline li {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px dashed #d9e5f1;
}

.biyi-timeline li:last-child {
  border-bottom: 0;
}

.biyi-timeline time {
  color: var(--blue-800);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.biyi-timeline p,
.profile-note p {
  margin: 0;
  color: #52677f;
  font-size: 15px;
  line-height: 1.7;
}

.profile-note {
  margin-top: 18px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  background: #f5faff;
  border-left: 4px solid var(--gold);
}

.profile-note strong {
  color: var(--blue-800);
  font-size: 14px;
}

.biyi-numbered-list,
.biyi-publication-list,
.biyi-patent-list {
  display: grid;
  gap: 14px;
  counter-reset: profile-list;
}

.biyi-numbered-list li,
.biyi-publication-list li,
.biyi-patent-list li {
  position: relative;
  padding-left: 30px;
  color: #52677f;
  font-size: 15px;
  line-height: 1.8;
}

.biyi-numbered-list li::before,
.biyi-publication-list li::before,
.biyi-patent-list li::before {
  counter-increment: profile-list;
  content: counter(profile-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-800);
  font-weight: 900;
}

.biyi-publication-list li strong {
  color: var(--ink);
  font-weight: 800;
}

.biyi-publication-list li em {
  margin-left: 5px;
  color: var(--blue-800);
  font-style: italic;
  font-weight: 700;
}

.biyi-patent-list li b {
  color: var(--blue-800);
  font-weight: 900;
}

.biyi-graduate-note {
  margin-top: 20px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
}

.biyi-graduate-note strong {
  font-size: 16px;
}

.biyi-graduate-note span {
  color: #d7f4ff;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .tutor-profile {
    grid-template-columns: 1fr;
  }

  .tutor-profile-photo {
    max-width: 320px;
  }

  .tutor-profile-hero,
  .biyi-profile-highlight {
    grid-template-columns: 1fr;
  }

  .source-profile-head {
    align-items: flex-start;
  }

  .biyi-resume-title {
    font-size: 25px;
  }

  .tutor-profile-hero {
    padding: 18px;
  }

  .biyi-profile-photo {
    width: min(220px, 100%);
    min-height: 240px;
  }

  .biyi-profile-identity h3 {
    font-size: 38px;
  }

  .biyi-meta-grid {
    grid-template-columns: 1fr;
  }

  .profile-section {
    padding: 22px 18px 24px;
  }

  .biyi-timeline li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .profile-note {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .biyi-graduate-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

.page-panel {
  margin-top: 22px;
  padding: 44px 48px 52px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 66px rgba(4, 42, 91, 0.08);
}

.page-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-blue), var(--blue-700), var(--gold));
}

.inner-section-head {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.inner-section-head span {
  display: block;
  color: rgba(7, 90, 167, 0.12);
  font-size: 28px;
  line-height: 0.82;
  font-weight: 900;
  text-transform: uppercase;
}

.inner-section-head h2 {
  margin: -4px 0 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
}

.inner-section-head h2 small,
.inner-section-head h2 em {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
}

.inner-section-head p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  text-align: right;
}

.article-body {
  color: #243149;
  font-size: 18px;
  line-height: 2;
}

.article-body p {
  margin: 0 0 20px;
  text-indent: 2em;
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.about-overview-copy {
  min-width: 0;
  padding: 34px 38px 36px;
  background:
    linear-gradient(180deg, #f7fbff, #fff),
    radial-gradient(circle at 92% 16%, rgba(32, 211, 255, 0.16), transparent 32%);
  border: 1px solid var(--line);
}

.about-overview-copy > h1 {
  display: block;
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-overview-copy h3 {
  margin: 14px 0 22px;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.22;
}

.about-overview .article-body {
  font-size: 17px;
  line-height: 1.95;
}

.about-overview .article-body p:last-child {
  margin-bottom: 0;
}

.about-image {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: var(--blue-900);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 36%, rgba(2, 77, 162, 0.68)),
    linear-gradient(135deg, rgba(32, 211, 255, 0.12), transparent 44%);
}

.about-image-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
}

.about-image-caption span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.about-image-caption strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.25;
}

.about-summary {
  padding: 8px 0 0;
}

.about-stats {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-stats div {
  min-height: 0;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, var(--blue-900), var(--blue-700)),
    radial-gradient(circle at 84% 10%, rgba(32, 211, 255, 0.35), transparent 34%);
}

.about-stats div::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.about-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.about-stats span {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.about-inline-points {
  margin-top: 24px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.about-inline-points h1 {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  background: rgba(2, 77, 162, 0.07);
  border: 1px solid rgba(2, 77, 162, 0.12);
}

.timeline-band {
  margin-top: 38px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  background:
    linear-gradient(180deg, #f4f9ff, #fff),
    radial-gradient(circle at 94% 0, rgba(32, 211, 255, 0.2), transparent 24%);
  border: 1px solid var(--line);
}

.timeline-band article {
  min-height: 132px;
  padding: 20px;
  background: #fff;
  border-left: 4px solid var(--blue-700);
  box-shadow: 0 14px 34px rgba(4, 42, 91, 0.06);
}

.timeline-band time {
  color: var(--blue-800);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.timeline-band p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-fulltext {
  margin-top: 26px;
  display: grid;
  gap: 18px;
}

.about-text-block {
  padding: 30px 34px 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.about-text-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--brand-blue), var(--cyan));
}

.about-text-block--accent {
  background:
    linear-gradient(180deg, #f6fbff, #fff),
    radial-gradient(circle at 96% 12%, rgba(32, 211, 255, 0.14), transparent 28%);
}

.about-text-block--final {
  color: #fff;
  border: 0;
  background:
    linear-gradient(135deg, rgba(2, 77, 162, 0.98), rgba(7, 89, 181, 0.94)),
    radial-gradient(circle at 88% 20%, rgba(32, 211, 255, 0.28), transparent 32%);
}

.about-text-block--final::before {
  background: var(--gold);
}

.about-text-title {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.about-text-title h1 {
  order: 2;
  color: rgba(7, 90, 167, 0.14);
  font-size: 36px;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;     margin: 0;
}

.about-text-title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.2;
}

.about-text-block--final .about-text-title span {
  color: rgba(255, 255, 255, 0.16);
}

.about-text-block--final .about-text-title h3,
.about-text-block--final .article-body,
.about-text-block--final .article-body p {
  color: #fff;
}

.about-text-block .article-body {
  font-size: 17px;
  line-height: 2;
}

.about-text-block .article-body p:last-child {
  margin-bottom: 0;
}

.about-data-note {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  text-align: right;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.leader-card {
  min-height: 240px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(4, 42, 91, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.leader-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(2, 77, 162, 0.98), rgba(7, 89, 181, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 13px);
  transition: opacity 0.28s ease;
}

.leader-photo {
  position: relative;
  z-index: 1;
  min-height: 240px;
  aspect-ratio: 17 / 24;
  overflow: hidden;
  background: var(--blue-900);
}

.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
  transition: transform 0.42s ease, opacity 0.28s ease;
}

.leader-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(2, 77, 162, 0.62)),
    linear-gradient(135deg, rgba(32, 211, 255, 0.16), transparent 46%);
}

.leader-photo span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.leader-copy {
  position: relative;
  z-index: 1;
  padding: 24px 26px 26px;
}

.leader-copy em {
  color: var(--blue-800);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.leader-copy h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.leader-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.leader-meta {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  color: #516077;
  font-size: 14px;
}

.leader-card:hover,
.leader-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(32, 211, 255, 0.5);
  box-shadow: 0 28px 58px rgba(4, 42, 91, 0.14);
}

.leader-card:hover::before,
.leader-card:focus-within::before {
  opacity: 1;
}

.leader-card:hover .leader-photo img,
.leader-card:focus-within .leader-photo img {
  opacity: 0.38;
  transform: scale(1.08);
}

.leader-card:hover .leader-copy em,
.leader-card:hover .leader-copy h3,
.leader-card:hover .leader-copy p,
.leader-card:hover .leader-meta,
.leader-card:focus-within .leader-copy em,
.leader-card:focus-within .leader-copy h3,
.leader-card:focus-within .leader-copy p,
.leader-card:focus-within .leader-meta {
  color: #fff;
}

/* 普通公告列表：仅标题 + 日期，行间细分隔线 */
.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  min-height: 58px;
  padding: 16px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.notice-list li:first-child {
  border-top: 1px solid var(--line);
}

.notice-list a {
  min-width: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.24s ease;
}

.notice-list a:hover,
.notice-list a:focus-visible {
  color: var(--blue-800);
}

.notice-list time {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* 共用置顶区：侧边小标识与紧凑标题清单，只显示标题和日期。 */
.pinned-section {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.pinned-section-head {
  padding-top: 6px;
}

.pinned-section-head h2 {
  margin: 0;
  color: #69798e;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
}

.pinned-list {
  min-width: 0;
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  border-left: 1px solid #e8edf3;
}

.pinned-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 6px 0;
}

.pinned-item > img,
.pinned-item p {
  display: none;
}

.pinned-item > div {
  min-width: 0;
}

.pinned-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: inherit;
  line-height: 1.65;
}

.pinned-item a {
  color: #40536b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.pinned-item a:hover,
.pinned-item a:focus-visible {
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pinned-item a:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 4px;
  border-radius: 2px;
}

.pinned-item time {
  justify-self: end;
  color: #718095;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-align: right;
}

.pinned-item time span {
  margin-left: 6px;
}

.pinned-item time span::before {
  content: "·";
  margin-right: 6px;
}

.template-list {
  display: grid;
  gap: 14px;
}

.template-list article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 92px;
  align-items: center;
  gap: 22px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition:
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    transform 0.26s ease,
    background 0.26s ease;
}

.template-list article::before,
.template-list article::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.template-list article::before {
  inset: 0;
  background:
    linear-gradient(135deg, var(--brand-blue), var(--blue-800)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 12px);
}

.template-list article::after {
  right: -36px;
  top: -46px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(32, 211, 255, 0.38);
  border-radius: 50%;
  transform: translate(18px, -18px);
}

.template-list article > img {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 78px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background: #e8f1fb;
}

.template-list--plain article {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.activity-overview-intro {
  margin-bottom: 24px;
  padding: 30px 34px;
  color: #fff;
  background: linear-gradient(120deg, #0759b5, #0b78c9 58%, #16a7c8);
  box-shadow: 0 16px 36px rgba(4, 63, 125, 0.16);
  position: relative;
  overflow: hidden;
}

.activity-overview-intro::after {
  content: "";
  position: absolute;
  right: 5%;
  top: -80px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.025);
}

.activity-overview-intro > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.activity-overview-intro h3 {
  margin: 10px 0 8px;
  font-size: 30px;
}

.activity-overview-intro p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.activity-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.activity-overview-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  min-height: 148px;
  padding: 26px 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(4, 42, 91, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.activity-overview-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 89, 181, 0.34);
  box-shadow: 0 20px 38px rgba(4, 42, 91, 0.14);
}

.activity-overview-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(32, 160, 220, 0.2);
  border-radius: 50%;
}

.activity-overview-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.activity-overview-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--cyan);
}

.activity-overview-card h3 { margin: 0; font-size: 25px; }
.activity-overview-card h3 a { color: var(--ink); transition: color 0.2s ease; }
.activity-overview-card:hover h3 a { color: var(--brand-blue); }
.activity-overview-card p { margin: 12px 0 16px; color: #60748b; font-size: 17px; line-height: 1.8; }
.activity-overview-link { color: var(--brand-blue); font-size: 15px; font-weight: 800; }

.activity-overview-card--brand {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  grid-template-areas:
    "copy visual"
    "list visual";
  gap: 18px 28px;
  align-items: start;
}
.activity-brand-copy { grid-area: copy; display: block; }
.activity-brand-copy > div { min-width: 0; }
.activity-brand-visual { grid-area: visual; height: 224px; min-height: 224px; margin: 0; overflow: hidden; position: relative; }
.activity-brand-visual::after { content: "药学青年 · 在行动"; position: absolute; left: 18px; bottom: 16px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35); }
.activity-brand-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(0.9); transition: transform 0.55s ease; }
.activity-overview-card:hover .activity-brand-visual img,
.activity-overview-card:hover .activity-overview-image { transform: scale(1.045); }
.activity-overview-image { width: 132px; height: 116px; object-fit: cover; border-radius: 2px; filter: saturate(0.88); }
.activity-brand-list { grid-area: list; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin: 0; padding: 0; list-style: none; }
.activity-brand-list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; background: linear-gradient(90deg, #f2f7fc, #f8fbfe); border: 1px solid #e4edf6; border-left: 3px solid var(--cyan); transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.activity-brand-list li:hover { transform: translateX(4px); background: #e5f1fc; border-color: var(--brand-blue); }
.activity-brand-list a { color: var(--ink); font-size: 16px; font-weight: 700; transition: color 0.2s ease; }
.activity-brand-list li:hover > a:first-child { color: var(--brand-blue); }
.activity-brand-list .activity-overview-link { color: #7890a8; font-size: 12px; white-space: nowrap; }

.activity-overview-card:not(.activity-overview-card--brand) { background: linear-gradient(145deg, #fff 0%, #fbfdff 72%, #f1f8fd 100%); }
.activity-overview-card:not(.activity-overview-card--brand) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  grid-template-areas: "content image";
  align-items: start;
  gap: 28px;
  min-height: 224px;
}
.activity-overview-card:not(.activity-overview-card--brand) .activity-overview-image {
  grid-area: image;
  width: 100%;
  height: 224px;
  min-height: 224px;
}
.activity-overview-card:not(.activity-overview-card--brand) > div {
  grid-area: content;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.activity-overview-card:not(.activity-overview-card--brand) .activity-overview-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(7, 89, 181, 0.18);
}

@media (max-width: 700px) {
  .activity-overview-grid { grid-template-columns: 1fr; }
  .activity-overview-intro { padding: 24px; }
  .activity-overview-intro h3 { font-size: 25px; }
  .activity-overview-card--brand {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "list";
  }
  .activity-brand-visual { height: 180px; min-height: 180px; }
  .activity-brand-list { grid-template-columns: 1fr; }
  .activity-overview-card:not(.activity-overview-card--brand) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "content";
    gap: 16px;
  }
  .activity-overview-card:not(.activity-overview-card--brand) .activity-overview-image {
    width: 100%;
    height: 180px;
    min-height: 180px;
    grid-column: 1 / -1;
  }
  .activity-overview-card h3 { font-size: 22px; }
  .activity-overview-card p { font-size: 16px; }
}

.template-list time {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 76px;
  height: 76px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--blue-700));
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.template-list time span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.template-list h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
  transition: color 0.24s ease, transform 0.24s ease;
}

.template-list p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.24s ease;
}

.list-arrow {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 90, 167, 0.24);
  display: grid;
  place-items: center;
  color: var(--blue-800);
  transition: color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.list-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.template-list article:hover,
.template-list article:focus-within {
  transform: translateY(-4px);
  border-color: rgba(32, 211, 255, 0.52);
  box-shadow: 0 22px 50px rgba(4, 42, 91, 0.12);
}

.template-list article:hover::before,
.template-list article:hover::after,
.template-list article:focus-within::before,
.template-list article:focus-within::after {
  opacity: 1;
  transform: translate(0);
}

.template-list article:hover h3,
.template-list article:hover p,
.template-list article:focus-within h3,
.template-list article:focus-within p {
  color: #fff;
}

.template-list article:hover h3,
.template-list article:focus-within h3 {
  transform: translateX(6px);
}

.template-list article:hover .list-arrow,
.template-list article:focus-within .list-arrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateX(4px);
}

.pagination {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pagination a,
.pagination span {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-800);
  border: 1px solid var(--line);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.pagination a:hover,
.pagination a:focus-visible,
.pagination span.active {
  color: #fff;
  border-color: var(--blue-800);
  background: var(--blue-800);
}

.article-detail-title {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.article-detail-title h1 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.38;
}

.article-meta {
  margin-top: 18px;
  display: grid;
  justify-content: center;
  gap: 10px;
  color: #718096;
  font-size: 14px;
}

.article-meta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.detail-cover {
  margin: 34px 0;
  position: relative;
  overflow: hidden;
}

.detail-cover img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.detail-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(180deg, transparent, rgba(2, 77, 162, 0.48));
}

/* 来稿时间 / 审核人 / 责任编辑：放在正文末尾，上下篇分隔线之上 */
.article-endnote {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: #718096;
  font-size: 14px;
}

.article-tools {
  margin-top: 42px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.article-tools a {
  min-height: 78px;
  padding: 18px 20px;
  display: grid;
  align-content: center;
  color: var(--ink);
  background: #f5f9ff;
  border: 1px solid var(--line);
  transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.article-tools span {
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 900;
}

.article-tools strong {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.45;
}

.article-tools a:hover,
.article-tools a:focus-visible {
  color: #fff;
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.article-tools a:hover span,
.article-tools a:focus-visible span {
  color: var(--cyan);
}

.tutor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tutor-card {
  min-height: 104px;
  padding: 14px 18px 14px 14px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 18px;
  row-gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(4, 42, 91, 0.06);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.tutor-card::before {
  content: none;
}

.tutor-photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 82px;
  height: 90px;
  display: block;
  overflow: hidden;
  background: #dcecf8;
  border: 1px solid rgba(205, 226, 244, 0.9);
}

.tutor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.tutor-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.tutor-card p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.tutor-card h3,
.tutor-card p {
  min-width: 0;
}

.tutor-card:hover,
.tutor-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(32, 211, 255, 0.52);
  box-shadow: 0 24px 50px rgba(4, 42, 91, 0.12);
}

.tutor-card:hover .tutor-photo img,
.tutor-card:focus-within .tutor-photo img {
  transform: scale(1.06);
}

.tutor-master-groups {
  display: grid;
  gap: 26px;
}

.master-group {
  padding: 24px 26px;
  background:
    linear-gradient(180deg, #f5faff, #fff),
    radial-gradient(circle at 96% 0, rgba(32, 211, 255, 0.14), transparent 28%);
  border: 1px solid var(--line);
}

.master-group-title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 14px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.master-group-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 5px;
  background: linear-gradient(180deg, var(--blue-800), var(--gold));
}

.master-names {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 12px;
}

.master-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 116px;
  padding: 11px 11px 13px;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(205, 226, 244, 0.95);
  box-shadow: 0 8px 20px rgba(4, 42, 91, 0.04);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.master-card-photo {
  width: 92px;
  height: 100px;
  overflow: hidden;
  background: #dcecf8;
  border: 1px solid rgba(205, 226, 244, 0.9);
}

.master-card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.32s ease;
}

.master-card-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-800);
  line-height: 1.2;
}

.master-card:hover,
.master-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(32, 211, 255, 0.52);
  box-shadow: 0 18px 36px rgba(4, 42, 91, 0.1);
}

.master-card:hover .master-card-photo img,
.master-card:focus-visible .master-card-photo img {
  transform: scale(1.06);
}

.master-tag {
  align-self: center;
  padding: 7px 16px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
  background: #fff;
  border: 1px solid rgba(205, 226, 244, 0.95);
}

.tutor-doc {
  display: grid;
  gap: 26px;
}

.tutor-doc-header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(2, 77, 162, 0.97), rgba(7, 89, 181, 0.92)),
    radial-gradient(circle at 92% 12%, rgba(66, 194, 255, 0.32), transparent 34%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(4, 42, 91, 0.16);
}

.tutor-doc-photo {
  margin: 0;
  width: 150px;
  height: 190px;
  overflow: hidden;
  background: #dcecf8;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tutor-doc-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.tutor-doc-basic h3 {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.tutor-doc-role {
  margin: 0 0 14px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.tutor-doc-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
}

.tutor-doc-facts li {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: flex;
  gap: 10px;
}

.tutor-doc-facts li span {
  flex: none;
  min-width: 64px;
  color: rgba(190, 226, 255, 0.82);
}

.tutor-doc .doc-sec {
  position: relative;
  margin: 0 0 14px;
  padding: 12px 16px 12px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-900), var(--blue-700));
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

.tutor-doc p {
  margin: 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.tutor-doc .doc-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.tutor-doc .doc-timeline li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  color: var(--body);
  font-size: 15px;
  line-height: 1.7;
}

.tutor-doc .doc-timeline time {
  color: var(--blue-800);
  font-weight: 900;
}

.tutor-doc .doc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tutor-doc .doc-num {
  list-style: decimal;
  padding-left: 24px;
}

.tutor-doc .doc-num li::marker {
  color: var(--blue-700);
  font-weight: 700;
}

.tutor-doc .doc-list li {
  color: var(--body);
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

@media (max-width: 680px) {
  .tutor-doc-header {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .tutor-doc-photo {
    width: 120px;
    height: 152px;
    margin: 0 auto;
  }

  .tutor-doc-basic h3 {
    margin-top: 6px;
    text-align: center;
  }

  .tutor-doc-role {
    text-align: center;
  }

  .tutor-doc-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tutor-doc .doc-timeline li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

.info-note {
  margin-bottom: 24px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 18px;
  color: #52677f;
  background:
    linear-gradient(180deg, #f7fbff, #fff),
    radial-gradient(circle at 96% 0, rgba(32, 211, 255, 0.2), transparent 28%);
  border: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.75;
}

.info-note::before {
  content: "";
  width: 8px;
  min-height: 100%;
  background: linear-gradient(180deg, var(--blue-800), var(--gold));
}

.history-board {
  padding: 28px;
  background:
    linear-gradient(180deg, #f5faff, #fff),
    radial-gradient(circle at 92% 0, rgba(32, 211, 255, 0.18), transparent 28%);
  border: 1px solid var(--line);
}

.history-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid rgba(205, 226, 244, 0.95);
  box-shadow: 0 18px 42px rgba(4, 42, 91, 0.06);
}

.history-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--ink);
}

.history-table th,
.history-table td {
  padding: 18px 20px;
  border: 1px solid var(--line);
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
}

.history-table thead tr:first-child th {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--blue-700));
  font-size: 20px;
  font-weight: 900;
}

.history-table thead tr:nth-child(2) th {
  color: var(--blue-900);
  background: #eef6ff;
  font-weight: 900;
}

.history-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.history-table td:nth-child(1),
.history-table td:nth-child(3) {
  font-weight: 900;
}

.history-footnote {
  margin: 18px 0 0;
  color: #6b7c91;
  font-size: 14px;
  line-height: 1.7;
}

.org-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* 两组卡片之间留出与组内一致的间距，否则相邻描边会连成一个大框 */
.org-grid + .org-grid {
  margin-top: 20px;
}

/* 组织机构内容直接铺开，去掉外层白底、阴影和顶部装饰线。 */
.page-panel:has(> .org-grid),
.page-panel:has(> .org-overview-board),
.page-panel:has(> .org-mgmt-list) {
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.page-panel:has(> .org-grid)::before,
.page-panel:has(> .org-overview-board)::before,
.page-panel:has(> .org-mgmt-list)::before {
  content: none;
}

.org-card {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(4, 42, 91, 0.07);
}

.org-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-800), var(--cyan), var(--gold));
}

.org-card header {
  padding: 26px 28px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.org-card header span {
  display: block;
  color: var(--blue-800);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.org-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.18;
}

.org-card header > span,
.org-card header > h3 {
  flex: 1 1 0;
  min-width: 0;
}

.org-card header em {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--blue-700));
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

.org-card ul {
  margin: 0;
  padding: 22px 28px 28px;
  display: grid;
  gap: 14px;
  list-style: none;
}

.org-card li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  color: #52677f;
  font-size: 18px;
  line-height: 1.65;
}

.org-card li strong {
  color: var(--blue-900);
  font-weight: 900;
}

.org-card--contacts li {
  grid-template-columns: minmax(88px, 0.65fr) minmax(0, 1.75fr);
  gap: 10px;
  align-items: start;
}

.org-contact-detail {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.org-contact-detail > span:first-child {
  min-width: 0;
}

.org-phone {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  line-height: 1.5;
}

.org-phone:not(:empty)::before {
  content: "电话：";
  margin-right: 4px;
  color: var(--blue-900);
  font-weight: 800;
}

.org-card--wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.org-card--wide ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.org-grid--party {
  grid-template-columns: 1fr;
}

.org-card--party {
  min-height: 0;
}

.org-card--party ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.org-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.org-overview-section {
  margin-top: 34px;
}

.org-overview-section > header {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.org-overview-section > header span {
  color: var(--blue-800);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.org-overview-section > header h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
}

.org-overview-section > header a {
  margin-left: auto;
  color: var(--blue-800);
  font-size: 15px;
  font-weight: 800;
}

.org-module-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.org-module-card {
  min-height: 0;
}

.org-module-card h3 a {
  color: inherit;
  transition: color 0.24s ease;
}

.org-module-card h3 a:hover,
.org-module-card h3 a:focus-visible {
  color: var(--blue-800);
}

.org-module-card p {
  margin: 0;
  padding: 22px 28px 28px;
  color: #52677f;
  font-size: 16px;
  line-height: 1.75;
}

/* 横向裁切不建立额外滚动容器，使机构导航能相对视口吸顶。 */
body.inner-page:has(.org-section-nav),
body.inner-page:has(.org-section-nav) > main {
  overflow-x: clip;
  overflow-y: visible;
}

.org-section-nav {
  position: sticky;
  top: 94px;
  z-index: 6;
  margin-bottom: 36px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-radius: 10px;
  background: #edf4fc;
  box-shadow: 0 6px 20px rgba(4, 42, 91, 0.07);
}

.org-section-nav-label {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
}

.org-section-nav > div {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.org-section-nav a {
  min-height: 44px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cadcf0;
  border-radius: 7px;
  color: #345575;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.org-section-nav a:hover,
.org-section-nav a:focus-visible {
  color: var(--blue-900);
  border-color: #6ea4df;
  background: #e8f2ff;
  box-shadow: 0 3px 10px rgba(4, 42, 91, 0.08);
}

.org-section-nav a.is-active {
  color: #fff;
  border-color: var(--blue-800);
  background: var(--blue-800);
  box-shadow: 0 5px 12px rgba(7, 89, 181, 0.23);
}

.org-overview-board {
  container: org-overview / inline-size;
  display: grid;
  gap: 48px;
}

.org-overview-block {
  position: relative;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  scroll-margin-top: var(--org-section-scroll-margin, 24px);
}

.org-overview-block::before {
  content: none;
}

.org-overview-block--management .org-card h3 {
  font-size: 23px;
  white-space: nowrap;
}

.org-overview-block--management .org-card header span {
  font-size: 12px;
  letter-spacing: 0.06em;
}

.org-management-lead {
  margin-bottom: 20px;
}

.org-management-lead .org-card {
  min-height: 0;
}

.org-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.org-mgmt-list {
  container-type: inline-size;
}

.org-mgmt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.org-mgmt-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(4, 42, 91, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.org-mgmt-item:focus-within {
  border-color: #a0bcdd;
  box-shadow: 0 8px 24px rgba(4, 42, 91, 0.08);
}

.org-mgmt-item-head {
  min-height: 100px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e6edf6;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(120deg, #f5f9ff, #fff 80%);
}

.org-mgmt-item-head > div {
  min-width: 0;
}

.org-mgmt-item-head > div > span {
  display: block;
  color: #5f7fa3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.org-mgmt-item-head h4 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.4;
  font-weight: 800;
}

.org-mgmt-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(145deg, #126cc7, #024da2);
  box-shadow: 0 4px 10px rgba(7, 89, 181, 0.16);
  font-size: 22px;
  font-weight: 800;
}

.org-mgmt-item-rows {
  margin: 0;
  padding: 22px;
  list-style: none;
  display: grid;
  align-content: start;
  gap: 14px;
}

.org-mgmt-item-rows li {
  min-width: 0;
  display: grid;
  grid-template-columns: 5em minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #52677f;
  font-size: 15px;
  line-height: 1.7;
}
.org-mgmt-item-rows li p{margin:0;}
.org-mgmt-item-rows li strong {
  color: var(--blue-900);
  font-weight: 800;
  white-space: nowrap;
}

.org-mgmt-detail {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.org-mgmt-person {
  display: inline-block;
  white-space: nowrap;
}

.org-mgmt-phone {
  width: fit-content;
  padding: 2px 4px;
  display: inline-flex;
  gap: 4px;
  color: #52677f;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  border-radius: 4px;
  background: #f2f7fd;
}

.org-mgmt-phone > span {
  color: var(--blue-900);
  font-weight: 800;
}

.org-mgmt-phone:hover,
.org-mgmt-phone:focus-visible {
  color: var(--blue-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 按内容区宽度切换列数，兼顾带侧栏的窄屏和手机。 */
@container (max-width: 920px) {
  .org-mgmt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (max-width: 600px) {
  .org-mgmt-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .org-mgmt-item-head {
    min-height: 100px;
    padding: 20px;
  }

  .org-mgmt-item-head h4 {
    font-size: 21px;
  }

  .org-mgmt-item-rows {
    padding: 20px;
  }
}

.org-overview-block-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.org-overview-number {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e6f8;
  border-radius: 10px;
  color: var(--blue-800);
  background: #edf5ff;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.org-overview-title {
  min-width: 0;
  flex-shrink: 0;
}

.org-overview-title > span,
.org-platform-head > div > span {
  display: block;
  color: var(--blue-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.6;
}

.org-overview-block-head h3 {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.35;
}

.org-overview-block-head p {
  max-width: 420px;
  margin: 0 0 0 auto;
  color: #718197;
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.org-overview-item-grid {
  display: grid;
  gap: 16px;
}

.org-overview-item-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.org-overview-item-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.org-overview-item-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.org-overview-item {
  min-width: 0;
  min-height: 108px;
  padding: 20px 60px 20px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: #24364e;
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 8px;
  box-shadow: 0 3px 14px rgba(4, 42, 91, 0.035);
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.org-overview-item strong {
  color: inherit;
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.org-overview-item span {
  color: #71849a;
  font-size: 12px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.org-overview-item i {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-800);
  background: #edf5ff;
  font-size: 17px;
  font-style: normal;
  transform: translateY(-50%);
}

.org-overview-item:not(a) {
  cursor: default;
}

a.org-overview-item:hover,
a.org-overview-item:focus-visible {
  color: var(--blue-900);
  border-color: #a0bcdd;
  background: #f9fcff;
  box-shadow: 0 8px 24px rgba(4, 42, 91, 0.08);
  transform: translateY(-2px);
}

.org-overview-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.org-overview-platform-group {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(4, 42, 91, 0.045);
}

.org-platform-head {
  min-height: 100px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(120deg, #f5f9ff, #fff 80%);
}

.org-platform-head > div {
  min-width: 0;
}

.org-platform-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-800);
  background: #e7f1ff;
  font-size: 22px;
  font-weight: 800;
}

.org-overview-platform-group h4 {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 21px;
}

.org-platform-list {
  padding: 0 22px 6px;
}

.org-platform-list .org-overview-item {
  min-height: 100px;
  padding: 18px 34px 18px 0;
  gap: 5px;
  border: 0;
  border-top: 1px solid #e6edf6;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.org-platform-list .org-overview-item strong {
  font-size: 16px;
  line-height: 1.7;
}

.org-platform-list .org-overview-item i {
  right: 0;
  background: transparent;
}

.org-platform-list .org-overview-item:hover,
.org-platform-list .org-overview-item:focus-visible {
  border-color: #e6edf6;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.org-overview-platform-group .org-overview-item + .org-overview-item {
  margin-top: 0;
}

.org-overview-block--party .org-overview-item {
  min-height: 100px;
  padding-left: 18px;
  padding-right: 48px;
}

.org-overview-block--party .org-overview-item strong {
  font-size: 17px;
}

.org-overview-block--party .org-overview-item i {
  right: 12px;
  width: 24px;
  height: 24px;
}

.org-section-nav a:focus-visible,
.org-mgmt-phone:focus-visible,
.org-overview-item:focus-visible {
  outline: 2px solid var(--blue-800);
  outline-offset: 3px;
}

@container org-overview (max-width: 820px) {
  .org-overview-block-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 16px;
  }

  .org-overview-block-head p {
    max-width: none;
    grid-column: 2;
    margin: 0;
    text-align: left;
  }

  .org-overview-item-grid--five,
  .org-overview-item-grid--four,
  .org-overview-item-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-overview-platforms {
    grid-template-columns: 1fr;
  }
}

@container org-overview (max-width: 520px) {
  .org-overview-item-grid--five,
  .org-overview-item-grid--four,
  .org-overview-item-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .org-section-nav {
    margin-bottom: 28px;
    padding: 14px;
    display: block;
  }

  .org-section-nav > div {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-section-nav a {
    min-height: 40px;
    padding: 9px 6px;
    font-size: 13px;
  }

  .org-section-nav a:last-child {
    grid-column: 1 / -1;
  }

  .org-overview-board {
    gap: 40px;
  }

  .org-overview-block-head {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
  }

  .org-overview-number {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 18px;
  }

  .org-overview-block-head h3 {
    font-size: 23px;
  }

  .org-overview-title > span {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .org-overview-item-grid--five,
  .org-overview-item-grid--four,
  .org-overview-item-grid--three {
    grid-template-columns: 1fr;
  }

  .org-platform-head {
    padding: 20px;
  }

  .org-platform-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .org-overview-block--management .org-card h3 {
    font-size: 21px;
    white-space: normal;
  }

  .org-grid--four {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .org-section-nav a,
  .org-mgmt-item,
  .org-overview-item {
    transition: none;
  }

  a.org-overview-item:hover,
  a.org-overview-item:focus-visible {
    transform: none;
  }
}

/* 教学机构概览卡片：教研室名较长，标题降一档并用简介段落替代信息表 */
.org-card--teaching {
  min-height: 0;
}

.org-card--teaching h3 {
  font-size: 22px;
}

.org-card--teaching h3 a {
  color: inherit;
  transition: color 0.24s ease;
}

.org-card--teaching h3 a:hover,
.org-card--teaching h3 a:focus-visible {
  color: var(--blue-800);
}

.org-card--teaching p {
  margin: 0;
  padding: 22px 28px 28px;
  color: #52677f;
  font-size: 15px;
  line-height: 1.75;
}

.unit-detail-card {
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(7, 89, 181, 0.05), transparent 44%),
    #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(4, 42, 91, 0.06);
}

.unit-detail-lead {
  max-width: 920px;
  margin: 0;
  color: #435b75;
  font-size: 18px;
  line-height: 1.9;
}
.unit-detail-card  ul.list-paddingleft-2 p{margin:0;}

.unit-detail-card--simple {
  min-height: 180px;
  display: flex;
  align-items: center;
}

/* 单位详情页面板里只有一段简介，不再额外套一层描边卡片 */
.unit-page-panel > .unit-detail-card--simple {
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.unit-detail-section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.unit-detail-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.unit-detail-heading h1 {
  color: var(--cyan-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.unit-detail-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
}

.unit-detail-section ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.unit-detail-section li {
  padding: 14px 18px 14px 46px;
  position: relative;
  color: #52677f;
  background: #f5f9ff;
  border-left: 3px solid var(--blue-700);
  font-size: 16px;
  line-height: 1.7;
}

.unit-detail-section li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 24px;
  top: 23px;
  border-radius: 50%;
  background: var(--cyan-strong);
}

.unit-detail-section p {
  margin: 18px 0 0;
  color: #52677f;
  font-size: 16px;
  line-height: 1.9;
}

@media (max-width: 680px) {
  .unit-detail-card {
    padding: 24px 20px;
  }

  .unit-detail-lead {
    font-size: 16px;
  }

  .unit-detail-heading h3 {
    font-size: 20px;
  }

  .unit-detail-section li {
    padding: 13px 14px 13px 38px;
    font-size: 15px;
  }

  .unit-detail-section li::before {
    left: 18px;
    top: 22px;
  }
}

.program-stack {
  display: grid;
  gap: 22px;
}

.program-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 280px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(4, 42, 91, 0.08);
}

.program-card-head {
  padding: 28px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, var(--brand-blue), var(--blue-700)),
    radial-gradient(circle at 90% 14%, rgba(32, 211, 255, 0.32), transparent 34%);
}

.program-card-head::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -54px;
  width: 152px;
  height: 152px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.program-card-head span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-card-head h3 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.2;
}

.program-card-head p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.program-meta {
  margin-top: 22px;
  display: grid;
  gap: 8px;
}

.program-meta span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.program-body {
  padding: 28px 32px 30px;
  display: grid;
  gap: 18px;
}

.program-body section {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.program-body section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.program-body h4 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 17px;
  line-height: 1.4;
}

.program-body p {
  margin: 0;
  color: #42536a;
  font-size: 15px;
  line-height: 1.85;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(4, 42, 91, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.gallery-card figure {
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--blue-900);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.42s ease, opacity 0.28s ease;
}

.gallery-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgba(2, 77, 162, 0.62)),
    linear-gradient(135deg, rgba(32, 211, 255, 0.12), transparent 48%);
}

.gallery-card figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card h3 {
  margin: 0;
  padding: 20px 22px 6px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.42;
}

.gallery-card p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.gallery-card:hover,
.gallery-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(32, 211, 255, 0.52);
  box-shadow: 0 28px 58px rgba(4, 42, 91, 0.14);
}

.gallery-card:hover img,
.gallery-card:focus-within img {
  opacity: 0.82;
  transform: scale(1.06);
}

.inner-reveal {
  opacity: 1;
}

.js .inner-reveal {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition:
    opacity 0.72s ease,
    transform 0.72s ease,
    filter 0.72s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js .inner-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (max-width: 1360px) {
  .inner-shell {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .inner-page .site-header,
  .inner-page .site-header.is-scrolled,
  .inner-page .header-inner,
  .inner-page .site-header.is-scrolled .header-inner {
    height: auto !important;
  }

  .inner-hero {
    min-height: 340px;
  }

  .inner-shell {
    margin-top: -40px;
    padding-bottom: 74px;
    grid-template-columns: 1fr;
  }

  .inner-sidebar {
    position: relative;
    top: auto;
  }

  .side-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .side-menu a {
    min-height: 46px;
    border: 1px solid var(--line);
  }

  .side-contact {
    display: none;
  }

  .about-lead {
    grid-template-columns: 1fr;
  }

  .about-overview {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-image {
    min-height: 360px;
  }

  .timeline-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tutor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-grid,
  .org-card--wide ul,
  .org-module-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .inner-hero {
    min-height: 240px;
  }

  .inner-shell {
    margin-top: -26px;
    padding-bottom: 56px;
    gap: 22px;
  }

  .side-title {
    padding: 26px 24px 22px;
  }

  .side-title strong {
    font-size: 26px;
  }

  .side-menu {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .side-menu a {
    padding: 0 12px;
    font-size: 14px;
  }

  .crumbs {
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }

  .crumbs--with-title {
    min-height: 62px;
    padding: 12px 16px;
  }

  .page-panel {
    margin-top: 16px;
    padding: 30px 22px 36px;
  }

  .inner-section-head {
    display: block;
    margin-bottom: 24px;
  }

  .inner-section-head span {
    font-size: 21px;
  }

  .inner-section-head h2 {
    margin-top: -1px;
    font-size: 21px;
  }

  .crumbs .crumbs-title strong {
    font-size: 20px;
  }

  .inner-section-head p {
    margin-top: 16px;
    text-align: left;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .about-image {
    min-height: 270px;
  }

  .about-image-caption {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .about-image-caption strong {
    font-size: 24px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-overview-copy {
    padding: 26px 22px 28px;
  }

  .about-overview-copy h3 {
    font-size: 25px;
  }

  .about-fulltext {
    margin-top: 24px;
  }

  .about-text-block {
    padding: 24px 22px 26px;
  }

  .about-text-title {
    display: block;
  }

  .about-text-title span {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .about-text-title h1 {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .about-text-title h3 {
    font-size: 23px;
  }

  .about-text-block .article-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .timeline-band {
    padding: 16px;
    grid-template-columns: 1fr;
  }

  .info-note {
    grid-template-columns: 6px minmax(0, 1fr);
    padding: 16px;
    gap: 14px;
  }

  .history-board {
    padding: 14px;
  }

  .history-table {
    min-width: 640px;
  }

  .history-table th,
  .history-table td {
    padding: 14px 12px;
    font-size: 14px;
  }

  .org-card header {
    padding: 22px 20px 16px;
  }

  .org-card h3 {
    font-size: 24px;
  }

  .org-overview-section > header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .org-overview-section > header h3 {
    font-size: 24px;
  }

  .org-overview-section > header a {
    width: 100%;
    margin-left: 0;
  }

  .org-card ul {
    padding: 20px;
  }

  .org-card li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .org-card--contacts li {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }

  .org-card--contacts li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }


  .program-card-head,
  .program-body {
    padding: 24px 20px;
  }

  .program-card-head h3 {
    font-size: 25px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .leader-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .leader-photo {
    min-height: 180px;
    aspect-ratio: 16 / 9;
  }

  .leader-copy {
    padding: 24px;
  }

  /* 窄屏标题换行显示完整，日期落到下一行 */
  .notice-list li {
    min-height: 0;
    padding: 14px 2px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .notice-list a {
    flex: 0 0 100%;
    font-size: 15px;
    white-space: normal;
  }

  .notice-list time {
    font-size: 13px;
  }

  .pinned-section {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }

  .pinned-list {
    padding-left: 12px;
  }

  .pinned-item {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 2px;
  }

  .pinned-item h3,
  .pinned-item a {
    font-size: 14px;
  }

  .pinned-item time {
    justify-self: start;
    font-size: 11px;
    text-align: left;
  }

  .template-list article {
    min-height: 0;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
  }

  .template-list--plain article {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .template-list article > img {
    width: 96px;
    height: 66px;
  }

  .template-list time {
    width: auto;
    height: auto;
    justify-self: end;
    background: transparent;
    color: var(--blue-800);
    font-size: 17px;
    font-weight: 900;
    text-align: right;
  }

  .template-list time span {
    margin-top: 4px;
    color: var(--muted);
  }

  .template-list h3 {
    font-size: 17px;
  }

  .template-list p {
    display: none;
  }

  .list-arrow {
    display: none;
  }

  .article-detail-title h1 {
    font-size: 25px;
  }

  .article-meta {
    justify-content: flex-start;
    text-align: left;
  }

  .detail-cover {
    margin: 24px 0;
  }

  .detail-cover img {
    max-height: 300px;
  }

  .article-tools {
    grid-template-columns: 1fr;
  }

  .tutor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .side-menu {
    grid-template-columns: 1fr;
  }

  .pagination {
    justify-content: flex-start;
  }
}

/* Mobile compatibility: compact navigation and readable, non-scrolling tables. */
.inner-page .header-inner > *,
.inner-main,
.page-panel,
.tutor-profile,
.tutor-profile > * {
  min-width: 0;
}

.about-overview {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.about-overview-copy {
  width: 100%;
  grid-column: 1 / -1;
}

.crumbs {
  -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 720px) {
  .side-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-menu a,
  .side-menu-group > a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .crumbs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  /* 窄屏下标题独占一行，面包屑换行到下方，避免整条横向滚动把标题截掉 */
  .crumbs--with-title {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .crumbs--with-title .crumbs-title {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .crumbs::-webkit-scrollbar {
    display: none;
  }

  .biyi-resume-table-wrap,
  .history-table-wrap {
    overflow: visible;
    border: 0;
    box-shadow: none;
  }

  .biyi-resume-table,
  .biyi-resume-table tbody,
  .history-table,
  .history-table tbody {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .biyi-resume-table {
    border-collapse: separate;
  }

  .biyi-resume-table tbody {
    display: grid;
    gap: 14px;
  }

  .biyi-resume-table tr {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    border: 1px solid #c9d9e9;
    background: #fff;
    box-shadow: 0 10px 24px rgba(4, 42, 91, 0.05);
  }

  .biyi-resume-table th,
  .biyi-resume-table td {
    width: auto;
    min-width: 0;
    padding: 12px 13px;
    display: block;
    border: 0;
    border-bottom: 1px solid #dbe7f5;
    font-size: 14px;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  .biyi-resume-table th {
    grid-column: 1;
    text-align: left;
  }

  .biyi-resume-table td:not(.biyi-photo-cell) {
    grid-column: 2;
  }

  .biyi-resume-table tr > :nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .biyi-resume-table .biyi-photo-cell {
    width: auto;
    grid-column: 1 / -1;
    padding: 16px;
    border-top: 1px solid #dbe7f5;
    border-bottom: 0;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .biyi-photo-cell .bio-photo {
    width: 128px;
    height: 170px;
    margin: 0;
  }

  .biyi-photo-cell .bio-line {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .biyi-photo-cell .bio-line + .bio-line {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .biyi-resume-table .resume-long-row > th,
  .biyi-resume-table .resume-long-row > td {
    grid-column: 1 / -1;
  }

  .biyi-resume-table .resume-long-row > th {
    border-bottom: 1px solid #dbe7f5;
  }

  .resume-career-lines p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .resume-achievements h4 {
    margin-top: 20px;
    font-size: 16px;
  }

  .history-board {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .history-table {
    border-collapse: separate;
  }

  .history-table thead {
    display: none;
  }

  .history-table tbody {
    display: grid;
    gap: 12px;
  }

  .history-table tbody tr {
    display: grid;
    overflow: hidden;
    border: 1px solid #d5e3f1;
    border-top: 4px solid var(--blue-800);
    background: #fff;
    box-shadow: 0 12px 26px rgba(4, 42, 91, 0.06);
  }

  .history-table tbody td,
  .history-table tbody tr:nth-child(even) td {
    min-width: 0;
    padding: 11px 13px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    border: 0;
    border-bottom: 1px solid #e1ebf5;
    background: #fff;
    text-align: left;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .history-table tbody td:last-child {
    border-bottom: 0;
  }

  .history-table tbody td:empty {
    display: none;
  }

  .history-table tbody td::before {
    color: var(--blue-800);
    font-weight: 900;
  }

  .history-table tbody td:nth-child(1)::before { content: "书记"; }
  .history-table tbody td:nth-child(2)::before { content: "任期"; }
  .history-table tbody td:nth-child(3)::before { content: "院长"; }
  .history-table tbody td:nth-child(4)::before { content: "任期"; }
}

@media (max-width: 340px) {
  .side-menu {
    grid-template-columns: 1fr;
  }

  .biyi-resume-table tr {
    grid-template-columns: 88px minmax(0, 1fr);
  }
}

/* 科学研究 / 科研团队 */
.research-team-page .inner-main {
  min-width: 0;
}

.research-team-panel {
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.8), #fff 420px),
    #fff;
}

.research-team-overview {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(75, 213, 255, 0.28), transparent 25%),
    linear-gradient(135deg, #034484, #096ab7 58%, #1251a8);
}

.research-team-overview::before,
.research-team-overview::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.research-team-overview::before {
  width: 210px;
  height: 210px;
  right: -82px;
  top: -116px;
}

.research-team-overview::after {
  width: 120px;
  height: 120px;
  right: 72px;
  bottom: -88px;
}

.research-team-overview > div {
  position: relative;
  z-index: 1;
}

.research-team-overview small {
  color: #7ee3ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.research-team-overview h3 {
  max-width: 720px;
  margin: 9px 0 10px;
  font-size: 25px;
  line-height: 1.36;
}

.research-team-overview p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.85;
}

.research-team-count {
  min-width: 126px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.research-team-count strong {
  display: block;
  color: #fff;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.research-team-count span {
  display: block;
  margin-top: 9px;
  color: #a6eaff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.research-team-index {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.research-team-index a {
  min-height: 54px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2a3952;
  font-size: 18px;
  font-weight: 800;
  background: #f4f8fc;
  border: 1px solid #e4edf6;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.research-team-index a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.research-team-index a span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  color: #0870bd;
  font-size: 17px;
  border: 1px solid rgba(8, 112, 189, 0.22);
  border-radius: 50%;
  background: #fff;
}

.research-team-index a:hover,
.research-team-index a:focus-visible {
  color: #075fa8;
  border-color: rgba(8, 112, 189, 0.42);
  background: #edf7ff;
  transform: translateY(-2px);
}

.research-team-list {
  display: grid;
  gap: 22px;
}

.research-team-card {
  scroll-margin-top: 120px;
  overflow: hidden;
  border: 1px solid #e1eaf3;
  background: #fff;
  box-shadow: 0 15px 34px rgba(7, 54, 105, 0.07);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.research-team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 112, 189, 0.28);
  box-shadow: 0 22px 48px rgba(7, 54, 105, 0.12);
}

.research-team-card header {
  min-height: 112px;
  padding: 23px 28px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) minmax(160px, auto);
  align-items: center;
  gap: 22px;
  background:
    linear-gradient(90deg, rgba(236, 246, 255, 0.96), rgba(248, 251, 255, 0.96)),
    #f4f9fd;
  border-bottom: 1px solid #e3edf6;
}

.research-team-card--featured {
  border-top: 3px solid #d6aa47;
}

.research-team-card--featured header {
  background:
    linear-gradient(90deg, rgba(255, 249, 233, 0.98), rgba(248, 251, 255, 0.96)),
    #fffaf0;
}

.research-team-number {
  color: rgba(7, 100, 175, 0.18);
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.research-team-title small {
  display: block;
  margin-bottom: 8px;
  color: #0781c7;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.research-team-card--featured .research-team-title small {
  color: #a77b22;
}

.research-team-title h3 {
  margin: 0;
  color: #152a42;
  font-size: 22px;
  line-height: 1.45;
}

.research-team-leader {
  min-width: 160px;
  padding-left: 22px;
  border-left: 1px solid #d5e1ec;
}

.research-team-leader span {
  display: block;
  margin-bottom: 7px;
  color: #718197;
  font-size: 12px;
  font-weight: 700;
}

.research-team-leader strong {
  display: block;
  color: #075da6;
  font-size: 17px;
  line-height: 1.4;
}

.research-team-leader a {
  color: inherit;
  border-bottom: 1px solid transparent;
}

.research-team-leader a:hover,
.research-team-leader a:focus-visible {
  color: #083f7f;
  border-bottom-color: currentColor;
}

.research-team-body {
  padding: 28px 30px 30px;
}

.research-team-focus {
  margin: 0;
  color: #24364d;
  font-size: 17px;
  line-height: 1.92;
}

.research-team-achievement {
  margin-top: 20px;
  padding: 21px 24px;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  background: #f7f9fc;
  border-left: 3px solid #1593cf;
}

.research-team-achievement > span {
  padding-top: 2px;
  color: #0672b9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.research-team-achievement p {
  margin: 0;
  color: #526176;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 880px) {
  .research-team-card header {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .research-team-leader {
    grid-column: 2;
    min-width: 0;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid #d5e1ec;
  }

  .research-team-leader span,
  .research-team-leader strong {
    display: inline;
  }

  .research-team-leader span {
    margin-right: 9px;
  }
}

@media (max-width: 680px) {
  .research-team-overview {
    padding: 25px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .research-team-overview h3 {
    font-size: 21px;
  }

  .research-team-count {
    min-width: 0;
    padding: 16px 0 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    text-align: left;
  }

  .research-team-count strong {
    font-size: 42px;
  }

  .research-team-count span {
    margin-top: 0;
  }

  .research-team-index {
    grid-template-columns: 1fr;
  }

  .research-team-index a:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .research-team-card header {
    min-height: 0;
    padding: 22px 20px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .research-team-number {
    font-size: 36px;
  }

  .research-team-title h3 {
    font-size: 19px;
  }

  .research-team-leader {
    padding-top: 10px;
  }

  .research-team-body {
    padding: 22px 20px 24px;
  }

  .research-team-focus {
    font-size: 16px;
    line-height: 1.85;
  }

  .research-team-achievement {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .research-team-achievement p {
    font-size: 14px;
    line-height: 1.85;
  }
}