:root {
  --ald-primary: #0c54a0;
  --ald-primary-deep: #083d79;
  --ald-primary-soft: #eaf3ff;
  --ald-accent: #f0b500;
  --ald-bg: #f4f6fa;
  --ald-card: #ffffff;
  --ald-text: #1b2a42;
  --ald-muted: #6d7a90;
  --ald-line: rgba(12, 84, 160, 0.12);
  --ald-shadow: 0 14px 36px rgba(18, 53, 103, 0.08);
  --ald-radius: 16px;
}

html,
body {
  background: var(--ald-bg) !important;
  color: var(--ald-text) !important;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif !important;
}

a {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.cie-navbar {
  background: var(--navbar-bg, #ffffff) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(6px);
  height: 120px !important;
}

.cie-navbar .cie-container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 18px 0 0 !important;
  box-sizing: border-box;
}

.cie-logo-crest {
  height: 66px !important;
  width: auto !important;
  max-width: 760px !important;
  object-fit: contain;
  /* 提升观感：更清晰的对比与渲染 */
  filter: contrast(1.16) saturate(1.12) brightness(1.03) !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.cie-menu > li {
  height: 120px !important;
}

.cie-menu > li > a {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.header-tools {
  gap: 14px !important;
  padding-left: 18px !important;
  height: 28px !important;
}

.header-tools a {
  font-size: 14px !important;
  font-weight: 800 !important;
}

@media (max-width: 1024px) {
  .cie-logo-crest {
    height: 54px !important;
    max-width: 560px !important;
  }
}


/* 保留上面更强的清晰度设置（已 !important） */

.cie-logo-brand::after {
  display: none !important;
}

.cie-menu > li > a,
.header-tools a,
.search-btn {
  color: var(--navbar-text, var(--ald-primary-deep)) !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

.cie-menu > li > a:hover,
.cie-menu > li.active > a,
.header-tools a:hover,
.search-btn:hover {
  color: var(--navbar-hover, var(--ald-primary)) !important;
}

.cie-menu > li > a::after {
  background: var(--ald-accent) !important;
  height: 3px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.header-tools {
  border-left: 1px solid rgba(12, 84, 160, 0.18) !important;
}

.apply-now-btn {
  background: linear-gradient(135deg, #ff4d4f, #d61f2c) !important;
  box-shadow: 0 10px 24px rgba(214, 31, 44, 0.32) !important;
  color: #fff !important;
}

.cie-dropdown {
  background: rgba(255, 255, 255, 0.98) !important;
  border-top: 3px solid var(--ald-accent) !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 18px 40px rgba(10, 45, 90, 0.16) !important;
}

.cie-dropdown li a {
  color: #34506f !important;
  font-weight: 700 !important;
}

.cie-dropdown li a:hover,
.cie-dropdown li.is-current a {
  color: var(--ald-primary) !important;
  background: var(--ald-primary-soft) !important;
}

.page-hero {
  min-height: 330px !important;
  height: 420px !important;
  max-height: none !important;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 31, 62, 0.16), rgba(9, 31, 62, 0.03));
  pointer-events: none;
  z-index: 0;
}

.page-hero-bg {
  filter: contrast(1.02) saturate(0.98) brightness(0.98) !important;
}

.page-location-bar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin-top: -88px !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  z-index: 9 !important;
  pointer-events: none;
}

.page-location-inner {
  display: grid !important;
  grid-template-columns: 240px 1fr !important;
  gap: 22px !important;
  align-items: end !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 18px 0 !important;
  pointer-events: auto;
}

.page-title-row {
  min-height: 108px;
  position: relative;
  z-index: 0;
  /* 文字别贴边：只调内边距，不用负边距挤内容 */
  padding: 0 28px 22px 56px !important;
  border-radius: 0 !important;
  background: transparent !important;
  /* 需要让背景伪元素能突破容器向左延伸：不能用 clip-path 裁剪整个元素 */
  clip-path: none !important;
  overflow: visible !important;
  box-shadow: 0 18px 40px rgba(18, 69, 129, 0.18) !important;
  display: flex !important;
  align-items: flex-end !important;
}

.page-title-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: calc(50vw + 50%);
  background: linear-gradient(135deg, #1f5fb4 0%, #2685d8 100%) !important;
  z-index: -1;
}

.page-title-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 16px;
  background: var(--ald-accent);
  z-index: 1;
}

.title-grid-icon {
  display: none !important;
}

.page-title-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: flex-start !important;
}

.page-title-text h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
}

.page-title-en {
  display: none !important;
}

.breadcrumb-loc {
  min-height: 108px;
  padding: 0 18px 26px 0;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  color: #fff !important;
  font-size: 13px !important;
  text-align: right !important;
}

.breadcrumb-loc .loc-label,
.breadcrumb-loc .loc-path,
.breadcrumb-loc .loc-current {
  color: #fff !important;
}

.breadcrumb-loc .loc-path a {
  color: rgba(255, 255, 255, 0.92) !important;
}

.breadcrumb-loc .loc-path a:hover {
  color: #fff !important;
}

.breadcrumb-loc .loc-sep {
  color: rgba(255, 255, 255, 0.58) !important;
}

.wrap,
.panel {
  position: relative;
}

.wrap {
  max-width: 1200px !important;
}

.content-layout {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  margin-top: 0 !important;
}

.side {
  background: #fff !important;
  border: 1px solid rgba(12, 84, 160, 0.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.side h3,
.side-head {
  min-height: 76px;
  margin: 0 !important;
  padding: 0 28px !important;
  background: linear-gradient(135deg, #1f5fb4 0%, #2490e3 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0 !important;
}

.side-head::before,
.side h3::before {
  content: "";
  width: 6px;
  height: 18px;
  margin-right: 12px;
  border-radius: 0;
  background: var(--ald-accent) !important;
  display: inline-block;
}

.side-list {
  display: block !important;
  padding: 0 !important;
}

.side-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(13, 69, 134, 0.08) !important;
  border-radius: 0 !important;
  background: #fff !important;
  transform: none !important;
}

.side-item:last-child {
  border-bottom: 0 !important;
}

.side-item .t {
  color: #44566e !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.side-item:hover,
.side-item.active,
.side-item.is-current {
  background: linear-gradient(90deg, #e9f4ff 0%, #d7ecff 100%) !important;
  border-color: rgba(13, 69, 134, 0.08) !important;
}

.side-item:hover .t,
.side-item.active .t,
.side-item.is-current .t {
  color: var(--ald-primary) !important;
}

.side-item .arrow,
.side-item .m span:last-child {
  font-size: 0 !important;
}

.side-item .arrow::after,
.side-item .m span:last-child::after {
  content: ">";
  font-size: 14px;
  font-weight: 900;
  color: #9bb1ca;
}

.list,
.list-main,
.action-card,
.card,
.data-box,
.sub-f-qr,
.f-qr-box,
.box,
.mini-card,
.tile,
.modal-card {
  background: var(--ald-card) !important;
  border: 1px solid var(--ald-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--ald-shadow) !important;
}

.card,
.action-card,
.box {
  padding: 28px !important;
}

.intro-card,
.hero-card {
  background: var(--ald-card) !important;
  border: 1px solid var(--ald-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--ald-shadow) !important;
}

.crumb,
.hero-card .crumb {
  color: var(--ald-muted) !important;
}

.crumb a,
.hero-card .crumb a {
  color: var(--ald-primary) !important;
}

.hero,
.card .hero {
  background: linear-gradient(180deg, #fbfdff 0%, #eef5fd 100%) !important;
  border-bottom: 1px solid var(--ald-line) !important;
}

.hero h1,
.card .hero h1,
.cie-title,
.map-title {
  color: var(--ald-primary-deep) !important;
}

.hero p,
.card .hero p,
.meta,
.mini-meta,
.tip,
.headline p,
.nt-txt p,
.n-txt p,
.body p,
.intro-body,
.sub-f-info p {
  color: var(--ald-muted) !important;
}

.tag,
.pill,
.badge,
.nt-date,
.btn.primary,
.page.active,
.section-link-btn,
.section-link-btn.dark {
  background: var(--ald-primary) !important;
  border-color: var(--ald-primary) !important;
  color: #fff !important;
}

.btn,
.page,
.dl,
.more-link {
  border-radius: 999px !important;
}

.btn,
.dl,
.more-link,
.section-link-btn.dark {
  background: #fff !important;
  color: var(--ald-primary) !important;
  border: 1px solid rgba(12, 84, 160, 0.22) !important;
}

.btn:hover,
.dl:hover,
.more-link:hover,
.section-link-btn:hover,
.section-link-btn.dark:hover,
.page:hover:not(.active) {
  background: var(--ald-primary-soft) !important;
  color: var(--ald-primary) !important;
  border-color: rgba(12, 84, 160, 0.42) !important;
  transform: translateY(-1px) !important;
}

.more-link span::after,
.section-link-btn span::after,
.news-left-info a span::after {
  content: ">";
  font-weight: 700;
}

.item,
.news-card,
.notice-item {
  background: #fff !important;
  border-bottom: 1px solid rgba(12, 84, 160, 0.08) !important;
}

.item:hover,
.news-card:hover,
.notice-item:hover {
  background: #f8fbff !important;
  transform: none !important;
}

.headline h3,
.title h3,
.mini-card h3,
.n-txt h3,
.nt-txt h4,
.action-card h2,
.intro-section-title,
.attach h3,
.sec-title h2 {
  color: var(--ald-primary-deep) !important;
}

.date,
.side-item .m,
.file div,
.meta,
.mini-meta,
.nt-date .m {
  color: var(--ald-muted) !important;
}

.gallery {
  gap: 20px !important;
}

.mask {
  background: linear-gradient(to top, rgba(8, 34, 70, 0.9), rgba(8, 34, 70, 0.05)) !important;
}

.mask h3,
.mask p {
  color: #fff !important;
}

.panel.stats,
.sec-map {
  background: linear-gradient(180deg, #f5f8fc 0%, #edf4fb 100%) !important;
}

.study-abroad-page .hero,
.cie-container.hero {
  background: linear-gradient(135deg, #0f4d94 0%, #1c77c6 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* 科大映像 / 文件下载：.cie-container.hero 同时带 max-width，蓝色条会缩在中间；拉满全宽并与正文栏对齐 */
.cie-container.hero {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box !important;
  border-bottom: none !important;
  padding-left: calc((100vw - min(100vw, 1400px)) / 2 + 40px) !important;
  padding-right: calc((100vw - min(100vw, 1400px)) / 2 + 40px) !important;
}

.study-abroad-page .hero h1,
.study-abroad-page .hero p,
.cie-container.hero h1,
.cie-container.hero p {
  color: #fff !important;
}

.sec-footer,
.sub-site-footer {
  background: linear-gradient(180deg, #0b4d95 0%, #083d79 100%) !important;
}

.f-col h4::before,
.sub-f-col h4::before {
  background: var(--ald-accent) !important;
}

/* 页脚固定 4 个大栏目，便于后续数据库映射 */
.footer-grid,
.sub-footer-grid {
  grid-auto-flow: row !important;
}

.footer-section-brand,
.footer-section-links,
.footer-section-portal,
.footer-section-follow {
  min-width: 0;
}

/* 页脚“快捷通道”标题左对齐，避免被右侧按钮拉开 */
.sub-f-head-row {
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}

.f-links a,
.sub-f-links a,
.f-info p,
.sub-f-info p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.f-links a:hover,
.sub-f-links a:hover {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .cie-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }


  .cie-container.hero {
    padding-left: calc((100vw - min(100vw, 1400px)) / 2 + 16px) !important;
    padding-right: calc((100vw - min(100vw, 1400px)) / 2 + 16px) !important;
  }

  .cie-navbar {
    height: 70px !important;
    background: var(--navbar-bg, #ffffff) !important;
  }

  .cie-menu > li {
    height: 70px !important;
  }

  .cie-menu > li > a {
    font-size: 15px !important;
  }

  .cie-logo-crest {
    height: 56px !important;
  }

  .header-tools {
    gap: 10px !important;
    padding-left: 10px !important;
  }

  .content-layout,
  .footer-grid,
  .sub-footer-grid,
  .news-layout,
  .notice-layout {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .news-left-info,
  .news-right-list,
  .notice-left-list {
    width: 100% !important;
  }

  .page-location-bar {
    margin-top: -66px !important;
  }

  .page-location-inner {
    grid-template-columns: 220px 1fr !important;
  }

  .page-title-row,
  .breadcrumb-loc {
    min-height: 88px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 70px !important;
  }

  .cie-navbar nav,
  .nav-center,
  .cie-menu {
    display: none !important;
  }

  .cie-nav-inner {
    gap: 10px !important;
    position: relative !important;
  }

  /* 移动端为右上角菜单按钮预留空间，避免 Logo 文本重叠 */
  .cie-navbar .cie-container {
    padding-right: 64px !important;
  }

  .cie-logo-brand {
    max-width: calc(100vw - 64px) !important;
  }

  .cie-logo-crest {
    height: 46px !important;
  }

  .cie-logo-text {
    min-width: 0 !important;
    max-width: calc(100vw - 64px - 46px - 28px) !important;
  }

  .cie-logo-text-cn {
    font-size: 18px !important;
    letter-spacing: 0.2px !important;
  }

  .cie-logo-text-en {
    font-size: 10px !important;
    margin-top: 2px !important;
    letter-spacing: 0.4px !important;
  }

  /* 手机端去掉首页向下提示/全屏左右切换箭头等控件 */
  .scroll-down-btn,
  .fp-controlArrow,
  .fp-prev,
  .fp-next,
  .fp-slidesNav {
    display: none !important;
  }

  .mobile-toggle {
    display: none !important;
  }

  .header-tools {
    display: none !important;
  }

  .global-mobile-toggle {
    display: inline-flex !important;
    position: fixed !important;
    right: 12px !important;
    top: 16px !important;
    transform: none !important;
    z-index: 5000 !important;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(8, 36, 73, 0.8);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    margin-left: 0;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(0, 22, 52, 0.24);
    backdrop-filter: blur(6px);
  }

  .global-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .global-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 4000;
    pointer-events: none;
  }

  .global-mobile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 20, 41, 0.5);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .global-mobile-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(82vw, 340px);
    height: 100%;
    background: #fff;
    box-shadow: -12px 0 28px rgba(0, 35, 79, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    display: flex;
    flex-direction: column;
  }

  .global-mobile-head {
    padding: 16px;
    font-size: 16px;
    font-weight: 800;
    color: var(--ald-primary-deep);
    border-bottom: 1px solid rgba(0, 91, 172, 0.12);
  }

  .global-mobile-body {
    padding: 8px 0 16px;
    overflow: auto;
  }

  .global-mobile-menu {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .global-mobile-menu > li {
    display: block !important;
    height: auto !important;
    border-bottom: 1px solid rgba(0, 91, 172, 0.08);
  }

  .global-mobile-menu > li > a {
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    color: var(--ald-primary-deep) !important;
    text-shadow: none !important;
  }

  .global-mobile-menu .cie-dropdown {
    display: block !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7fbff !important;
    padding: 4px 0 8px !important;
    min-width: 0 !important;
  }

  .global-mobile-menu .cie-dropdown li a {
    display: block;
    padding: 9px 24px;
    font-size: 13px !important;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-open .global-mobile-drawer {
    pointer-events: auto;
  }

  body.mobile-nav-open .global-mobile-backdrop {
    opacity: 1;
  }

  body.mobile-nav-open .global-mobile-panel {
    transform: translateX(0);
  }

  .wrap {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .page-hero {
    height: 250px !important;
    min-height: 250px !important;
  }

  .page-location-bar {
    margin-top: -26px !important;
  }

  .page-location-inner {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 12px !important;
  }

  .page-title-row {
    min-height: 78px;
    padding: 0 18px 16px 44px !important;
  }

  .breadcrumb-loc {
    min-height: auto;
    padding: 0 2px 8px 0;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 12px !important;
  }

  .page-title-text h1,
  .hero h1,
  .cie-title,
  .map-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .hero p,
  .page-title-en {
    font-size: 13px !important;
  }

  .item,
  .news-card,
  .notice-item,
  .action-card,
  .card,
  .data-box,
  .box {
    padding: 14px !important;
  }

  .date {
    flex-basis: 84px !important;
    font-size: 12px !important;
  }

  .headline h3,
  .nt-txt h4,
  .n-txt h3,
  .title h3 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .headline p,
  .nt-txt p,
  .n-txt p {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .sub-f-copyright-wrap,
  .f-copyright {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px !important;
  }
}

/* 重要：不要用伪元素背景图替代 logo。
   我们直接显示 <img.cie-logo-crest>，这样改图片尺寸才会生效。 */
.cie-logo-brand {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cie-logo-crest {
  opacity: 1 !important;
}

/* 2026-04 二次修正：降低突兀感 + 修复版式 + 美化新闻/通知列表 */
.cie-navbar {
  background: var(--navbar-bg, #ffffff) !important;
  box-shadow: 0 10px 26px rgba(12, 42, 90, 0.10) !important;
  border-bottom: 1px solid rgba(12, 84, 160, 0.12) !important;
}

.page-hero {
  height: 340px !important;
  min-height: 260px !important;
}

.page-hero::before {
  background: linear-gradient(180deg, rgba(9, 31, 62, 0.08), rgba(9, 31, 62, 0.02)) !important;
}

.page-location-bar {
  position: static !important;
  margin-top: 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #e6edf5 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) !important;
}

.page-location-inner {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 16px 18px !important;
}

.page-title-row {
  min-height: auto !important;
  clip-path: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  padding: 12px 16px 12px 44px !important;
  box-shadow: 0 8px 24px rgba(18, 69, 129, 0.14) !important;
}

.page-title-row::before {
  display: none !important;
}

.page-title-text h1 {
  font-size: 24px !important;
}

.page-title-en {
  display: inline !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12px !important;
}

.breadcrumb-loc {
  min-height: auto !important;
  padding: 0 !important;
  color: #5f7188 !important;
}

.breadcrumb-loc .loc-label,
.breadcrumb-loc .loc-path,
.breadcrumb-loc .loc-current {
  color: #5f7188 !important;
}

.breadcrumb-loc .loc-current {
  color: var(--ald-primary) !important;
}

.breadcrumb-loc .loc-path a {
  color: #456283 !important;
}

.breadcrumb-loc .loc-sep {
  color: #b9c8d9 !important;
}

.content-layout {
  grid-template-columns: 290px minmax(0, 1fr) !important;
  gap: 18px !important;
  margin-top: 18px !important;
}

.side {
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(18, 53, 103, 0.08) !important;
  overflow: hidden !important;
}

.side h3,
.side-head {
  min-height: 64px !important;
  padding: 0 18px !important;
  font-size: 16px !important;
}

.side-item {
  min-height: 62px !important;
  padding: 10px 14px !important;
  align-items: flex-start !important;
  border-bottom: 1px solid #e8eff7 !important;
}

.side-item .t {
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  color: #214262 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-item .m {
  margin-top: 6px !important;
  font-size: 12px !important;
  color: #7d90a8 !important;
}

.side-item:hover,
.side-item.active,
.side-item.is-current {
  background: #eef6ff !important;
}

.side-item:hover .t,
.side-item.active .t,
.side-item.is-current .t {
  color: #0f4d94 !important;
}

.list {
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(18, 53, 103, 0.08) !important;
}

.item {
  padding: 16px 18px !important;
}

.headline h3,
.title h3 {
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.headline p {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.date {
  flex-basis: 98px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #7d90a8 !important;
}

@media (max-width: 1024px) {
  .content-layout {
    grid-template-columns: 1fr !important;
  }

  .page-location-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .breadcrumb-loc {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .page-hero {
    height: 220px !important;
    min-height: 220px !important;
  }

  .page-title-row {
    width: 100%;
  }

  .side h3,
  .side-head {
    min-height: 54px !important;
    font-size: 16px !important;
  }

  .side-item .t {
    font-size: 14px !important;
  }

  .side-item .m,
  .date {
    font-size: 12px !important;
  }

  .headline h3,
  .title h3 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .headline p {
    font-size: 13px !important;
  }
}

/* 留学页统计卡片：强作用域，避免被全局规则误伤 */
.study-abroad-page .stats .card,
.study-abroad-page .stats .card * {
  color: #ffffff !important;
}

.study-abroad-page .stats .card {
  background: linear-gradient(135deg, #0f4d94 0%, #1c77c6 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  box-shadow: 0 16px 36px rgba(5, 22, 48, 0.25) !important;
}

.study-abroad-page .stats .num {
  color: #10d0ff !important;
  font-weight: 900 !important;
  text-shadow: 0 0 16px rgba(16, 208, 255, 0.28) !important;
}

.study-abroad-page .stats .label {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 800 !important;
}

.study-abroad-page .stats .label small {
  color: rgba(255, 255, 255, 0.74) !important;
}

.study-abroad-page .stats .actions .btn {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
}

.study-abroad-page .stats .actions .btn.primary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
}

/* 首页（index.htm）sec-map 数据卡片：蓝底风格（与你要的一致） */
.sec-map .data-box,
.sec-map .data-box * {
  color: #ffffff !important;
}

.sec-map .data-box {
  background: linear-gradient(135deg, #0f4d94 0%, #1c77c6 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 16px 36px rgba(5, 22, 48, 0.25) !important;
  border-radius: 12px !important;
}

.sec-map .data-box h2,
.sec-map .data-box .count-num {
  color: #10d0ff !important;
  text-shadow: 0 0 16px rgba(16, 208, 255, 0.25) !important;
}

.sec-map .data-box p,
.sec-map .data-box .label {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 800 !important;
}

.sec-map .data-box p small,
.sec-map .data-box .label small {
  color: rgba(255, 255, 255, 0.72) !important;
}

.sec-map .data-box a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.30) !important;
  border-radius: 999px !important;
}

.sec-map .data-box a:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(16, 208, 255, 0.55) !important;
}
