@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-35-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-45-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-75-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-95-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-105-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-115-Black.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../fonts/AlibabaPuHuiTi-3-55-RegularL3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body, .banner-title, .card-title, .navbar-nav .nav-link, h1, h2, h3, h4, h5, h6 {
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif !important;
}

html, body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body {
  flex: 1 0 auto;
}

.text-primary {
  color: #0D3ACB !important;
}

.banner {
  min-height: 500px;
  max-height: 500px;
  background: #282626;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #282626;
}
@media (max-width: 992px) {
  .banner {
    min-height: 150px;
    max-height: 150px;
  }
  .banner img {
    height: 150px;
    min-height: 150px;
    object-fit: cover;
  }
}

/* Banner 标题容器通用样式 */
.banner-title {
  position: absolute;
  top: 50%;
  left: 15%;
  text-align: left;
  color: #fff;
  width: 100%;
  max-width: 700px;
  transform: translateY(-50%);
}

/* 中文主标题 */
.banner-title-cn {
  font-size: 3rem;
  line-height: 1.1;
  font-family: 'AlibabaPuHuiTi';
  font-weight: 950;
  font-style: normal;
}

/* 英文主标题 */
.banner-title-en {
  font-size: 4rem;
  line-height: 1.1;
  font-family: 'AlibabaPuHuiTi';
  font-weight: 950;
  font-style: normal;
}

/* 分隔符 */
.banner-title-divider {
  font-size: 2rem;
  line-height: 1.5;
}

/* 副标题 */
.banner-subtitle-cn,
.banner-subtitle-en {
  font-size: 2rem;
  line-height: 1.1;
}

.card {
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  background: #fff;
}

.card-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.card-text {
  color: #323232;
}

footer {
  background: transparent;
  margin-top: auto !important;
}

/* 研究方向卡片定制样式 */
.research-card {
  border-radius: 0;
  box-shadow: none;
  background: #DDE8EB;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.research-card-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #dde8eb;
}
.research-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.research-card-content {
  background: #0D3ACB !important;
  min-height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0;
  padding-left: 0;
}
.research-card-content > div {
  width: auto;
  text-align: left;
}
.research-card-btn {
  margin-left: 0;
}
.research-card-title-cn {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}
.research-card-title-en {
  font-size: 0.95rem;
  opacity: 0.85;
}
.research-card-btn {
  box-shadow: 0 2px 8px rgba(13,58,203,0.08);
  border: none;
  transition: box-shadow 0.2s;
}
.research-card-btn:hover {
  box-shadow: 0 4px 16px rgba(13,58,203,0.18);
}
@media (max-width: 576px) {
  .banner-title h1 {
    font-size: 2rem;
  }
  .banner-title p {
    font-size: 1rem;
  }
  .navbar-brand {
    font-size: 1.1rem;
  }
  .research-card-img-wrap {
    height: 140px;
  }
  .research-card-content {
    min-height: 80px;
    padding: 1rem;
  }
  .research-card-btn {
    width: 32px !important;
    height: 32px !important;
  }
} 

.navbar-nav .nav-link {
  transition: background 0.2s, color 0.2s;
  margin: 0 1rem;
}
@media (max-width: 576px) {
  .navbar-nav .nav-link {
    margin: 0 0.5rem;
  }
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #0D3ACB !important;
  color: #F2F2F2 !important;
} 

.navbar-nav .nav-link.active {
  background: #0D3ACB !important;
  color: #F2F2F2 !important;
  border-radius: 0 !important;
} 

.team-card {
  border-radius: 18px;
  box-shadow: none;
  background: transparent;
  align-items: center;
  padding: 16px 12px;
  width: 300px;
  min-width: 240px;
  max-width: 300px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-avatar-wrap {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-avatar {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.team-name {
  font-size: 1.7rem;
  font-family: 'Playfair Display', 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 400;
  color: #112342;
  text-align: center;
}
.team-desc {
  font-size: 1rem;
  font-family: 'Playfair Display', 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  color: #112342;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .team-avatar-wrap {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-card {
    min-height: 300px;
    padding: 20px 4px 20px 4px;
  }
  .team-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .team-name {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .team-desc {
    font-size: 0.95rem;
    white-space: normal !important;
    word-break: break-all;
    overflow-wrap: break-word;
  }
} 

/* 区块底部通用操作按钮 */
.section-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 44px;
  border-radius: 22px;
  background: #0D3ACB;
  color: #F2F2F2;
  box-shadow: 0 2px 8px rgba(13,58,203,0.08);
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-family: inherit;
  font-weight: 500;
  padding: 0 1.5em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
.section-action-btn:hover {
  background: #002b8a;
  transform: translateY(-4px) scale(1.05);
} 

.section-action-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
} 

/* 除简介区块外的区块标题样式（新版：居中+两侧横线，仅PC端） */
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #112342;
  letter-spacing: 0.04em;
  margin-bottom: 80px;
  margin-top: 80px;
  line-height: 1.15;
  background: none;
  padding: 0;
  border: none;
}
.section-title::before,
.section-title::after {
  content: '';
  flex: 1 1 0;
  border-top: 2px solid #0D3ACB;
  margin: 0 1.2em;
  height: 0;
  display: block;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .section-title::before,
  .section-title::after {
    display: none;
  }
} 

.slide-title.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  vertical-align: middle;
}
.slide-title.section-title::before,
.slide-title.section-title::after {
  display: block;
  content: '';
  flex: 1 1 0;
  border-top: 2px solid #0D3ACB;
  margin: 0 1.2em;
  height: 0;
  min-width: 32px;
} 

.lab-intro-en {
  color: #0D3ACB;
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(13,58,203,0.15);
  font-family: 'AlibabaPuHuiTi-3-85-Bold', 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
} 

.lab-intro-title {
  color: #111;
  font-size: 2.5rem;
  letter-spacing: 1em;
  font-weight: 800;
  margin-bottom: 1.2rem;
} 

.lab-intro-title + p,
.lab-intro-title + p + p,
.lab-intro-title + p + p + p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
} 

#research .row.g-4 {
  justify-content: center;
} 

.swiper.mySwiper {
  width: 80vw;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  box-shadow: none;
  color: #0D3ACB !important;
}
.swiper-button-prev {
  left: -1px;
}
.swiper-button-next {
  right: -1px;
}
@media (max-width: 900px) {
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paper-slide-content {
  width: 100%;
  max-width: 800px;
  min-width: 240px;
  margin: 0 auto;
  height: 300px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.paper-title {
  font-size: 1.5rem;
  color: #111;
}
.paper-journal, .paper-doi a {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .paper-slide-content {
    width: 95vw;
    max-width: 95vw;
    min-width: 0;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.paper-title, .paper-journal, .paper-doi {
  text-align: center;
}
.paper-doi a {
  color: #0D3ACB;
  text-decoration: underline;
  word-break: break-all;
  font-weight: 500;
  font-size: 1rem;
} 

.mySwiper, .swiper {
  max-width: 1200px;
}

.mySwiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  min-width: 320px;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #0D3ACB;
  z-index: 1000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper .swiper-button-prev {
  left: -1px;
}

.mySwiper .swiper-button-next {
  right: -1px;
}

@media (max-width: 800px) {
  .mySwiper .swiper-button-prev {
    left: 0;
  }
  .mySwiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 600px) {
  .mySwiper .swiper-button-prev {
    left: 0;
  }
  .mySwiper .swiper-button-next {
    right: 0;
  }
} 

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  z-index: 1000;
} 

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  color: #0D3ACB !important;
  background: none !important;
  box-shadow: none !important;
} 

/* 页面主标题通用样式 */
.page-main-title {
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: #0D3ACB;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: left;
} 

/* 非主页 Banner 区域样式 */
.subpage-banner {
  position: relative;
  margin-bottom: 3rem;
}
.subpage-banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.subpage-banner-title {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  max-width: 700px;
  text-align: left;
}
.subpage-banner-title-cn {
  font-size: 3rem;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1rem;
}
.subpage-banner-title-en {
  font-size: 2rem;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.2em;
} 

/* 研究项目卡片区块（无圆角，100x100，内容方块大偏移） */
.project-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.project-card {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
}

.project-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.75);
  border-radius: 0;
}

.project-card-body {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #F2F3F5;
  border-radius: 0;
  box-shadow: 1px 10px 30px 0 rgba(13,58,203,0.22);
  width: 300px;
  height: 300px;
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* 明显的右下偏移 */
  transform: translate(120px, 120px);
}

.project-card-body > * {
  position: relative;
  left: 10px;
  top: 10px;
  padding-right: 15px;
}

.project-card-title-cn {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0D3ACB;
  margin-bottom: 0.1rem;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  letter-spacing: 0.08em;
}

.project-card-title-en {
  font-size: 1.25rem;
  color: #7A8599;
  margin-bottom: 0.3rem;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.project-card-desc {
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  flex: 1;
  margin-bottom: 0.2rem;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  letter-spacing: 0.01em;
}

.project-card-footer {
  margin-top: 0.2rem;
  display: flex;
  gap: 0.2rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding-left: 5px;
  padding-bottom: 30px;
}
.project-card-btn {
  border: 1.5px solid #0D3ACB;
  background: transparent;
  border-radius: 0;
  padding: 0.2em 0.6em;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  color: #0D3ACB;
  text-decoration: none;
}
.project-card-btn:hover {
  background: #0D3ACB;
  color: #F2F2F2;
  border: 1px solid #0D3ACB;
} 

.papers-year-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e5eaf3;
}

.papers-year-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0D3ACB;
  margin-bottom: 1.2rem;
  border-left: 4px solid #0D3ACB;
  padding-left: 1rem;
  background: #f7faff;
  display: inline-block;
  border-radius: 0 8px 8px 0;
}

.papers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.papers-year-section:nth-child(even) .papers-list {
  background: #f9f9fb;
  border-radius: 8px;
  padding: 1rem 0.5rem;
} 

.papers-year-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 3.5rem;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  align-items:flex-start;
}

.papers-list-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-left: 2.5rem;
  align-items: flex-start;
  width: auto;
}

.papers-year-col {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}

.papers-year-big {
  font-size: 3rem;
  font-weight: 800;
  font-style: italic;
  color: #222;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 2rem;
}

.papers-year-mobile-title {
  display: none;
}
@media (max-width: 992px) {
  .papers-year-row {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding-bottom: 2rem;
  }
  .papers-list-col {
    margin-left: 0;
    width: 100%;
  }
}

.paper-row-card {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  padding: 0rem 1.5rem 2.2rem 1.5rem;
  min-width: 260px;
  max-width: 80%;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .paper-row-card{
    max-width: 95%;
  }
}

.paper-row-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3rem;
}

.paper-row-journal {
  font-size: 1rem;
  font-style: italic;
  color: #444;
  margin-bottom: 0.2rem;
}

.paper-row-doi a {
  color: #0D3ACB;
  text-decoration: underline;
  font-size: 0.98rem;
  word-break: break-all;
}

.paper-row-more {
  position: absolute;
  right: 0rem;
  bottom: 1.2rem;
  min-width: 70px;
  text-align: right;
  padding-top: 0.2rem;
}
.paper-row-more a {
  color: #0D3ACB;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.paper-row-more a:hover {
  text-decoration: underline;
} 

#yearNav {
  position: fixed;
  top: 120px;
  left: 30px;
  z-index: 100;
  background: transparent;
  border-radius: 8px;
  box-shadow: none;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}

.year-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.year-nav-list li {
  margin-bottom: 1rem;
}

.year-nav-list a {
  color: #888;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  transition: color 0.18s, font-size 0.18s;
}

.year-nav-list a:hover {
  color: #0A2E8C;
  font-size: 1.5rem;
}

.year-nav-list a.active {
  color: #0A2E8C;
  font-size: 1.45rem;
} 

.year-nav-list a i {
  font-size: 0.5em;
  vertical-align: middle;
  margin-right: 0.3em;
} 

/* 移动端隐藏年份锚点导航栏 */
@media (max-width: 992px) {
  #yearNav,
  .year-nav-list {
    display: none !important;
  }
} 

.highly-cited-section {
  background: transparent;
  padding: 2.2rem 0 2.2rem 0;
  width: 100%;
  margin-bottom: 80px;
}
.highly-cited-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.highly-cited-img {
  width: 120px;
  height: auto;
  display: block;
}
.highly-cited-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.highly-cited-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .highly-cited-inner {
    flex-direction: column;
    gap: 1.2rem;
    align-items: stretch;
  }
  .highly-cited-img {
    margin: 0 auto;
    width: 70px;
  }
  .highly-cited-label, .highly-cited-title {
    text-align: center;
  }
} 

.highly-cited-badge {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.laurel-img {
  width: 120px;
  height: 120px;
  display: block;
}
.highly-cited-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.1;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  pointer-events: none;
  white-space: pre-line;
  text-shadow: 0 2px 8px #fff, 0 0 2px #fff;
}
@media (max-width: 768px) {
  .highly-cited-badge {
    margin: 0 auto 1rem auto;
  }
} 

.highly-cited-badge-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 180px;
}
.laurel-svg {
  display: inline-block;
  width: 35px;
  height: 70px;
  vertical-align: middle;
}
.laurel-svg.right {
  transform: scaleX(-1);
}
.highly-cited-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.1;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
  margin: 0 0.7rem;
  min-width: 70px;
  vertical-align: middle;
  display: inline-block;
} 

.section-action-btn a {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
}
.section-action-btn a:hover, .section-action-btn a:active, .section-action-btn a:focus {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
} 

/* 仅media.html Banner标题右对齐 */
.subpage-banner-title-right {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.subpage-banner-title-right .subpage-banner-title-cn,
.subpage-banner-title-right .subpage-banner-title-en {
  text-align: right;
  justify-content: flex-end;
  
} 

/* 新闻图库区分组标题样式 */
.news-gallery-group .gallery-title {
  color: #fff;
  background: #0D3ACB;
  display: inline-block;
  padding: 0.25em 1em;
  font-weight: bold;
  font-size: 2rem;
  /* 外描边/外发光 */
  text-shadow:
    0 0 4px #0D3ACB,
    0 0 8px #0D3ACB,
    0 0 12px #0D3ACB,
    0 0 16px #0D3ACB;
} 

.news-gallery-group {
  margin-bottom: 2.5rem; /* 或根据需要调整间距 */
}

/* 新闻图库区居中和宽度 */
#news-gallery-list {
  margin: 0 auto;
  width: 80%;
  display: block;
}

/* 单张图片包裹容器 */
.single-news-img-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 单张图片右下阴影 */
.single-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 8px 8px 24px 0 rgba(0,0,0,0.18);
  /* 可选：如需圆角可加 border-radius: 8px; */
} 

/* 跳转icon样式与hover放大 */
.news-link-icon {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

@keyframes icon-pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.news-link-icon svg {
  color: #0D3ACB;
  transition: color 0.18s;
  vertical-align: middle;
  animation: icon-pulse 1.2s infinite cubic-bezier(.4,2,.6,1.2);
  display: inline-block;
}

.news-link-icon:hover svg {
  animation: none;
  transform: scale(1);
  color: #0846a6;
}

.news-gallery-group .swiper {
  width: 100% !important;
  max-width: 100% !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: auto;

}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next{
  padding-right: 5%;
  color: #fff;
}

.swiper-button-prev{
  padding-left: 5%;
  color: #fff;
}

.news-logo-link {
  display: inline-block;
  transition: transform 0.18s;
}
.news-logo-link:hover {
  transform: scale(1.12);
}
.news-logo-img {
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: none;
  display: block;
}


#news-logo-nav {
  margin-bottom: 3.5rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(7 * 150px + 6 * 30px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.news-logo-link {
  flex: 0 0 150px;
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#back-to-top-btn {
  transform: scale(1.15);
  transition: transform 0.18s, box-shadow 0.18s;
}
#back-to-top-btn svg {
  width: 40px;
  height: 40px;
  display: block;
}
#back-to-top-btn:hover {
  transform: scale(1.3);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

#activation-gallery-list{
  margin: 0 auto;
  width: 80%;
  display: block;
}

#exhibition-gallery-list{
  margin: 0 auto;
  width: 80%;
  display: block;
}

.team-subtitle {
  text-align: center;
  color: #fff;
  background: #0D3ACB;
  display: inline-block;
  padding: 0.25em 1em;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  /* 外描边/外发光 */
  text-shadow:
    0 0 4px #0D3ACB,
    0 0 8px #0D3ACB,
    0 0 12px #0D3ACB,
    0 0 16px #0D3ACB;
} 

@media (min-width: 1200px) {
  .custom-col-1-7 {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}
.team-section-fullwidth {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px 20px; /* 行间距32px，列间距10px */
}

.team-card {
  margin: 0; /* 只用gap控制间距 */
}

@media (max-width: 576px) {
  .team-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100%;
    max-width: 100%;
    padding: 12px 8px;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 12px;
    min-height: 80px;
  }
  .team-avatar-wrap {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    aspect-ratio: 1/1;
    margin-right: 12px;
    margin-bottom: 0;
    background: #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }
  .team-info {
    width: 70%;
    min-width: 0;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    margin-left: 10px;
  }
  .team-name,
  .team-desc {
    text-align: left !important;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .team-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 2px;
  }
  .team-desc {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .team-card.mobile-rendered {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .team-info {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 576px) {
  .team-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    line-height: 1.2;
  }
}

.back-link{
  color: #0D3ACB;
  text-decoration: none;
}

.research-detail-wrap {
  max-width: 50%;
  width: 50%;
  min-width: 320px;
  margin: 0 auto 48px auto;
  padding: 0 16px;
  color: #222;
  font-family: 'AlibabaPuHuiTi', 'Microsoft YaHei', Arial, sans-serif;
}

@media (max-width: 992px) {
  .research-detail-wrap {
    max-width:90%;
    width: 90%;
    min-width: 0;
    padding: 0 8px;
  }
}

.research-detail-wrap .section-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #222;
  letter-spacing: 0.04em;
  margin: 2.5rem 0 1.2rem 0;
  padding: 0;
  border: none;
  text-align: left;
}

.research-title-cn{
  font-weight: 800;
}

.research-title-en{
  font-weight: 800;
  letter-spacing: 0.25rem;
}

.research-detail-wrap .research-desc {
  display: block;
  font-size: 1.2rem;
  color: #222;
  letter-spacing: 0.05em;
  padding: 0;
  border: none;
  text-align: justify;
}


.research-detail-wrap .section-title::before,
.research-detail-wrap .section-title::after {
  display: none !important;
  content: none !important;
}

.detail-papers-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.detail-paper-card {
  position: relative;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  min-width: 260px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 1rem;
}
.detail-paper-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3rem;
  text-align: justify;
}

.detail-section-title {
  font-size: 2rem;
  color: #222;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.detail-paper-journal {
  font-size: 0.9rem;
  font-style: italic;
  color: #444;
  margin-bottom: 0.2rem;
}
.detail-paper-doi a {
  color: #222;
  text-decoration: none;
  font-size: 0.9rem;
  word-break: break-all;

}

.detail-paper-doi a:hover{
  text-decoration: underline;
}
.detail-paper-abstract{
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 0.3rem;
  text-align: justify;
  line-height: 2rem;
}

.detail-paper-more {
  position: absolute;
  right: 1.5rem;
  min-width: 70px;
  text-align: right;
  padding-top: 0.2rem;
}

.detail-paper-more a {
  color: #0D3ACB;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.detail-paper-more a:hover {
  text-decoration: underline;
}

.paper-tiem-title{
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3rem;
  text-align: left;
}


/* 论文详情页多图轮播主图+缩略图样式，参考news.html */
.paper-gallery-swiper2 {
  width: 100%;
  margin-bottom: 0.5rem;
}
.paper-gallery-swiper2 .swiper-slide {
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paper-gallery-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paper-gallery-swiper {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.paper-gallery-swiper .swiper-slide {
  width: 50px;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.2s, box-shadow 0.2s;
  box-shadow: none;
}
.paper-gallery-swiper .swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 2px 8px rgba(13,58,203,0.18);
  border: 2px solid #0D3ACB;
}
.paper-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paper-gallery-swiper2 .swiper-button-next,
.paper-gallery-swiper2 .swiper-button-prev{
  opacity: 0.5;
  color: #F2F2F2 !important;
}
@media (max-width: 800px) {
  .paper-gallery-swiper2 {
    height: 180px;
  }
  .paper-gallery-swiper {
    height: 40px;
  }
  .paper-gallery-swiper .swiper-slide {
    width: 60px;
  }
}