﻿  a {
    text-decoration: none;
    
  }

  /* pcImg */
  .zyszxyy-site-hdr-root {
    border-top: 6px solid #218D90;
  }

  /* 导航栏 */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
  }

  /* 导航栏中的链接 */
  .navbar a {
    color: #fff;
    margin: 0 10px;
  }

  /* 导航栏中的链接悬停状态 */
  .navbar a:hover {
    color: #ddd;
  }
  /* 手机端下拉菜单：桌面端隐藏 */
  .zyszxyy-site-hdr-mmenu-overlay {
    display: none;
  }




  /* 大屏幕 */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
     .party-list__item.is-active .party-list__compact {
      display: none !important;
    }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
      'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB',
      'Microsoft YaHei', sans-serif;
    overflow-x: hidden;
  }

  div {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  a {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  /* 医院宣传页面容器 */
  .hospital-promo {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* 顶部导航栏样式 */
  .zyszxyy-site-hdr-root {
    height: 139px;
    width: 100%;
    background: #fff;
    /* padding: 20px 0; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
    overflow: visible;
  }

  .zyszxyy-site-hdr-container {
    max-width: 1560px;
    margin: 0 auto;
    /* padding: 0 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
  }

  /* 左侧：Logo和医院名称 */
  .zyszxyy-site-hdr-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }

  .zyszxyy-site-hdr-logo-wrap {
    width: 457px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .zyszxyy-site-hdr-logo-wrap a{display: block;flex: 1;}

.zyszxyy-site-hdr-mmenu-toggle{display:none;}

  .zyszxyy-site-hdr-logo-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
  }

  .zyszxyy-site-hdr-hospital-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .zyszxyy-site-hdr-hospital-name-cn {
    font-size: 24px;
    font-weight: 700;
    color: #218D90;
    line-height: 1.2;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .zyszxyy-site-hdr-hospital-name-en {
    font-size: 12px;
    font-weight: 400;
    color: #94969a;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: Arial, sans-serif;
  }

  /* 中间右侧：搜索框 */
  .zyszxyy-site-hdr-center {
    width: 320px;
    display: flex;
    justify-content: flex-end;
    max-width: 400px;
    margin-right: 44px;
  }

  .search-box {
    position: relative;
    width: 100%;
    max-width: 320px;
  }

  .search-input {
    width: 100%;
    height: 48px;
    padding: 0 40px 0 16px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    font-size: 18px;
    color: #091B33;
    border-radius: 24px;
    outline: none;
    transition: border-color 0.3s ease;
  }

  .search-input:focus {
    border-color: #218D90;
  }

  .search-input::placeholder {
    color: #9CA3AF;
  }

  .search-icon {
    /* position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer; */
  }

  /* 清除按钮默认样式（用于图标按钮） */
  .icon-button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }

  .icon-button:focus {
    outline: none;
  }

  /* 让按钮不影响 img 的绝对定位 */
  .search-icon-button {
    background: transparent;
  }

  /* 右侧：胶囊快捷入口 */
  .zyszxyy-site-hdr-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    overflow: visible;
  }

  .zyszxyy-site-hdr-pill-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .zyszxyy-site-hdr-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    background: #fff;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    width: 150px;
    height: 48px;
  }

  .zyszxyy-site-hdr-pill-btn:hover,
  .zyszxyy-site-hdr-pill-btn:focus-visible {
    background: #198c8f;
    border-color: #198c8f;
    color: #fff;
    outline: none;
  }

  .zyszxyy-site-hdr-pill-btn:hover .zyszxyy-site-hdr-pill-icon,
  .zyszxyy-site-hdr-pill-btn:focus-visible .zyszxyy-site-hdr-pill-icon {
    filter: brightness(0) invert(1);
  }

  .zyszxyy-site-hdr-pill-btn:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #198c8f;
  }

  .zyszxyy-site-hdr-pill-btn--is-plain {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    font: inherit;
  }

  .zyszxyy-site-hdr-pill-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    transition: filter 0.2s ease;
  }

  .zyszxyy-site-hdr-pill-text {
    font-size: 15px;
    font-weight: 500;
    color: inherit;
  }

  /* 公众号：悬停显示二维码 */
  .zyszxyy-site-hdr-pill-wx {
    position: relative;
  }

  .zyszxyy-site-hdr-pill-wx::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    pointer-events: none;
  }

  .zyszxyy-site-hdr-pill-wx:hover::before,
  .zyszxyy-site-hdr-pill-wx:focus-within::before {
    pointer-events: auto;
  }

  .zyszxyy-site-hdr-pill-wx:hover .zyszxyy-site-hdr-pill-btn--is-wx,
  .zyszxyy-site-hdr-pill-wx:focus-within .zyszxyy-site-hdr-pill-btn--is-wx {
    background: #198c8f;
    border-color: #198c8f;
    color: #fff;
  }

  .zyszxyy-site-hdr-pill-wx:hover .zyszxyy-site-hdr-pill-btn--is-wx .zyszxyy-site-hdr-pill-icon,
  .zyszxyy-site-hdr-pill-wx:focus-within .zyszxyy-site-hdr-pill-btn--is-wx .zyszxyy-site-hdr-pill-icon {
    filter: brightness(0) invert(1);
  }

  .zyszxyy-site-hdr-pill-qr {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .zyszxyy-site-hdr-pill-qr__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.08));
  }

  .zyszxyy-site-hdr-pill-qr__panel {
    padding: 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    line-height: 0;
  }

  .zyszxyy-site-hdr-pill-qr__panel img {
    display: block;
    width: 132px;
    height: 132px;
    object-fit: cover;
  }

  .zyszxyy-site-hdr-pill-wx:hover .zyszxyy-site-hdr-pill-qr,
  .zyszxyy-site-hdr-pill-wx:focus-within .zyszxyy-site-hdr-pill-qr,
  .zyszxyy-site-hdr-pill-qr:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* 顶部搜索弹层 */
  .zyszxyy-site-hdr-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .zyszxyy-site-hdr-search-overlay--is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .zyszxyy-site-hdr-search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  .zyszxyy-site-hdr-search-overlay__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    padding: 32px 36px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .zyszxyy-site-hdr-search-overlay__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .zyszxyy-site-hdr-search-overlay__form {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
  }

  .zyszxyy-site-hdr-search-overlay__field {
    position: relative;
    flex: 1;
    min-width: 0;
  }

  .zyszxyy-site-hdr-search-overlay__input {
    width: 100%;
    height: 52px;
    padding: 0 52px 0 22px;
    border: 1px solid #d5d5d5;
    border-radius: 999px;
    background: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .zyszxyy-site-hdr-search-overlay__input::placeholder {
    color: #b0b0b0;
  }

  .zyszxyy-site-hdr-search-overlay__input:focus {
    border-color: #198c8f;
    box-shadow: 0 0 0 3px rgba(25, 140, 143, 0.12);
  }

  .zyszxyy-site-hdr-search-overlay__submit {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .zyszxyy-site-hdr-search-overlay__submit:hover {
    background: rgba(25, 140, 143, 0.08);
  }

  .zyszxyy-site-hdr-search-overlay__submit img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .zyszxyy-site-hdr-search-overlay__close {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s ease;
  }

  .zyszxyy-site-hdr-search-overlay__close:hover {
    background: #f2f2f2;
  }

  .zyszxyy-site-hdr-search-overlay__close img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .zyszxyy-site-hdr-btn-icon {
    width: 36px;
    height: 32px;
    object-fit: contain;
  }

  .zyszxyy-site-hdr-btn-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  /* 导航栏样式 */
  .zyszxyy-site-hdr-navigation {
    width: 100%;
    background: #fff;
    border-top: 1px solid #E5E7EB;
    padding: 0;
    position: relative;
    z-index: 99;
  }

  .zyszxyy-site-hdr-nav-container {
    max-width: 1560px;
    margin: 0 auto;
    /* padding: 0 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 80px;
    line-height: 80px;
  }

  .zyszxyy-site-hdr-nav-item {
    font-size: 20px;
    color: #091B33;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s ease;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .zyszxyy-site-hdr-nav-item:hover {
    color: #218D90;
  }

  .zyszxyy-site-hdr-nav-item--is-active {
    color: #218D90;
    font-weight: 500;
  }

  .zyszxyy-site-hdr-nav-item--is-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #218D90;
    border-radius: 2px 2px 0 0;
  }

  /* 顶部导航 - 医院概况下拉 */
  .zyszxyy-site-hdr-nav-item--has-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }

  .zyszxyy-site-hdr-nav-item__link {
    font-size: 20px;
    color: #091B33;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    line-height: 80px;
  }

  .zyszxyy-site-hdr-nav-item--has-dropdown .zyszxyy-site-hdr-nav-item__link.zyszxyy-site-hdr-nav-item--is-active {
    color: #218D90;
  }

  .zyszxyy-site-hdr-nav-item--has-dropdown .zyszxyy-site-hdr-nav-item__link.zyszxyy-site-hdr-nav-item--is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #218D90;
    border-radius: 2px 2px 0 0;
  }

  .zyszxyy-site-hdr-nav-dropdown {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 12px;
    display: none;
    z-index: 100000;
  }

  .zyszxyy-site-hdr-nav-dropdown-inner {
    min-width: 180px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(9, 27, 51, 0.12);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
  }

  .zyszxyy-site-hdr-nav-dropdown-item {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #091B33;
    text-align: center ;
    padding: 0 32px;
    cursor: pointer;
  }

  .zyszxyy-site-hdr-nav-dropdown-item:hover {
    background: #218D90;
    color: #fff;
  }

  .zyszxyy-site-hdr-nav-dropdown-item--is-active {
    background: #218D90;
    color: #ffffff;
  }

  .zyszxyy-site-hdr-nav-dropdown-item--is-active:hover {
    background: #218D90;
    color: #ffffff;
  }

  .zyszxyy-site-hdr-nav-item--has-dropdown:hover .zyszxyy-site-hdr-nav-dropdown {
    display: block;
  }

  /* 悬停就医指南等下拉主项时，高亮文字与下划线 */
  .zyszxyy-site-hdr-nav-item--has-dropdown:hover .zyszxyy-site-hdr-nav-item__link {
    color: #218D90;
  }

  .zyszxyy-site-hdr-nav-item--has-dropdown:hover .zyszxyy-site-hdr-nav-item__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #218D90;
    border-radius: 2px 2px 0 0;
  }

  /* 顶部医院照片区域（允许底部悬浮搜索条伸出区域外） */
  .hospital-photo {
    width: 100%;
    height: 80vh;
    /* min-height: 400px; */
    position: relative;
    overflow: visible;
  }

  .hospital-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bg {
    background: url('../image/web/zjtdBg.png') no-repeat center bottom / 100% auto;
    background-size: 100%;
    height: 332px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .bg img {
    width: 100%;
  }

  /* Swiper Banner 适配 */
  .banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  /* 轮播区底部悬浮搜索条 */
  .hospital-photo-search {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 25;
    /* width: calc(100% - 48px); */
    width: 1560px;
    box-sizing: border-box;
  }

  .hospital-photo-search__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    padding: 16px 20px 18px;
    padding: 16px 160px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    border-bottom: 3px solid #1a8c8c;
    height: 120px;
  }

  .hospital-photo-search__field {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 6px 0 4px;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #fff;
    height: 56px;
  }

  .hospital-photo-search__type {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 12px;
  }

  .hospital-photo-search__dropdown {
    position: relative;
    flex-shrink: 0;
  }

  .hospital-photo-search__dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 4px 0 0;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    line-height: 1.2;
  }

  .hospital-photo-search__dropdown-trigger:focus {
    outline: none;
  }

  .hospital-photo-search__dropdown-trigger:focus-visible {
    outline: 2px solid #1a8c8c;
    outline-offset: 2px;
    border-radius: 4px;
  }

  .hospital-photo-search__dropdown-label {
    white-space: nowrap;
  }

  .hospital-photo-search__dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 40;
    min-width: 132px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    box-sizing: border-box;
  }

  .hospital-photo-search__dropdown-menu[hidden] {
    display: none;
  }

  .hospital-photo-search__dropdown-option {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .hospital-photo-search__dropdown-option.is-active,
  .hospital-photo-search__dropdown-option:hover {
    background: #1a8c8c;
    color: #fff;
  }

  .hospital-photo-search__dropdown.is-open .hospital-photo-search__chev img {
    opacity: 0.85;
  }

  .hospital-photo-search__chev {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    pointer-events: none;
  }

  .hospital-photo-search__chev img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .hospital-photo-search__split {
    width: 1px;
    height: 22px;
    background: #e8e8e8;
    flex-shrink: 0;
    margin: 0 8px 0 4px;
  }

  .hospital-photo-search__input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    padding: 0 12px 0 0;
    font-size: 15px;
    color: #222;
    background: transparent;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .hospital-photo-search__input::placeholder {
    color: #999;
  }

  .hospital-photo-search__input:focus {
    outline: none;
  }

  .hospital-photo-search__submit {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: #1a8c8c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    transition: background 0.2s ease, transform 0.15s ease;
    width: 200px;
    height: 56px;
  }

  .hospital-photo-search__submit:hover {
    background: #157a7a;
  }

  .hospital-photo-search__submit:active {
    transform: scale(0.98);
  }

  .hospital-photo-search__submit:focus-visible {
    outline: 2px solid #1a8c8c;
    outline-offset: 3px;
  }

  .hospital-photo-search__submit-icon {
    flex-shrink: 0;
    display: block;
    color: #fff;
  }

  .hospital-photo-search__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .banner-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
  }

  .banner-swiper .swiper-pagination {
    bottom: 30px !important;
    left: 90% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
    border-radius: 6px;
  }

  /* 自定义分页器：白点 + 当前项外圈约 270° 白弧（缺口在左上） */
  .custom-pagination {
    position: absolute;
    bottom: 130px;
    right: 0px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10;
  }

  .custom-pagination-item {
    appearance: none;
    -webkit-appearance: none;
    width: 55px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    font: inherit;
    color: inherit;
    transition: transform 0.2s ease;
  }

  .custom-pagination-item:focus {
    outline: none;
  }

  .custom-pagination-item:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 4px;
  }

  .custom-pagination-item:hover:not(.active) {
    transform: scale(1.08);
  }

  .custom-pagination-item.active {
    transform: none;
  }

  .custom-pagination-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .custom-pagination-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.25s ease;
  }

  .custom-pagination-item.active .custom-pagination-ring {
    opacity: 1;
  }

  /* 已弃用：原图片式分页图标 */
  .custom-pagination-icon {
    display: none !important;
  }

  /* 隐藏默认的Swiper分页器 */
  .banner-swiper .swiper-pagination {
    display: none !important;
  }

  /* 底部服务导航区域：就医指南（浅青底 + 左文 + 右五卡错落） */
  .service-navigation {
    position: relative;
    width: 100%;
    min-height: 989px;
    height: auto;
    padding-top: 269px;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow: hidden;
    background: url('../image/pcImg/bg1.jpg') center / cover no-repeat;
  }

  .service-navigation::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../image/pcImg/bg2.png') bottom no-repeat;
    /* height: 524px; */
    /* opacity: 0.22; */
    pointer-events: none;
    z-index: 0;
    background-size: 100% auto;  
  }
.link {
    height: 100%;
    width: 100%;
}

  /* 背景医院轮廓图 */
  /* .service-navigation__bg {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../image/jz.png');
    height: 728px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.4;
    z-index: 0;
  } */

  /* Since 1952 文字 */
  .service-navigation__year {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 120px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    white-space: nowrap;
    letter-spacing: 8px;
    font-family: 'Arial', sans-serif;
  }

  /* 服务卡片容器 */
  .service-cards {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    width: 1560px;
    /* width: 100%; */
    margin: 0 auto;
    /* padding: 0 24px; */
    box-sizing: border-box;
  }

  /* 左侧：就医指南文案 */
  .jyzn-guide {
    flex: 0 1 420px;
    max-width: 440px;
    padding-top: 8px;
    margin-top: -100px;
  }

  .jyzn-guide__label {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #9bb0b0;
    font-family: Arial;
  }

  .jyzn-guide__accent {
    width: 40px;
    height: 3px;
    background: #1a8c8c;
    border-radius: 2px;
    margin-bottom: 18px;
  }

  .jyzn-guide__title {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
    color: #198C8F;
    letter-spacing: 0.02em;
    font-family: Source Han Serif SC;
    line-height: 1.15;
  }
  .jyzn-guide__title span {
    color: #1F2733;
  }

  .jyzn-guide__desc {
    margin: 0 0 32px;
    font-size: 15px;
    line-height: 1.85;
    color: #5a6d6d;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .jyzn-guide__more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1F2733;
    font-size: 16px;
    font-weight: 500;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .jyzn-guide__more:hover {
    color: #1f2733;
  }

  .jyzn-guide__more-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px dashed rgba(26, 140, 140, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a8c8c;
    flex-shrink: 0;
    background: transparent;
    transition: border-color 0.25s ease, background 0.25s ease, border-style 0.25s ease;
  }

  .jyzn-guide__more-circle img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
    transition: filter 0.25s ease;
  }

  .jyzn-guide__more:hover .jyzn-guide__more-circle {
    border-color: #1a8c8c;
    border-style: solid;
    background: #1a8c8c;
  }

  .jyzn-guide__more:hover .jyzn-guide__more-circle img {
    filter: brightness(0) invert(1);
  }

  /* 右侧：五张竖向导航卡 */
  .jyzn-cards {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .jyzn-card {
    position: relative;
    flex: 0 0 auto;
    width: 168px;
    min-height: 440px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 10px 28px rgba(15, 60, 70, 0.12);
  }

  .jyzn-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 60, 70, 0.18);
  }

  .jyzn-card__stripe {
    display: none;
  }

  .jyzn-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    min-height: 420px;
    padding: 28px 10px 32px;
    box-sizing: border-box;
    gap: 20px;
  }

  .jyzn-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .jyzn-card__icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
  }
  .jyzn-card__content {
    display: flex;
  }

  .jyzn-card__title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    white-space: nowrap;
  }

  .jyzn-card__desc {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    opacity: 0.92;
    letter-spacing: 0.08em;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    max-height: 220px;
  }

  .jyzn-card--c1 {
    /* margin-top: 36px; */
    background-image: url('../image/pcImg/jyzn/1Bg.png');
  }

  .jyzn-card--c2 {
    margin-top: 68px;
    background-image: url('../image/pcImg/jyzn/2Bg.png');
  }

  .jyzn-card--c3 {
    margin-top: 0;
    background-image: url('../image/pcImg/jyzn/3Bg.png');
  }

  .jyzn-card--c4 {
    margin-top: 68px;
    background-image: url('../image/pcImg/jyzn/4Bg.png');
  }

  .jyzn-card--c5 {
    /* margin-top: 32px; */
    background-image: url('../image/pcImg/jyzn/5Bg.png');
  }

  /* 新闻公告区域 - 新闻·动态 */
  .news-notice-section {
    width: 100%;
    position: relative;
    padding: 100px 0 120px;
    box-sizing: border-box;
    background: url('../image/pcImg/xwdt/bigBg.png') center top / cover no-repeat;
    overflow: hidden;
  }

  .news-center-wrap {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .news-center-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 24px;
  }

  .news-center-header-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 32px 48px;
  }

  .news-center-title {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* 与就医指南标题共用 jyzn-guide__* 样式，此处仅调整区块内间距 */
  .news-center-title .jyzn-guide__title {
    margin-bottom: 0;
  }

  .news-center-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .news-tab {
    display: inline-flex;
    align-items: stretch;
    min-width: 160px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #e8f5f4;
    color: #198c8f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    overflow: hidden;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
  }

  .news-tab__text {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px 0 24px;
    white-space: nowrap;
  }

  .news-tab__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    flex-shrink: 0;
    background: transparent;
    border: 0;
    padding: 0 10px 0 6px;
    box-sizing: border-box;
  }

  .news-tab__arrow img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
    padding: 7px;
    /* border: 1px dashed #b8c4c4; */
    box-sizing: content-box;
    background: transparent;
  }

  /* 未选中：浅薄荷底 + 右侧青色竖条 */
  .news-tab:not(.news-tab--active)::after {
    content: '';
    display: block;
    width: 4px;
    flex-shrink: 0;
    align-self: stretch;
    background: #198c8f;
    border-radius: 0 24px 24px 0;
  }

  .news-tab:not(.news-tab--active):hover {
    background: #dff0ef;
  }

  /* 选中：左侧青绿 + 右侧橙色，白字 + 橙色区箭头 */
  .news-tab--active {
    color: #fff;
    background: linear-gradient(
      90deg,
      #198c8f 0%,
      #198c8f calc(100% - 52px),
      #e8913a calc(100% - 52px),
      #e8913a 100%
    );
    box-shadow: 0 2px 8px rgba(25, 140, 143, 0.2);
  }

  .news-tab--active::after {
    display: none;
  }

  .news-tab--active .news-tab__text {
    color: #fff;
  }

  .news-tab--active .news-tab__arrow {
    background: #e8913a;
    padding-right: 12px;
  }

  .news-tab--active .news-tab__arrow img {
    border-color: rgba(255, 255, 255, 0.55);
  }

  .news-center-header .jyzn-guide__more {
    flex-shrink: 0;
    margin-top: 36px;
  }

  .news-center-container {
    max-width: 100%;
    margin: 0;
  }

  /* 内容区域 */
  .news-center-content {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    justify-content: space-between;
  }

  /* 左列：主新闻 */
  .news-main-column {
    width: 828px;
    height: auto;
  }

  .news-featured-carousel {
    position: relative;
    width: 100%;
  }

  .news-carousel-swiper {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .news-carousel-swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
  }

  .news-carousel-swiper .swiper-slide img {
    width: 828px;
    height: 560px;
    object-fit: cover;
    display: block;
  }

  /* 分页器样式 - 显示1-5索引 */
  .news-carousel-pagination {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    z-index: 10;
    width: auto;
    margin-bottom: 50px;
    padding-right: 40px;
  }

  .news-carousel-pagination .swiper-pagination-bullet {
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
    width: 50px;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0));
    border-radius: 0;
    border-top: 2px solid #D7A954;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
  }

  .news-notice-section .swiper-pagination-bullet {
    opacity: 1 !important;
  }

  .news-carousel-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, rgba(215, 169, 84, 0.99), rgba(196, 177, 133, 0));
    color: #fff;
    border-color: #D7A954;
  }

  /* 底部白色框 */
  .news-featured-footer {
    position: absolute;
    bottom: -80px;
    left: 40px;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(10px);
    border-bottom: 4px solid #198C8F;
    z-index: 5;
    width: 748px;
    height: 134px;
  }

  .news-entry-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .news-entry-date .research-date {
    display: flex;
    flex-direction: column;
    min-width: auto;
  }

  .news-entry-date .research-year {
    color: #007578;
    font-size: 16px;
  }

  .news-entry-date .research-day {
    font-size: 28px;
    font-weight: 700;
    color: #007578;
    line-height: 1.2;
    margin-top: 4px;
  }
  .news-center-wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .news-entry-date .timeLine {
    width: 2px;
    height: 60px;
    background: linear-gradient(0deg, rgba(242, 242, 242, 0), #007578, rgba(255, 255, 255, 0));
  }

  .news-entry-title {
    flex: 1;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: 400;
    color: #091B33;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .news-entry-title .title-line1,
  .news-entry-title .title-line2 {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #newsCarouselDate,
  #newsCarouselTitle {
    transition: opacity 0.3s ease;
  }

  /* 右列：新闻列表 */
  .news-list-column {
    flex: 1 1 36%;
    max-width: 42%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 38px;
    
  }

  .news-list-item {
    display: flex;
    gap: 14px;
    padding: 0;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    border: none;
    position: relative;
    align-items: flex-start;
  }

  .news-list-item:hover {
    /* transform: translateY(-2px); */
  }

  .news-list-image {
    width: 280px;
    height: 188px;  
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    border-radius: 0;
    overflow: hidden;
    background: #e8eeee;
      
  }

  .news-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .news-list-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 188px;
  }

  .news-list-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .news-date-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: url('../image/pcImg/xwdt/timeBg.png') center center / 100% 100% no-repeat;
    font-size: 24px;
    font-weight: 700;
    color: #1a8c8c;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: din;  
  }

  .news-date-ym {
    font-size: 14px;
    font-weight: 500;
    color: #1a8c8c;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    font-family: din;  
  }

  .news-list-date-span {
    font-weight: 800;
    font-size: 32px;
    color: #1a8c8c;
  }

  .news-list-title {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #091b33;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 auto;
    flex: 1;
  }

  .news-list-arrow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #1a8c8c;
    margin-top: 12px;
    padding-top: 8px;
  }

  .news-list-arrow img {
    width: 40px;
    height: auto;
    display: block;
    transition: transform 0.2s ease;
  }

  .news-list-item:hover .news-list-arrow img {
    transform: translateX(3px);
  }

  /* 四个白板卡片区域 */
  .hospital-formula-section .news-card {
    height: 284px;
  }

  .hospital-formula-section .news-cards-section {
    padding-bottom: 52px;
    margin-top: 0px;
  }

  .news-cards-section {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 0;
    position: relative;
  }

  .news-notice-section .news-cards-container {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .news-notice-section .news-card {
    background: #fff;
    padding: 32px 24px 22px;
    display: flex; 
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    transition:
      background-color 0.25s ease,
      background-image 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease,
      color 0.25s ease;
    min-height: 240px;
    box-shadow: 0 4px 18px rgba(13, 92, 94, 0.08);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #d4e8e8;
    box-sizing: border-box;
  }

  .news-notice-section .news-card-top-bar {
    position: absolute;
    top: 0;
    left: 30px;
    width: 48px;
    height: 4px;
    background: #198c8f;
    border-radius: 0 0 2px 2px;
    display: block;
    pointer-events: none;
    transition: background-color 0.25s ease;
    z-index: 2;
  }

  .news-notice-section .news-card:hover {
    background-color: #198c8f;
    background-image: url('../image/pcImg/xwdt/xwBg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 88%;
    border-color: #198c8f;
    box-shadow: 0 8px 24px rgba(25, 140, 143, 0.35);
  }

  .news-notice-section .news-card:hover .news-card-top-bar {
    background: #e8913a;
  }

  .news-notice-section .news-card-title {
    position: relative;
    z-index: 2;  
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #091b33;
    line-height: 1.7;
    text-align: left;
    flex: 1;
    margin: 0;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.25s ease;
  }

  .news-notice-section .news-card:hover .news-card-title {
    color: #fff;
  }

  .news-notice-section .news-card-footer {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e5ebeb;
    transition: border-color 0.25s ease;
  }

  .news-notice-section .news-card:hover .news-card-footer {
    border-top-color: rgba(255, 255, 255, 0.45);
  }

  .news-notice-section .news-card-footer .news-list-date {
    margin-bottom: 0;
    gap: 8px;
  }

  .news-notice-section .news-card-footer .news-date-ym {
    font-size: 15px;
    font-weight: 500;
    color: #198c8f;
    transition: color 0.25s ease;
  }

  .news-notice-section .news-card:hover .news-date-ym {
    color: #fff;
  }

  .news-notice-section .news-card-footer .news-date-day {
    transition: color 0.25s ease, filter 0.25s ease;
  }

  .news-notice-section .news-card:hover .news-date-day {
    color: #fff;
    filter: brightness(0) invert(1);
  }

  .news-notice-section .news-card-arrow {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news-notice-section .news-card-arrow img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
  }

  .news-notice-section .news-card:hover .news-card-arrow img {
    filter: brightness(0) invert(1);
    transform: translateX(4px);
  }

  /* 医院公式模块内卡片保留原样式作用域 */
  .news-card-line,
  .news-card-divider {
    display: none;
  }

  .hospital-formula-section .news-card {
    flex: 1;
    background: #fff;
    padding: 24px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    padding-bottom: 14px;
    box-shadow: 0 0 10px rgba(0, 90, 163, 0.2);
  }

  .hospital-formula-section .news-card-line {
    display: block;
    width: 48px;
    height: 4px;
    background: #911f99;
    margin-bottom: 35px;
  }

  .hospital-formula-section .news-card-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 16px;
  }

  .news-card-date {
    font-family: "DIN", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a8c8c;
  }

  .news-card-arrow {
    width: auto;
  }

  /* 医院公式区域：PC 默认使用 pc 版本，隐藏 mobile 版本 */
  .hospital-formula-section-mobile {
    display: none;
  }

  /* 党建引领 / 健康科普 / 护理风采 */
  .info-hub-section {
    width: 100%;
    padding: 72px 0 88px;
    background: url('../image/pcImg/djyl/bg.jpg') center top / cover no-repeat;
    box-sizing: border-box;
  }

  .info-hub__inner {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: flex-start;
    gap: 42px;
    box-sizing: border-box;
  }

  .info-hub__party {
    flex: 1 1 58%;
    min-width: 0;
  }

  .info-hub__side {
    flex: 1 1 40%;
    min-width: 320px;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 党建区标题与新闻区共用 news-center-header 样式 */
  .info-hub__party .news-center-header {
    margin-bottom: 40px;
  }

  /* 党建头条（浅青底 + 左图右文） */
  .party-featured {
    display: flex;
    align-items: stretch;
    gap: 30px;
    padding: 24px 28px;
    background: #cde7e8;
    border-radius: 0;
    text-decoration: none;
    color: inherit;
    transition: background 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 8px;
    box-sizing: border-box;
  }

  .party-featured:hover {
    background: #dff0ee;
    box-shadow: 0 4px 16px rgba(25, 140, 143, 0.08);
  }

  .party-featured__media {
    flex: 0 0 42%;
    max-width: 400px;
    min-width: 280px;
    border-radius: 0;
    overflow: hidden;
    line-height: 0;
    flex-shrink: 0;
  }

  .party-featured__media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    display: block;
  }

  .party-featured__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    padding: 6px 0 4px;
  }

  .party-featured__date {
    font-size: 15px;
    font-weight: 700;
    color: #198c8f;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-top: 33px;
  }

  .party-featured__title {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 1.55;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .party-featured__desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #94969a;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 党建列表 */
  .party-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .party-list__item {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 22px 10px;
    border-bottom: 1px dashed #c5d9d7;
    text-decoration: none;
    color: inherit;
    transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
  }

  .party-list__compact {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
  }

  .party-list__expanded {
    display: none;
    width: 100%;
    align-items: stretch;
    gap: 30px;
  }

  .party-list__expanded-media {
    flex: 0 0 42%;
    max-width: 400px;
    min-width: 280px;
    overflow: hidden;
    line-height: 0;
    flex-shrink: 0;
  }

  .party-list__expanded-media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    display: block;
  }

  .party-list__expanded-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    padding: 6px 0 4px;
  }

  .party-list__expanded-date {
    font-size: 15px;
    font-weight: 700;
    color: #198c8f;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  .party-list__expanded-title {
    font-size: 20px;
    font-weight: 600;
    color: #198c8f;
    line-height: 1.55;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .party-list__expanded-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #94969a;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (min-width: 901px) {
    .party-featured.is-suppressed {
      display: none;
    }

    .party-list__item.is-active {
      flex-direction: column;
      align-items: stretch;
      padding: 0;
      background: transparent;
      border-bottom-color: #c5d9d7;
    }

    .party-list__item.is-active .party-list__compact {
      display: flex;
      width: 100%;
      padding-bottom: 14px;
    }

    .party-list__item.is-active .party-list__expanded {
      display: flex;
      padding: 36px;
      background: #cde7e8;
      box-sizing: border-box;
      border-radius: 0;
    }

    .party-list__item:not(.is-active):hover .party-list__title {
      color: #198c8f;
    }
  }

  .party-list__item:hover .party-list__title {
    color: #198c8f;
  }



  .party-list__date {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .party-list__day {
    font-size: 42px;
    font-weight: 500;
    color: #198c8f;
    line-height: 1;
    font-family: Arial, "Microsoft YaHei", sans-serif;
  }

  .party-list__ym {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #198c8f;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  .party-list__line {
    flex-shrink: 0;
    align-self: stretch;
    width: 0;
    min-height: 48px;
    margin-right: 22px;
    border-left: 1px solid #b2dfdb;
  }

  .party-list__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 400;
    color: #1F2733;
    line-height: 1.5;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  /* 健康科普 / 护理风采：手风琴（PC 悬停切换） */
  .info-hub-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .info-hub-block {
    width: 100%;
  }

  .info-hub-block__body {
    display: none;
  }

  .info-hub-block__toggle {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    padding: 0 18px 0 24px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    background-color: #d4ecef;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    box-shadow: 0 4px 14px rgba(25, 140, 143, 0.1);
    box-sizing: border-box;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }

  .info-hub-block__toggle:hover {
    box-shadow: 0 6px 20px rgba(25, 140, 143, 0.14);
    transform: translateY(-2px);
  }

  .info-hub-block--health .info-hub-block__toggle {
    background-image: url('../image/pcImg/djyl/jkkp.png');
    background-size: cover;      
  }

  .info-hub-block--nursing .info-hub-block__toggle {
    background-image: url('../image/pcImg/djyl/hlfc.png');
    background-size: cover;  
  }

  .info-hub-block__toggle-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #198c8f;
    font-family: Source Han Serif SC, "Microsoft YaHei", "微软雅黑", serif;
  }

  .info-hub-block__toggle-title::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #198c8f;
  }

  .info-hub-block__toggle-title span {
    color: #1f2733;
  }

  .info-hub-block__add {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    pointer-events: none;
  }

  .info-hub-block__add img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
  }

  @media (min-width: 901px) {
    .info-hub-block:not(.is-expanded) .info-hub-block__toggle {
      display: flex;
    }

    .info-hub-block.is-expanded .info-hub-block__toggle {
      display: none;
    }

    .info-hub-block.is-expanded .info-hub-block__body {
      display: block;
    }
  }

  /* 健康科普卡片 */
  .health-card {
    border-radius: 14px;
    overflow: hidden;
    background: #e8f6f7;
    box-shadow: 0 4px 18px rgba(25, 140, 143, 0.1);
  }

  .health-card__head {
    position: relative;
    padding: 80px 20px 52px;
    padding-left: 40px;
    min-height: 240px;
    box-sizing: border-box;
    background-color: #d4ecef;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  .info-hub-block--health .health-card__head {
    background-image:
      linear-gradient(180deg, rgba(216, 238, 240, 0.35) 0%, rgba(197, 232, 235, 0.15) 100%),
      url('../image/pcImg/djyl/jkkp.png');
  }

  .info-hub-block--nursing .health-card__head {
    background-image:
      linear-gradient(180deg, rgba(216, 238, 240, 0.35) 0%, rgba(197, 232, 235, 0.15) 100%),
      url('../image/pcImg/djyl/hlfc.png');
  }

  .health-card__title-wrap {
    position: relative;
    z-index: 2;
    max-width: 55%;
  }

  .health-card__title {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.15;
  }

  .health-card__title-wrap .jyzn-guide__accent {
    margin-bottom: 14px;
  }

  .health-card__panel {
    position: relative;
    z-index: 2;
    /* margin: -36px 14px 14px; */
    padding: 22px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .health-item {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #e8ecec;
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
  }

  .health-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .health-item:first-child {
    padding-top: 0;
  }

  .health-item:hover .health-item__title {
    color: #198c8f;
  }

  .health-item__date {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #198c8f;
    margin-bottom: 8px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
  }

  .health-item__title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #091B33;
    line-height: 1.55;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .health-item--featured {
    padding-bottom: 20px;
  }

  .health-item--featured .health-item__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #091B33;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;      
  }

  .health-item__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #94969a;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  /* 护理风采横幅 */
  .nursing-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    padding: 0 18px 0 24px;
    border-radius: 12px;
    text-decoration: none;
    color: #198c8f;
    background: url('../image/pcImg/djyl/hlfc.png') center / cover no-repeat;
    box-shadow: 0 4px 14px rgba(25, 140, 143, 0.1);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }

  .nursing-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .nursing-banner:hover {
    box-shadow: 0 6px 20px rgba(25, 140, 143, 0.14);
    transform: translateY(-2px);
  }

  .nursing-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* PC：仅显示标题行（圆点 + 护理·风采） */
  .nursing-banner__en,
  .nursing-banner__accent {
    display: none;
  }

  .nursing-banner__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #198c8f;
    font-family: Source Han Serif SC, "Microsoft YaHei", "微软雅黑", serif;
  }

  .nursing-banner__title::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #198c8f;
  }

  .nursing-banner__title span {
    color: #1f2733;
  }

  .nursing-banner__add {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .nursing-banner__add img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
  }



  .news-notice-container {
    max-width: 1560px;
    margin: 0 auto;
    /* padding: 0 40px; */
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding-top: 334px;
  }

  /* 新闻和公告通用样式 */
  .news-section {
    flex: 2;
  }

  .line {
    width: 1px;
    height: 780px;
    background: #E6F4FC;
    opacity: 0.3;
    margin-top: 50px;
  }

  .news-section,
  .notice-section {
    /* flex: 1; */
    /* background: #fff; */
    border-radius: 8px;
    padding: 0;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
  }

  .notice-section {
    flex: 1;
  }

  /* 标题区域 */
  .section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
    /* padding: 20px 30px; */
    /* background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%); */
    position: relative;
  }

  .section-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .section-icon {
    width: 275px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .section-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section-title-en {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.9;
  }

  .section-title-cn {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
  }

  .more-btn {
    display: flex;
    align-items: flex-end;
    line-height: 45px;
    gap: 6px;
    /* padding: 8px 20px; */
    background: transparent;
    /* border: 1px dashed rgba(255, 255, 255, 0.8); */
    /* border-radius: 20px; */
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
  }

  .more-btn img {
    width: 48px;
    height: 48px;
    /* filter: brightness(0) invert(1); */
    margin-left: 5px;
  }

  /* .more-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  } */

  /* 新闻内容区域 */
  .news-content {
    /* padding: 30px; */
    margin-top: 40px;
    padding-right: 0px;
  }

  /* 新闻主文章 */
  .news-featured {
    margin-bottom: 30px;
  }

  .news-featured-image {
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
  }

  .news-left {
    flex: 2;
    cursor: pointer;
  }

  .news-featured-image img {
    width: 828px;
    height: 560px;
    object-fit: cover;
  }

  .news-featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: rgba(33, 150, 243, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .news-featured-date {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #A8E8F7;
    color: #247EB3;
    font-size: 16px;
    padding: 0px 16px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 152px;
    height: 36px;
    line-height: 36px;
    font-family:
      "DIN",
      /* 标准DIN */
      "DIN Alternate",
      /* DIN交替体 */
      "DIN Condensed",
      /* DIN紧缩体 */
      "DIN 1451",
      /* 德国标准字体 */
      "FF DIN",
      /* FontFont版本 */
      Arial,
      /* 备用 */
      sans-serif;
  }

  .news-featured-date img {
    width: 24px;
    height: 24px;
    /* filter: brightness(0) invert(1); */
  }

  .news-featured-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-featured-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #b6cde1;
    line-height: 1.8;
    padding-right: 10px;
  }

  /* 新闻列表 */
  .news-list {
    list-style: none;
    padding-left: 32px;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
    /* gap: 12px; */
    /* padding: 16px 0; */
    height: 133px;
    /* line-height: 133px; */
    border-bottom: 1px solid #4394c3;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .news-item:first-child {
    border-top: 1px solid #4394c3;
  }

  .news-item:last-child {
    border-bottom: none;
  }

  .news-item:hover {
    padding-left: 8px;
  }

  .news-item:hover .news-item-title {
    color: #A8E8F7;
  }

  .news-item-date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    min-width: 110px;
    flex-shrink: 0;
    font-family:
      "DIN",
      /* 标准DIN */
      "DIN Alternate",
      /* DIN交替体 */
      "DIN Condensed",
      /* DIN紧缩体 */
      "DIN 1451",
      /* 德国标准字体 */
      "FF DIN",
      /* FontFont版本 */
      Arial,
      /* 备用 */
      sans-serif;
  }

  .news-item-date img {
    width: 24px;
    height: 24px;
  }

  .news-item-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    /* flex: 1; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* 公告内容区域 */
  .notice-content {
    padding-top: 40px;
    padding-left: 0px;
  }

  /* 公告列表 */
  .notice-list {
    list-style: none;
  }

  .notice-item {
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding: 20px 0; */
    height: 133px;
    line-height: 133px;
    border-bottom: 1px solid #368cbe;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .notice-item:first-child {
    border-top: 1px solid #368cbe;
  }

  .notice-item:last-child {
    border-bottom: none;
    border-bottom: 1px solid #368cbe;
  }

  .notice-item:hover {
    padding-left: 8px;
  }

  .notice-item:hover .notice-item-title {
    color: #A8E8F7;
  }

  .notice-date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 100px;
    background-image: url('../image/timeBg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .notice-item:hover .notice-date-box {
    background-image: url('../image/timeBg-select.png');
  }

  .notice-date-year {
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.2;
    font-family:
      "DIN",
      /* 标准DIN */
      "DIN Alternate",
      /* DIN交替体 */
      "DIN Condensed",
      /* DIN紧缩体 */
      "DIN 1451",
      /* 德国标准字体 */
      "FF DIN",
      /* FontFont版本 */
      Arial,
      /* 备用 */
      sans-serif;
  }

  .notice-date-day {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-family:
      "DIN",
      /* 标准DIN */
      "DIN Alternate",
      /* DIN交替体 */
      "DIN Condensed",
      /* DIN紧缩体 */
      "DIN 1451",
      /* 德国标准字体 */
      "FF DIN",
      /* FontFont版本 */
      Arial,
      /* 备用 */
      sans-serif;
  }

  .notice-item:hover .notice-date-year,
  .notice-item:hover .notice-date-day {
    color: #247EB3;
  }

  .notice-item-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    flex: 1;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }


  /* 院区分布 */
  .campus-layout-section {
    width: 100%;
    padding: 72px 0 88px;
    background: url('../image/pcImg/yqfb/bg.jpg') center top / cover no-repeat;
    box-sizing: border-box;
  }
  
  .mobileShow {
    display: none;
  }

  .campus-layout-inner {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .campus-layout-card {
    display: flex;
    align-items: center;
    gap: 48px;
    min-height: 420px;
    padding: 48px 56px 48px 135px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 32px rgba(25, 140, 143, 0.08);
    box-sizing: border-box;
  }

  .campus-layout-aside {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-right: 8px;
  }

  .campus-layout__label {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* transform: rotate(180deg); */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #9bb0b0;
    font-family: Arial, sans-serif;
    line-height: 1.2;
  }

  .campus-layout-aside__title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  .campus-layout__accent {
    flex-shrink: 0;
    width: 3px;
    height: 40px;
    background: #198c8f;
    border-radius: 2px;
    margin-top: 4px;
  }

  .campus-layout__title {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* transform: rotate(180deg); */
    font-size: 36px;
    font-weight: 700;
    color: #198c8f;
    letter-spacing: 0.06em;
    font-family: "Source Han Serif SC", "Microsoft YaHei", serif;
    line-height: 1.15;
    white-space: nowrap;
  }

  .campus-layout__title span {
    color: #1f2733;
  }

  .campus-layout-main {
    flex: 1;
    min-width: 0;
    padding: 8px 0;
  }
  .campus-layout-main div {
    /* width: 50%; */
  }

  .campus-tabs {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 16px;
    margin-bottom: 36px;
    
  }
  .campus-tabs div {
    width: 50%;
  }

  .campus-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 340px;
    height: 72px;
    padding: 0 24px;
    border: 1px solid rgba(25,140,143,0.5);
    border-radius: 10px;
    color: #198c8f;
    font-size: 24px;
    font-weight: 600;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
    background: linear-gradient(-90deg, #E0FEFF, #FFFFFF);
    box-shadow: 0px 0px 20px 0px rgba(25,140,143,0.2);
  }

  .campus-tab img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .campus-tab:hover {
    border-color: #198c8f;
    background: #f0fafa;
  }

  .campus-tab.is-active {
    background: #e8f6f7;
    border-color: #198c8f;
    box-shadow: 0 2px 8px rgba(25, 140, 143, 0.12);
  }

  .campus-panels {
    position: relative;
    min-height: 200px;
  }

  .campus-panel {
    display: none;
  }

  .campus-panel.is-active {
    display: block;
  }

  .campus-info {
    display: flex;
    gap: 48px 64px;
    margin: 0;
  }

  .campus-info__col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .campus-info__item {
    margin: 0;
    /* display: grid; */
    grid-template-columns: auto 1fr;
    gap: 4px 8px;
    align-items: baseline;
  }

  .campus-info__item dt {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    white-space: nowrap;
  }

  .campus-info__item dd {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #94969a;
    line-height: 1.6;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .campus-layout-visual {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .campus-layout-visual__ring {
    /* width: 300px; */
    /* height: 300px; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: radial-gradient(circle at 50% 50%, rgba(232, 246, 247, 0.9) 0%, rgba(255, 255, 255, 0) 70%); */
    /* box-shadow:
      0 0 0 12px rgba(184, 232, 235, 0.35),
      0 0 48px rgba(25, 140, 143, 0.22); */
  }

  /* .campus-layout-visual__ring img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  } */
  .campus-layout-visual__ring img {
    width: 360px;
    height: 360px;
    border-radius: 50%; box-shadow: 0 0 34px 20px #e5f0f0;
    object-fit: cover;
  }


  /* 页脚 */
  .zyszxyy-site-ftr-root {
    width: 100%;
    color: #fff;
    margin-top: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  }

  .zyszxyy-site-ftr-root--is-mobile {
    display: none;
  }

  .zyszxyy-site-ftr-main-wrap {
    position: relative;
    background: url('../image/pcImg/bg.jpg') center / cover no-repeat;
    overflow: hidden;
  }

  .zyszxyy-site-ftr-main-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(25, 140, 143, 0.92) 0%, rgba(25, 140, 143, 0.88) 55%, rgba(25, 140, 143, 0.82) 100%); */
    pointer-events: none;
  }

  .zyszxyy-site-ftr-main-inner {
    position: relative;
    z-index: 1;
    max-width: 1560px;
    margin: 0 auto;
    padding: 48px 40px 52px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box;
  }

  .zyszxyy-site-ftr-brand {
    /* flex: 0 0 280px; */
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 8px;
  }

  .zyszxyy-site-ftr-brand__logo {
    display: block;
    line-height: 0;
  }

  .zyszxyy-site-ftr-brand__logo-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .zyszxyy-site-ftr-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
  }

  .zyszxyy-site-ftr-nav__link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }

  .zyszxyy-site-ftr-nav__link:hover {
    opacity: 0.85;
  }

  .zyszxyy-site-ftr-friend {
    position: relative;
    width: 100%;
    /* max-width: 260px; */
  }

  /* 填补触发区与上拉菜单之间的空隙，避免移入菜单时 hover 断开 */
  .zyszxyy-site-ftr-friend::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 10px;
    background: transparent;
    pointer-events: none;
  }

  .zyszxyy-site-ftr-friend:hover::before,
  .zyszxyy-site-ftr-friend:focus-within::before {
    pointer-events: auto;
  }

  .zyszxyy-site-ftr-friend__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    padding: 0 16px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    cursor: default;
  }

  .zyszxyy-site-ftr-friend__label {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zyszxyy-site-ftr-friend__arrow {
    flex-shrink: 0;
    width: 20px;
    height: auto;
    margin-left: 8px;
    transition: transform 0.2s ease;
  }

  .zyszxyy-site-ftr-friend__menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 21;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    max-height: 220px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-sizing: border-box;
  }

  .zyszxyy-site-ftr-friend:hover .zyszxyy-site-ftr-friend__menu,
  .zyszxyy-site-ftr-friend:focus-within .zyszxyy-site-ftr-friend__menu,
  .zyszxyy-site-ftr-friend__menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .zyszxyy-site-ftr-friend:hover .zyszxyy-site-ftr-friend__arrow,
  .zyszxyy-site-ftr-friend:focus-within .zyszxyy-site-ftr-friend__arrow {
    transform: rotate(180deg);
  }

  .zyszxyy-site-ftr-friend__link {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .zyszxyy-site-ftr-friend__link:hover {
    background: #198c8f;
    color: #fff;
  }

  .zyszxyy-site-ftr-divider {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.35);
    margin: 8px 0;
  }

  .zyszxyy-site-ftr-campus {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
  }

  .zyszxyy-site-ftr-campus--is-hq {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1.2;
  }

  .zyszxyy-site-ftr-campus__badge {
    flex-shrink: 0;
    width: 56px;
    height: auto;
    object-fit: contain;
    margin-top: 2px;
  }

  .zyszxyy-site-ftr-campus__content {
    flex: 1;
    min-width: 0;
  }

  .zyszxyy-site-ftr-campus--is-branch {
    flex: 0.75;
    padding-left: 8px;
  }

  .zyszxyy-site-ftr-campus__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }

  .zyszxyy-site-ftr-campus__pin {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .zyszxyy-site-ftr-campus__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .zyszxyy-site-ftr-campus__list li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
  }

  .zyszxyy-site-ftr-qr {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 4px;
  }

  .zyszxyy-site-ftr-qr__box {
    width: 132px;
    height: 132px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zyszxyy-site-ftr-qr__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .zyszxyy-site-ftr-qr__text {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .zyszxyy-site-ftr-copyright {
    background: #0d6d70;
    /* padding: 16px 24px; */
    line-height: 95px;
    box-sizing: border-box;
  }
  .zyszxyy-site-ftr-copyright p {
    height: 95px;
    line-height: 95px;
  }

  .zyszxyy-site-ftr-copyright__text {
    margin: 0;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }


  /* 入场动画基础样式 */
  .section-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .section-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
  }


  @media (max-width: 768px) {
    /* 护理专区：移动端只显示 mobile 容器 */
    .pc-nurse-party-container {
      display: none !important;
    }

    .mobile-nurse-party-container {
      display: flex !important;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      padding: 0 20px;
    }

    .nurse-party-section {
      height: auto;
      margin-top: 40px;
    }
  }

  /* 环形图 */

  .circle-wrap {
    width: 780px;
    height: 780px;
    position: relative;
    margin: 50px auto;
    margin-top: 107px;
    border-radius: 50%;
    /* 整体手型提示 */
    /* 核心：用背景直接渲染5个扇形，避免元素叠加 */
    background: conic-gradient(#DDA8E0 0deg 72deg,
        #F3D3F5 72deg 144deg,
        #EABEED 144deg 216deg,
        #DDA8E0 216deg 288deg,
        #D294D6 288deg 360deg);
    transition: background 0.2s ease;
    /* 选中变色平滑过渡 */
  }

  /* 顶部 0-50% 透明渐变黑色遮罩（盖在图片上方） */
  .circle-wrap-img::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 101;
    width: 642px;
    height: 642px;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.6) 100%
    );
    margin: 0 auto;
    margin-top: 67px;
  }

  .circle-wrap img {
    display: block;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
    z-index: 100;
    pointer-events: auto;
    border-radius: 50%;
  }

  .sector-text {
    color: #218D90;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  #text1 {
    transform: rotate(-41deg);
    position: absolute;
    top: 100px;
    left: 106px;
  }

  #text2 {
    transform: rotate(41deg);
    position: absolute;
    top: 100px;
    right: 106px;
  }

  #text3 {
    transform: rotate(108deg);
    position: absolute;
    bottom: 275px;
    right: -30px;
  }

  #text4 {
    text-align: center;
    height: 70px;
    line-height: 65px;

    position: absolute;
    bottom: 3px;
    left: 342px;
    
  }

  #text5 {
    transform: rotate(-115deg);
    position: absolute;
    bottom: 260px;
    left: -3px;
  }
