img {
  max-width: 100%;
  display: block;
}







.alumni2-desc {
  text-align: center;
}




/* 内容区域布局 */
.content-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 30px;
  flex: 1;
  align-items: flex-start;
}

/* 主内容区域 */
.main-content {
  flex: 1;
  margin: 0;
  padding: 0;
}






/* 面包屑导航 */
.breadcrumb {
  background-color: #f5f7fb;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.breadcrumb__item {
  color: #6b7280;
}

.breadcrumb__item--active {
  color: #1165b3;
  font-weight: 500;
}

.breadcrumb__separator {
  color: #9ca3af;
}

/* 标题与面包屑导航容器 */
.title-breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 16px;
}


/* 面包屑导航 */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.breadcrumb__list {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  color: #6b7280;
}

.breadcrumb__item--active {
  color: #1165b3;
  font-weight: 500;
}

.breadcrumb__separator {
  color: #9ca3af;
}

.breadcrumb__link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb__link:hover {
  color: #1165b3;
  text-decoration: underline;
  text-underline-offset: 2px;
}








.section-block {
  margin: 24px 0 36px;
}

.block-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  border-left: 4px solid #1165b3;
  padding-left: 10px;
}

.overview-panel {
  background: transparent;
  color: #0f172a;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.overview-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.overview-item__title {
  font-weight: 800;
  margin-bottom: 6px;
}

.overview-item__desc {
  opacity: .95;
}

.major-video {
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.major-video video {
  width: 100%;
  height: auto;
  display: block;
}

.paragraph {
  margin: 10px 0;
  line-height: 2.42857143;
  color: #374151;
  text-align: justify;
}

.block-image {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  margin: 8px 0;
}

.details-block {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 10px 0;
}

.details-block>summary {
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  padding-right: 38px;
}

.details-block>summary::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #64748b;
  transition: transform .2s ease;
}

.details-block[open]>summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.details-block .details-body {
  padding: 12px 14px;
  border-top: 1px solid #e5e7eb;
}

.faculty-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 6px;
  background: transparent;
}

.faculty-card__left img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.faculty-card__name {
  font-weight: 900;
  margin-bottom: 8px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.partners-grid img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.alumni-card {
  background: transparent;
  color: #0f172a;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.alumni-card__name {
  font-weight: 900;
  margin-bottom: 8px;
  color: #1165b3;
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.alumni-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  align-items: center;
}

.alumni-media {
  width: 110px;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
}

.alumni-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #ffffff;
}

.alumni-info {
  display: grid;
  gap: 6px;
}

.alumni-name {
  font-weight: 900;
  color: #1165b3;
}

.alumni-desc {
  margin: 0;
  color: #475569;
}

/* 师资力量轮播 */
.teacher-slider {
  position: relative;
  background: transparent;
  border-radius: 8px;
}

.teacher-viewport {
  overflow: hidden;
}

.teacher-track {
  display: flex;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

/* 校友风采专用容器与轨道，避免与师资队伍互相影响 */
.alumni-slider {
  position: relative;
  background: transparent;
  border-radius: 8px;
}

.alumni-viewport {
  overflow: hidden;
  border-radius: 0;
}

.alumni-track {
  display: flex;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.teacher-item {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 2px;
}

.teacher-card__left .avatar {
  width: 170px;
  height: 170px;
  border-radius: 12px;
  background: transparent;
}

.teacher-card__left .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.teacher-name {
  font-weight: 900;
  margin-bottom: 6px;
}

.teacher-bio {
  margin: 0;
  color: #475569;
  line-height: 1.8;
  text-align: justify;
}





.teacher-card__right {
  background: #1165b3;
  color: #ffffff;
  border-radius: 12px;
  /*padding: 12px 14px;*/
  padding: 20px 20px;
}

.teacher-card__right .teacher-name {
  color: #ffffff;
}

.teacher-card__right .teacher-bio {
  color: #ffffff;
}

.teacher-dots {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.teacher-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #cbd5e1;
  cursor: pointer;
}

.teacher-dots button[aria-selected="true"] {
  background: #1165b3;
  width: 20px;
  border-radius: 999px;
}

.lab-slider {
  position: relative;
}

.lab-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.lab-track {
  display: flex;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.lab-item {
  flex: 0 0 100%;
}

.lab-media {
  width: 100%;
  height: auto;
}

.lab-media img {
  width: 100%;
  height: auto;
  display: block;
}

.lab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.lab-prev {
  left: 10px;
}

.lab-next {
  right: 10px;
}

.lab-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.lab-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #cbd5e1;
  cursor: pointer;
}

.lab-dots button[aria-selected="true"] {
  background: #1165b3;
  width: 20px;
  border-radius: 999px;
}

.pro-sidebar {
  width: 250px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  flex: 0 0 250px;
}

.pro-sticky {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.pro-head {
  background: #1165b3;
  color: #fff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 12px 12px 0 0;
}

.pro-nav {
  list-style: none;
  margin: 0;
  padding: 8px;
  display: grid;
  gap: 6px;
}

.pro-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #374151;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

.pro-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.pro-link:hover {
  background: #f9fafb;
  color: #1165b3;
}

.pro-link.is-active {
  background: #f3f4f6;
  color: #1165b3;
}



.main-content {
  font-size: 18px;
  line-height: 1.8
}
.main-content { min-width: 0; }

.paragraph,
.details-block>summary,
.details-block .details-body,
.teacher-bio,
.alumni-desc,
.alumni2-desc {
  font-size: 18px
}

.alumni2-slider {
  position: relative;
  margin-top: 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0
}

.alumni2-viewport {
  overflow: hidden;
  border-radius: 0
}

.alumni2-track {
  display: flex;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1)
}

.alumni2-card {
  flex: 0 0 calc(100%/3);
  padding: 8px
}

.alumni2-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none
}

.alumni2-media {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  background: #e5e7eb
}

.alumni2-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  display: block
}

.alumni2-name {
  font-weight: 900;
  color: #1165b3;
  text-align: center;
}

.alumni2-desc {
  margin: 0;
  color: #475569;
  line-height: 1.7
}

.alumni2-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center
}

.alumni2-prev {
  left: 14px
}

.alumni2-next {
  right: 14px
}

.alumni2-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px
}

.alumni2-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #cbd5e1;
  cursor: pointer
}

.alumni2-dots button[aria-selected="true"] {
  background: #1165b3;
  width: 20px;
  border-radius: 999px
}

.section-block {
  scroll-margin-top: 80px
}

/* 仅校友风采板块：冬雪背景（不影响师资力量、校园风采） */
[data-fs-slider] article.alumni-snow {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 101, 179, .08), rgba(17, 101, 179, .02));
  z-index: 0;
}

[data-fs-slider] article.alumni-snow::before,
[data-fs-slider] article.alumni-snow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, .95) 1.4px, rgba(255, 255, 255, 0) 1.4px),
    radial-gradient(rgba(255, 255, 255, .85) 1.8px, rgba(255, 255, 255, 0) 1.8px);
  background-size: 18px 18px, 30px 30px;
  animation: fs-snow-a 14s linear infinite;
  opacity: .6;
}

[data-fs-slider] article.alumni-snow::after {
  background-image:
    radial-gradient(rgba(255, 255, 255, .7) 2.2px, rgba(255, 255, 255, 0) 2.2px),
    radial-gradient(rgba(255, 255, 255, .6) 3px, rgba(255, 255, 255, 0) 3px);
  background-size: 26px 26px, 40px 40px;
  animation: fs-snow-b 20s linear infinite;
  opacity: .45;
  filter: blur(.4px);
}

[data-fs-slider] .alumni-snow .alumni-card__left,
[data-fs-slider] .alumni-snow .alumni-card__right {
  position: relative;
  z-index: 1;
}

@keyframes fs-snow-a {
  0% {
    transform: translate(-1.5%, -30%);
  }

  50% {
    transform: translate(1.5%, 0%);
  }

  100% {
    transform: translate(-1.5%, 30%);
  }
}

@keyframes fs-snow-b {
  0% {
    transform: translate(-2.5%, -35%);
  }

  50% {
    transform: translate(2.5%, -2%);
  }

  100% {
    transform: translate(-2.5%, 35%);
  }
}

[data-fs-slider] article.alumni-snow::before,
[data-fs-slider] article.alumni-snow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, .95) 1.4px, rgba(255, 255, 255, 0) 1.4px),
    radial-gradient(rgba(255, 255, 255, .85) 1.8px, rgba(255, 255, 255, 0) 1.8px);
  background-size: 18px 18px, 30px 30px;
  animation: fs-snow-a 14s linear infinite;
  opacity: .6;
}

[data-fs-slider] article.alumni-snow::after {
  background-image:
    radial-gradient(rgba(255, 255, 255, .7) 2.2px, rgba(255, 255, 255, 0) 2.2px),
    radial-gradient(rgba(255, 255, 255, .6) 3px, rgba(255, 255, 255, 0) 3px);
  background-size: 26px 26px, 40px 40px;
  animation: fs-snow-b 20s linear infinite;
  opacity: .45;
  filter: blur(.4px);
}

[data-fs-slider] .alumni-snow .alumni-card__left,
[data-fs-slider] .alumni-snow .alumni-card__right {
  position: relative;
  z-index: 1;
}

[data-fs-slider] .alumni-snow .alumni-card__right {
  background: transparent;
  color: inherit;
  border: 0;
}

.alumni-snow .alumni-name,
.alumni-snow .alumni-bio {
  color: #1f2937;
}

@keyframes campus-snow {
  0% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(30%);
  }
}

[data-fs-slider] .alumni-snow .alumni-card__left .alumni-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-left: 10px;
}

/* 校友风采专属布局与尺寸，避免与师资队伍共享类产生影响 */
[data-fs-slider] .alumni-item {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 2px;
}

[data-fs-slider] .alumni-card__left .alumni-avatar {
  width: 120px;
  height: 170px;
  border-radius: 12px;
  background: transparent;
}

[data-fs-slider] .alumni-card__right {
  background: transparent;
  color: inherit;
  border: 0;
}

.alumni-name {
  font-weight: 900;
  margin-bottom: 6px;
}

.alumni-bio {
  margin: 0;
  color: #475569;
  line-height: 1.8;
  text-align: justify;
  margin-right: 15px;
}