.home-news {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #fff;
}

.home-news__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-news__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 26px;
}

.home-news__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.home-news__title-cn {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: #0c8ade;
}

.home-news__title-dot {
  color: #0c8ade;
}

.home-news__title-en {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: #9aa4b2;
}

.home-news__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #667085;
  white-space: nowrap;
}

.home-news__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.middle-content {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  height: 400px;
}

.notice-board {
  padding: 46px 0 18px;
  background: transparent;
}

.notice-board__inner {
  padding: 0 24px;
}

.notice-board__head {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
}

.notice-board__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.notice-board__title-cn {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #0c8ade;
}

.notice-board__title-dot {
  color: #0c8ade;
}

.notice-board__title-en {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #c0c4cc;
  font-family: "Times New Roman", Times, serif;
}

.notice-board__more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #667085;
  white-space: nowrap;
}

.notice-board__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.notice-board__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.notice-board__col {
  display: grid;
  gap: 12px;
}

.notice-item {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.notice-item__title {
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #101828;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-item__date {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1.2;
  color: #98a2b3;
  font-weight: 700;
}

.notice-item:hover .notice-item__title {
  color: #0c8ade;
}

.home-news__grid {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 28px;
  align-items: start;
}

.home-news__stack {
  display: grid;
  gap: 18px;
}

.news-card,
.news-feature {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover,
.news-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.12);
}

.news-card__media,
.news-feature__media {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #eef2f6;
  overflow: hidden;
}

.news-card__media img,
.news-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.news-card__body {
  padding: 12px 14px 14px;
  background: #fff;
  transition: background 0.25s ease;
}

.news-card__date {
  font-size: 12px;
  line-height: 1.2;
  color: #0c8ade;
  font-weight: 700;
  margin-bottom: 8px;
}

.news-card__title {
  font-size: 14px;
  line-height: 1.55;
  color: #101828;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card:hover .news-card__body {
  background: #0c8ade;
}

.news-card:hover .news-card__date,
.news-card:hover .news-card__title {
  color: #fff;
}

.news-card:hover .news-card__media img {
  transform: scale(1.2);
}

.news-feature__body {
  padding: 18px 20px 18px;
  background: #fff;
  transition: background 0.25s ease;
}

.news-feature__date {
  font-size: 13px;
  line-height: 1.2;
  color: #0c8ade;
  font-weight: 800;
  margin-bottom: 10px;
}

.news-feature__title {
  font-size: 18px;
  line-height: 1.45;
  color: #101828;
  font-weight: 800;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-feature__desc {
  font-size: 13px;
  line-height: 1.75;
  color: #475467;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-feature__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.news-feature__more {
  font-size: 13px;
  line-height: 1.2;
  color: #667085;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.news-feature__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.news-feature:hover .news-feature__body {
  background: #0c8ade;
}

.news-feature:hover .news-feature__date,
.news-feature:hover .news-feature__title,
.news-feature:hover .news-feature__desc,
.news-feature:hover .news-feature__more {
  color: #fff;
}

.news-feature:hover .news-feature__media img {
  transform: scale(1.2);
}

/* .news-feature:hover .news-feature__more::after {
  color: #fff;
} */

.academic {
  position: relative;
  padding: 56px 0 70px;
  background: transparent;
  overflow: visible;
  z-index: 0;
  --academic-bg-top: -400px;
}

.academic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--academic-bg-top, -400px);
  bottom: 0;
  background: url("../image/back3.png") no-repeat center top / cover;
  pointer-events: none;
  z-index: -99;
}

.academic__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 1;
}

.academic__head {
  position: relative;
  margin-bottom: 22px;
}

.academic__title {
  display: inline-block;
  vertical-align: top;
}

.academic__title-cn {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.academic__title-dot {
  color: #fff;
}

.academic__title-en {
  display: inline-block;
  vertical-align: top;
  /* font-size: 12px; */
  line-height: 1.3;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Times New Roman", Times, serif;
  margin-top: 2px;
  margin-left: 12px;
}

.academic__tabs {
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  margin-top: 10px;
}

.academic__tab {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  transform: translateY(0);
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  user-select: none;
  position: relative;
}

.academic__tab:hover {
  transform: translateY(-4px);
  color: #fff;
}

.academic__tab.is-active {
  color: #fff;
  font-weight: 800;
  border-bottom-color: #fff;
  transform: translateY(-2px);
}

.academic__tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transform: translateX(-50%);
}

.academic__more {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.academic__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.academic {
  overflow-anchor: none;
}

.academic__panels {
  position: relative;
  overflow-anchor: none;
  margin-top: 24px;
}

.academic__panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.academic__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.academic__carousel {
  position: relative;
}

.academic__track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 26px 0 58px;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.academic__track::-webkit-scrollbar {
  display: none;
}

.academic__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.academic__btn {
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.academic__btn--prev {
  bottom: 8px;
  right: 46px;
}

.academic__btn--next {
  bottom: 8px;
}

.academic__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
}

.academic__btn--prev::before {
  transform: rotate(135deg);
}

.academic__btn--next::before {
  transform: rotate(-45deg);
}

.academic__btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

.academic__btn:focus,
.academic__btn:focus-visible {
  outline: none;
}

.academic-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  outline: none;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex: 0 0 calc((100% - 90px) / 4);
}

.academic-card:focus,
.academic-card:focus-visible,
.academic__track:focus,
.academic__track:focus-visible {
  outline: none;
}

.academic-card__media {
  aspect-ratio: 708 / 480;
  overflow: hidden;
  background: #fff;
}

.academic-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.academic-card__body {
  padding: 20px 24px 24px;
  background: #fff;
  transition: background 0.25s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.academic-card__title {
  font-size: 16px;
  line-height: 1.5;
  color: #101828;
  font-weight: 700;
  min-height: 48px;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.academic-card__meta {
  margin-top: auto;
  padding-left: 12px;
  display: grid;
  gap: 6px;
  position: relative;
}

.academic-card__meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  border-radius: 2px;
  background: #0c8ade;
}

.academic-card__date {
  font-size: 12px;
  font-weight: 800;
  color: #0c8ade;
  line-height: 1.2;
}

.academic-card__place {
  font-size: 12px;
  color: #667085;
  line-height: 1.2;
}

.academic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.18);
}

.academic-card:hover .academic-card__media img {
  transform: scale(1.2);
}

.academic-card:hover .academic-card__body {
  background: #0c8ade;
}

.academic-card:hover .academic-card__title,
.academic-card:hover .academic-card__place,
.academic-card:hover .academic-card__date {
  color: #fff;
}

.academic-card:hover .academic-card__meta::before {
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .notice-board__grid {
    grid-template-columns: 1fr;
  }
  .home-news__grid {
    grid-template-columns: 1fr;
  }
  .academic__head {
    text-align: center;
  }
  .academic__tabs {
    display: block;
    margin: 10px auto 0;
  }
  .academic__more {
    position: static;
    display: inline-block;
    margin-top: 8px;
  }
  .academic-card {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}

.research {
  margin-top: -45px;
  padding: 70px 0 90px;
  background: #f5f7fb;
}

.research__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.research__head {
  margin-bottom: 24px;
}

.research__title {
  margin-top: -60px;
  /* display: inline-block; */
}

.research__title-cn {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: #0c8ade;
}

.research__title-dot {
  color: #0c8ade;
}

.research__title-en {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 12px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  color: rgba(12, 138, 222, 0.5);
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

.research__more {
  display: none;
}

.research__top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 30px;
  align-items: start;
}

.research__top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 190px;
  width: 1320px;
  height: 420px;
  background: #dbe9f4;
  transform: translateX(-50%);
  z-index: 0;
}

.research__left {
  margin-top: -30px;
  transform: translate(var(--research-left-x, 0px), var(--research-left-y, 185px));
  position: relative;
  padding-top: var(--research-head-space, 90px);
  z-index: 1;
}

.research__head {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
  transform: translate(var(--research-head-x, 0px), var(--research-head-y, 0px));
}

.research-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  background: transparent;
  padding: 40px;
  color: #101828;
  min-height: 240px;
  transform: translate(var(--research-feature-x, 0px), var(--research-feature-y, 0px));
}

.research-feature__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  color: #101828;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.research-feature__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #667085;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.research-feature__date {
  font-size: 13px;
  color: #667085;
  margin-top: auto;
}

.research-hero {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  box-shadow: none;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-top: 60px;
  height: 90%;
}

.research-hero img {
  width: 100%;
  height: 88%;
  display: block;
  object-fit: cover;
}

.research__carousel {
  position: relative;
  margin-top: 26px;
}

.research__track {
  display: flex;
  gap: 22px;
  overflow: hidden;
  margin: 0 60px;
  padding: 0;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.research__track::-webkit-scrollbar {
  display: none;
}

.research__track.is-dragging {
  cursor: grabbing;
}

.research__btn {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
  z-index: 2;
}

.research__btn--prev {
  left: 0;
}

.research__btn--next {
  right: 0;
}

.research__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c8ade;
  border-bottom: 2px solid #0c8ade;
  transform-origin: center;
}

.research__btn--prev::before {
  transform: rotate(135deg);
}

.research__btn--next::before {
  transform: rotate(-45deg);
}

.research__btn:focus,
.research__btn:focus-visible {
  outline: none;
}

.research-card {
  display: block;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  border: 1px solid rgba(16, 24, 40, 0.06);
  flex: 0 0 calc((100% - 66px) / 4);
  min-width: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.research-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.12);
}

.research-card__body {
  padding: 24px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.research-card:hover .research-card__body {
  background: #0c8ade;
}

.research-card__date {
  font-size: 12px;
  font-weight: 800;
  color: #0c8ade;
  line-height: 1.2;
  margin-bottom: 12px;
  opacity: 0.8;
}

.research-card:hover .research-card__date {
  color: #fff;
  opacity: 0.9;
}

.research-card__title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.research-card:hover .research-card__title {
  color: #fff;
}

.research-card__desc {
  font-size: 12px;
  line-height: 1.6;
  color: #667085;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

.research-card:hover .research-card__desc {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200px) {
  .research__top {
    grid-template-columns: 1fr;
  }
  .research__head {
    text-align: left;
  }
  .research__left {
    transform: none;
  }
  .research-card {
    flex: 0 0 calc((100% - 22px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .research__inner {
    padding: 0 15px;
  }
  .research__title-cn {
    font-size: 26px;
  }
  .research__track {
    gap: 16px;
    padding: 0 40px;
  }
  .research-card {
    flex: 0 0 100%;
  }
}

.public-service {
  position: relative;
  z-index: 1;
  padding: 70px 0 90px;
  background: #f6f9fc;
  overflow: hidden;
}

.public-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/tzggback.png");
  background-repeat: no-repeat;
  background-position: var(--public-service-bg-x, center) var(--public-service-bg-y, 0px);
  background-size: var(--public-service-bg-w, 1028px) auto;
  opacity: var(--public-service-bg-opacity, 1);
  pointer-events: none;
}

.public-service__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.public-service__head {
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}

.public-service__title-cn {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: #0c8ade;
}

.public-service__title-dot {
  color: #0c8ade;
}

.public-service__title-en {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  color: rgba(12, 138, 222, 0.5);
  font-family: "Times New Roman", Times, serif;
}

.public-service__more {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #667085;
  white-space: nowrap;
}

.public-service__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.public-service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.public-card {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.public-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.12);
}

.public-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(12, 138, 222, 0.08);
}

.public-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.public-card:hover .public-card__media img {
  transform: scale(1.2);
}

.public-card__body {
  padding: 14px 14px 16px;
}

.public-card__title {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  color: #101828;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.public-card__date {
  margin-top: 10px;
  font-size: 12px;
  color: #98a2b3;
}

.scholar {
  position: relative;
  z-index: 1;
  padding: 70px 0 90px;
  background: #f6f9fc;
  overflow: hidden;
}

.scholar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/back4.png");
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
  opacity: var(--scholar-bg-opacity, 1);
  pointer-events: none;
}

.scholar__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.scholar__head {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
}

.scholar__title-cn {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: #0c8ade;
}

.scholar__title-dot {
  color: #0c8ade;
}

.scholar__title-en {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  color: rgba(12, 138, 222, 0.5);
  font-family: "Times New Roman", Times, serif;
}

.scholar__more {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #667085;
  white-space: nowrap;
}

.scholar__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.scholar__carousel {
  position: relative;
}

.scholar__viewport {
  overflow: hidden;
  cursor: grab;
}

.scholar__viewport.is-dragging {
  cursor: grabbing;
}

.scholar__track {
  display: flex;
  gap: 28px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.scholar-card {
  position: relative;
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: 0;
  display: grid;
  grid-template-columns: 108px 1fr;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.scholar-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33.333%;
  height: 1px;
  background: rgba(16, 24, 40, 0.12);
}

.scholar-card:hover::after {
  background: rgba(255, 255, 255, 0.35);
}

.scholar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.12);
  background: #0c8ade;
}

.scholar-card__date {
  padding: 18px 16px;
  border-right: 0;
  color: #0c8ade;
}

.scholar-card:hover .scholar-card__date {
  color: #fff;
}

.scholar-card__day {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.scholar-card__ym {
  margin-top: 8px;
  font-size: 12px;
  color: #98a2b3;
}

.scholar-card:hover .scholar-card__ym {
  color: rgba(255, 255, 255, 0.85);
}

.scholar-card__tag {
  margin-top: 10px;
  font-size: 12px;
  color: #667085;
}

.scholar-card:hover .scholar-card__tag {
  color: rgba(255, 255, 255, 0.85);
}

.scholar-card__content {
  padding: 18px 18px 16px;
  padding-bottom: 78px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 86px;
}

.scholar-card__title {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #101828;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scholar-card__more {
  display: block;
  position: absolute;
  right: var(--scholar-icon-right, 22px);
  bottom: var(--scholar-icon-bottom, 8px);
  width: var(--scholar-icon-size, 38px);
  height: var(--scholar-icon-size, 38px);
  background: url("../image/entrab.png") no-repeat center / contain;
  pointer-events: none;
  z-index: 1;
  transform: translate(var(--scholar-icon-x, 0px), var(--scholar-icon-y, 0px));
}

.scholar-card:hover .scholar-card__title {
  color: #fff;
}

.scholar__controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 85px;
  position: relative;
  align-items: center;
}

.scholar__line {
  width: var(--scholar-line-width, 705px);
  height: 0;
  border-top: 2px dashed #1d59bb;
  opacity: 0.3;
  transform: translate(var(--scholar-line-x, 0px), var(--scholar-line-y, 0px));
}

.scholar__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
  position: relative;
}

.scholar__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0c8ade;
  border-bottom: 2px solid #0c8ade;
  transform-origin: center;
}

.scholar__btn--prev::before {
  transform: rotate(135deg);
}

.scholar__btn--next::before {
  transform: rotate(-45deg);
}

.scholar__btn:focus,
.scholar__btn:focus-visible {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .public-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .public-service__more {
    position: static;
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .public-service__inner {
    padding: 0 15px;
  }
  .public-service__grid {
    grid-template-columns: 1fr;
  }
  .public-service__title-cn {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .scholar-card {
    flex: 0 0 calc((100% - 28px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .scholar__inner {
    padding: 0 15px;
  }
  .scholar__title-cn {
    font-size: 26px;
  }
  .scholar-card {
    flex: 0 0 100%;
  }
}

.lab-entry {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
  background: transparent;
}

.lab-entry__inner {
  padding: 0 24px;
}

.lab-entry__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 40px 0 18px;
}

.lab-entry__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #0c8ade;
}

.lab-entry__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #667085;
  white-space: nowrap;
}

.lab-entry__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.lab-entry__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.lab-entry__card {
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lab-entry__card span {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.lab-entry__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.12);
}

.lab-entry__more:hover::after {
  transform: translateX(4px);
}

/* ==========================================================================
   研究 · 团队 (RESEARCH TEAM)
   ========================================================================== */
.team {
  position: relative;
  padding: 80px 0 100px;
  background: #f8fbff;
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/back4.png") no-repeat center bottom / cover;
  opacity: 0.4;
  pointer-events: none;
}

.team__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.team__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
}

.team__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.team__title-cn {
  font-size: 32px;
  font-weight: 700;
  color: #1d59bb;
  letter-spacing: 2px;
}

.team__title-dot {
  color: #0c8ade;
  margin: 0 4px;
}

.team__title-en {
  font-size: 16px;
  font-weight: 400;
  color: #98a2b3;
  letter-spacing: 1px;
}

.team__more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #667085;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.team__more:hover {
  color: #1d59bb;
}

.team__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../image/morelogo.png") no-repeat center / contain;
}

.team__carousel {
  position: relative;
  padding: 0 50px;
}

.team__viewport {
  overflow: hidden;
  cursor: grab;
}

.team__viewport.is-dragging {
  cursor: grabbing;
}

.team__track {
  display: flex;
  gap: 24px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.team-card {
  flex: 0 0 calc((100% - 24px * 4) / 5);
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid #1d59bb;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(29, 89, 187, 0.15);
}

.team-card__image {
  aspect-ratio: 3 / 4;
  background-color: #f0f4f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 默认占位图：更简洁的现代风格 */
.team-card__image::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 30%;
  background: #cbd5e1;
  border-radius: 50% 50% 0 0;
  bottom: 20%;
}

.team-card__image::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 25%;
  background: #cbd5e1;
  border-radius: 50%;
  top: 25%;
}

.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: transform 0.5s;
  /* 如果图片加载失败，隐藏它以显示下面的占位符 */
  opacity: 1;
}

.team-card__image img[src=""], 
.team-card__image img:not([src]) {
  opacity: 0;
}

.team-card:hover .team-card__image img {
  transform: scale(1.05);
}

.team-card__info {
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
}

.team-card__title {
  font-size: 14px;
  color: #667085;
}

.team__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex; 
  justify-content: space-between;
  pointer-events: none;
}

.team__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.1);
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team__btn:hover {
  background: #1d59bb;
  border-color: #1d59bb;
}

.team__btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #667085;
  border-left: 2px solid #667085;
  transition: border-color 0.3s;
}

.team__btn--prev::before {
  transform: rotate(-45deg) translate(2px, 2px);
}

.team__btn--next::before {
  transform: rotate(135deg) translate(2px, 2px);
}

.team__btn:hover::before {
  border-color: #fff;
}

@media (max-width: 1200px) {
  .team-card {
    flex: 0 0 calc((100% - 24px * 2) / 3);
  }
}

@media (max-width: 768px) {
  .team-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 480px) {
  .team-card {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 1200px) {
  .lab-entry__cards {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .notice-board__inner {
    padding: 0 15px;
  }
  .notice-board__title-cn {
    font-size: 26px;
  }
  .notice-board__title-en {
    font-size: 12px;
  }
  .home-news__inner {
    padding: 0 15px;
  }
  .home-news__title-cn {
    font-size: 24px;
  }
  .news-feature__body {
    padding: 14px 14px 16px;
  }
  .academic__inner {
    padding: 0 15px;
  }
  .academic__title-cn {
    font-size: 26px;
  }
  .academic__track {
    gap: 16px;
  }
  .academic-card {
    flex: 0 0 100%;
  }
  .lab-entry__inner {
    padding: 0 15px;
  }
  .lab-entry__title {
    font-size: 22px;
  }
  .lab-entry__card span {
    font-size: 20px;
  }
}

/* ==========================================================================
   页脚 (FOOTER)
   ========================================================================== */
.footer {
  background: url("../image/footerback.png") no-repeat center / cover;
  color: #fff;
  padding: 50px 0 30px;
  font-family: "Microsoft YaHei", sans-serif;
  position: relative;
  z-index: 10;
}

.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  margin-bottom: 25px;
}

.footer__logo img {
  margin-top: 30px;
  height: 54px;
  width: auto;
}

.footer__contact {
  flex: 1;
  margin-left: 100px;
}

.footer__contact-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #fff;
}

.footer__contact-item {
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}

.footer__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer__icon--phone {
  background-image: url("../image/编组@2x.png"); /* 尝试使用一个编组图标作为占位 */
}

.footer__icon--address {
  background-image: url("../image/地址 (4)@2x.png");
}

.footer__links {
  width: 260px;
}

.footer__select-wrapper {
  position: relative;
  margin-top: 30px;
}

.footer__select {
  width: 100%;
  height: 42px;
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #333;
  appearance: none;
  cursor: pointer;
}

.footer__select-wrapper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url("../image/stdnav14_1_m_nav_down.png") no-repeat center / contain;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;
}

.footer__bottom {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__contact {
    margin: 40px 0;

  }
  .footer__contact-item {
    justify-content: center;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
}
.footer .line1 {
  position: absolute;
  top: 35px;
  left: 68%;
  width: 1px;
height: 155px;
background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}
.footer .line2 {
  position: absolute;
  top: 35px;
  left: 40%;
  width: 1px;
height: 155px;
background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 52.37%, rgba(216,216,216,0) 100%);
}