﻿  
  /* 顶部导航栏 & 底部区域移动端适配 */
  @media (max-width: 900px) {
    .zyszxyy-site-hdr-root {
      padding: 0;
      background: #ffffff;
      border-bottom: 1px solid #f0f0f0;
    }
    
    .zyszxyy-site-hdr-container {
      padding: 0;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0;
    }
     .custom-pagination-ring {
          width: 23px;
          height: 23px;
      }
    
    /* 顶部：胶囊快捷入口（手机端仅 党建引领 / 公众号） */
    .zyszxyy-site-hdr-right {
      width: 100%;
      min-height: 48px;
      padding: 8px 12px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-bottom: 1px solid #f0f0f0;
      order: 1;
    }

    .zyszxyy-site-hdr-pill-actions {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      gap: 8px;
    }

    /* 手机端隐藏搜索按钮，PC 端不受影响 */
    .zyszxyy-site-hdr-pill-btn--is-plain,
    #zyszxyyHeaderSearchPill {
      display: none !important;
    }

    .zyszxyy-site-hdr-pill-btn {
      width: auto;
      min-width: 0;
      height: 40px;
      padding: 0 14px;
      font-size: 14px;
      border-radius: 999px;
      border: 1px solid #e8e8e8;
      background: #fff;
      color: #333;
      gap: 6px;
      box-shadow: none;
    }

    .zyszxyy-site-hdr-pill-btn:hover,
    .zyszxyy-site-hdr-pill-btn:active,
    .zyszxyy-site-hdr-pill-btn:focus-visible {
      background: #198c8f;
      border-color: #198c8f;
      color: #fff;
    }

    .zyszxyy-site-hdr-pill-btn:hover .zyszxyy-site-hdr-pill-icon,
    .zyszxyy-site-hdr-pill-btn:active .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-icon {
      width: 20px;
      height: 20px;
    }

    .zyszxyy-site-hdr-pill-text {
      font-size: 14px;
      font-weight: 500;
      color: #333;
    }

    .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__panel img {
      width: 112px;
      height: 112px;
    }

    .zyszxyy-site-hdr-center {
      display: none;
    }

    .zyszxyy-site-hdr-btn-icon {
      width: 24px;
      height: 24px;
    }

    .zyszxyy-site-hdr-btn-text {
      font-size: 12px;
    }
    
    /* 底部：Logo + 菜单按钮 */
    .zyszxyy-site-hdr-left {
      width: 100%;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #ffffff;
      flex: 1;
      order: 2; /* Logo 行在下 */
      height: 2.1rem;  
    }

    .zyszxyy-site-ftr-logo-img {
      width: 100%;
      height: auto;
    }    

    .zyszxyy-site-hdr-logo-wrap {
      width: 6rem;
      height: auto;
    }
    

  .zyszxyy-site-hdr-logo-wrap  a{flex:1;}  
    
    .zyszxyy-site-hdr-logo-icon {
      width: 100%;
      height: auto;
      padding: 10px 0 0 0;  
    }
    
    /* 汉堡菜单按钮 */
    .zyszxyy-site-hdr-mmenu-toggle {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
    }
    
    .zyszxyy-site-hdr-mmenu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #091B33;
      border-radius: 2px;
      margin: 3px 0;
    }
    
    /* 导航栏：手机端隐藏（按需求不展示） */
    .zyszxyy-site-hdr-navigation {
      display: none;
    }

    /* 如需在手机端展示导航并允许横向滚动，可改用下面的 zyszxyy-site-hdr-nav-container 样式 */
    .zyszxyy-site-hdr-nav-container {
      padding: 0 16px;
      gap: 16px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    
    .zyszxyy-site-hdr-nav-item {
      font-size: 14px;
      padding: 12px 0;
    }

    /* 页脚：移动端堆叠 */
    .zyszxyy-site-ftr-root--is-pc {
      display: none;
    }

    .zyszxyy-site-ftr-root--is-mobile {
      display: block;
    }
    .custom-pagination-dot {
        width: 6px;
        height: 6px;
    }
    .custom-pagination-item {
        width: 15px;
    }
    .custom-pagination {
        bottom: 10px;
    }
    .custom-pagination {
        right: 10px;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-main-inner {
      flex-direction: column;
      gap: 32px;
      padding: 27px 15px 40px;
    }
    .mobileShow {
        display: none;
    }

    .info-hub-accordion .info-hub-block__toggle {
        display: none !important;
    }

    .info-hub-accordion .info-hub-block__body {
        display: block !important;
    }

    .info-hub-accordion .info-hub-block {
        margin-bottom: 12px;
    }

    .info-hub-accordion .info-hub-block:last-child {
        margin-bottom: 0;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-brand {
      flex: none;
      width: 100%;
      align-items: flex-start;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-brand__logo-img {
      max-width: 240px;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-friend {
      max-width: 100%;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-divider {
      width: 100%;
      min-height: 1px;
      height: 1px;
      margin: 0;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-campus--is-hq {
      flex-direction: row;
      width: 100%;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-campus--is-branch {
      display: flex;
      /* flex-direction: column; */
      width: 100%;
      padding-left: 0;
      gap: 16px;
    }
    .zyszxyy-site-ftr-copyright {
        height: auto;
    }
    
    .zyszxyy-site-ftr-copyright p {
    height: auto;
  }
  

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-qr {
      width: 100%;
      padding-top: 8px;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-copyright {
      padding: .8rem .6rem;
    }

    .zyszxyy-site-ftr-root--is-mobile .zyszxyy-site-ftr-copyright__text {
      font-size: 14px;
      line-height: 1.7;
    }
  }

  /* 平板设备适配：900px及以下 */
  @media (max-width: 900px) {
    /* 就医指南：手机端（浅青纯色底 + 错落竖卡横滑，无区块背景图） */
    .service-navigation {
        position: relative;
        min-height: 0;
        height: auto;
        /* margin-bottom: 2.5rem; */
        padding: 32px 0 36px;
        background: linear-gradient(180deg, #eaf2f2 0%, #e4efef 100%);
        overflow: hidden;
    }

    .service-navigation::before {
        display: none;
    }

    .service-navigation__bg {
        display: none;
    }

    .service-cards {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0 auto;
        padding: 0 12px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .jyzn-guide {
        flex: none;
        width: 100%;
        max-width: none;
        margin-top: 0;
        padding: 0 4px;
    }

    .jyzn-guide__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .jyzn-guide__desc {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 24px;
    }

    .jyzn-guide__more {
        font-size: 15px;
    }

    .jyzn-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
    }

    .jyzn-card {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        max-width: none;
        height: 172px;
        min-height: 0;
        margin-top: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-shadow: 0 4px 12px rgba(15, 60, 70, 0.1);
        box-sizing: border-box;
    }

    .jyzn-card--c1,
    .jyzn-card--c3,
    .jyzn-card--c5 {
        margin-top: 0;
    }

    .jyzn-card--c2,
    .jyzn-card--c4 {
        margin-top: 22px;
    }

    .jyzn-card__inner {
        min-height: 0;
        height: 100%;
        padding: 25px 3px 8px;
        gap: 6px;
        box-sizing: border-box;
    }

    .jyzn-card__icon {
        flex-shrink: 0;
    }

    .jyzn-card__icon img {
        width: 40px;
        height: 40px;
    }

    .jyzn-card__content {
        flex: 1;
        min-height: 0;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        overflow: hidden;
    }

    .jyzn-card__desc {
        display: none;
    }

    .jyzn-card__title {
        font-size: 16px;
        letter-spacing: 0.08em;
        line-height: 1.4;
    }

    .news-center-container {
        width: 100%;
        max-width: 100%;
    }
    .news-cards-container {
        max-width: 100%;
    }
    .bg {
        background-size: cover;
        height: 12rem;
    }
    /* 新闻公告 */
    .news-notice-section {
        height: auto;
        background-size: 100% 100%;
        padding: 2rem 0 1rem 0;
        background: #fff;
    }

    /* 新闻·动态头部：手机端居中布局（仅新闻区，不影响 PC / 党建区） */
    .news-notice-section .news-center-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
        gap: 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .news-notice-section .news-center-header-left {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 24px;
    }

    .news-notice-section .news-center-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .news-notice-section .news-center-title .jyzn-guide__label {
        margin: 0 0 8px;
        font-size: 12px;
        letter-spacing: 0.14em;
        color: #aab8b8;
        text-align: center;
    }

    .news-notice-section .news-center-title .jyzn-guide__accent {
        width: 36px;
        height: 3px;
        margin: 0 auto 14px;
    }

    .news-notice-section .news-center-title .jyzn-guide__title {
        font-size: 32px;
        margin: 0;
        text-align: center;
        font-weight: 700;
        line-height: 1.2;
        color: #198c8f;
    }

    .news-notice-section .news-center-title .jyzn-guide__title span {
        color: #1a2b2b;
    }

    .news-notice-section .news-center-tabs {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .news-notice-section .news-tab {
        flex: 1 1 0;
        min-width: 0;
        height: 48px;
        border-radius: 8px;
        font-size: 15px;
    }

    .news-notice-section .news-tab__text {
        flex: 1;
        padding: 0 10px 0 14px;
        font-size: 15px;
        justify-content: center;
    }

    .news-notice-section .news-tab__arrow {
        width: 46px;
        padding: 0 8px 0 4px;
    }

    .news-notice-section .news-tab__arrow img {
        width: 18px;
        height: 18px;
        padding: 0;
        object-fit: contain;
    }

    .news-notice-section .news-tab--active {
        color: #fff;
        background: linear-gradient(
            90deg,
            #198c8f 0%,
            #198c8f calc(100% - 46px),
            #e8913a calc(100% - 46px),
            #e8913a 100%
        );
        box-shadow: 0 2px 10px rgba(25, 140, 143, 0.18);
    }

    .news-notice-section .news-tab--active .news-tab__text {
        color: #fff;
    }

    .news-notice-section .news-tab--active .news-tab__arrow {
        background: #e8913a;
        padding-right: 10px;
    }

    .news-notice-section .news-tab:not(.news-tab--active) {
        background: #e8f5f4;
        color: #198c8f;
    }

    .news-notice-section .news-tab:not(.news-tab--active)::after {
        display: block;
        width: 4px;
        flex-shrink: 0;
        align-self: stretch;
        background: #198c8f;
        border-radius: 0 8px 8px 0;
    }

    .news-notice-section .news-center-header .jyzn-guide__more {
        align-self: center;
        margin-top: 22px;
        margin-left: 0;
        justify-content: center;
    }

    .news-notice-section .news-center-header .jyzn-guide__more-text {
        font-size: 15px;
        color: #1f2733;
    }

    .news-notice-section .news-center-header .jyzn-guide__more-circle {
        width: 36px;
        height: 36px;
        border: 1px dashed rgba(26, 140, 140, 0.65);
    }

    .news-notice-section .news-center-header .jyzn-guide__more-circle img {
        width: 18px !important;
        height: 18px !important;
    }
    .news-main-column {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .news-list-column {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .news-notice-section .news-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .news-notice-section .news-card {
        min-height: 180px;
        padding: 18px 10px 10px;
    }
    .news-notice-section .news-card-footer .news-list-date {
        gap: 5px;
    }
    .news-notice-section .news-card-arrow img {
        width: 30px;
        height: 30px;
    }

    .news-notice-section .news-card-title {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 14px;
        padding-bottom: 0;
        line-height: 1.5;
        flex: none;
        min-height: 0;
        max-height: 4.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .news-notice-section .news-card-top-bar {
        width: 28px;
    }
    .more-circle-btn-img {
        height: 3rem;
    }
    /* 新闻中心 */
    .news-center-content {
        display: flex;
        flex-direction: column;
    }
    .news-main-column {
        width: 100%;
        height: 26rem;
    }
    .news-carousel-swiper .swiper-slide img {
        width: 100%;
        height: 6.5rem;
    }
    .news-featured-footer {
        width: 92%;
        left: 0;
        margin: 0 auto;
    }
    .news-carousel-pagination {
        padding-right: 22px;
        margin-bottom: 26px;
        left: 24%;
        right: 0px;
    }
    .news-carousel-pagination .swiper-pagination-bullet {
        line-height: 54px;
    }
      
    .news-list-title {
        font-size: 14px;
        margin-top: 0px;
        font-weight: 400;
        color: #091b33;
        line-height: 1.2;
        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-column {
        max-width: 100%;
        /* padding: 0 10px; */
        box-sizing: border-box;
        margin-top: 2.3rem;
    }
    .research-title img {
        width: 9rem;
        height: auto;
    }
    .news-date-day {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }
    .news-list-image {
        width: 4rem;
        height: 3.2rem;
    }
    .news-list-date-span {
        font-size: 24px;
    }
    .news-list-arrow img {
        height: 30px;
    }
    .news-list-arrow {
        margin-top: 0.2rem;
    }  
    .news-cards-container {
        width: 100%;
        gap: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news-card {
        width: 100%;
        flex: initial;
    }
    .news-card:nth-child(2) {
        /* margin-top: 1rem; */
    }
    .news-card:nth-child(3) {
        margin-top: 1rem;
    }
    .news-card:nth-child(4) {
        margin-top: 1rem;
    }

    .hospital-formula-section .news-cards-section {
        padding-bottom: 1rem;
    }

    .news-cards-section {
        margin-top: 1rem;
        padding-bottom: 0px;
    }
    .news-card-line {
        margin-bottom: 32px;
    }
    .news-card-arrow img {
        width: 29px;
    }
    .news-list-date {
        font-size: 14px;
        margin-bottom: 0px;
    }
    /* 医院公式区域：手机端使用 mobile 版本，隐藏 pc 版本 */
    .hospital-formula-section-pc {
        display: none;
    }
    .hospital-formula-section-mobile {
        display: block;
        width: 100%;
    }
    .info-hub-section {
        width: 100%;
        max-width: 100%;
        padding: 20px 0 56px;   
        overflow-x: hidden;
        box-sizing: border-box;
        background: #e8f3f4;
    }
    .info-hub__inner {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding: 0 16px;
        gap: 32px;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .info-hub__party,
    .info-hub__side {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    /* 党建·引领头部：手机端左右横排（仅党建区，不影响 PC / 新闻区） */
    .info-hub__party {
        width: 100%;
        max-width: 100%;
        /* background: #f5f9fa; */
        border-radius: 8px;
        padding-bottom: 4px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .info-hub__party .news-center-header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        gap: 12px;
        margin-bottom: 16px;
        padding: 16px 0 0;
        background: transparent;
        box-sizing: border-box;
    }

    .info-hub__party .news-center-header-left {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .info-hub__party .news-center-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .info-hub__party .news-center-title .jyzn-guide__label {
        margin: 0 0 6px;
        font-size: 11px;
        letter-spacing: 0.12em;
        color: #aab8b8;
        text-align: left;
    }

    .info-hub__party .news-center-title .jyzn-guide__accent {
        width: 32px;
        height: 3px;
        margin: 0 0 10px;
    }

    .info-hub__party .news-center-title .jyzn-guide__title {
        font-size: 28px;
        margin: 0;
        line-height: 1.15;
        font-weight: 700;
        color: #198c8f;
        text-align: left;
    }

    .info-hub__party .news-center-title .jyzn-guide__title span {
        color: #1a2b2b;
    }

    .info-hub__party .news-center-header .jyzn-guide__more {
        flex-shrink: 0;
        margin-top: 0;
        align-self: flex-end;
        gap: 10px;
    }

    .info-hub__party .news-center-header .jyzn-guide__more-text {
        font-size: 14px;
        color: #1f2733;
        white-space: nowrap;
    }

    .info-hub__party .news-center-header .jyzn-guide__more-circle {
        width: 36px;
        height: 36px;
        border: 1px dashed rgba(26, 140, 140, 0.65);
        flex-shrink: 0;
    }

    .info-hub__party .news-center-header .jyzn-guide__more-circle img {
        width: 18px !important;
        height: 18px !important;
    }
    /* 党建头条卡片：上图下文 + 浅青底 */
    .info-hub__party .party-featured {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        margin-bottom: 0;
        background: #cde7e8;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: none;
        box-sizing: border-box;
    }

    .info-hub__party .party-featured__media {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        line-height: 0;
    }

    .info-hub__party .party-featured__media img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        min-height: 0;
        object-fit: cover;
        display: block;
        vertical-align: top;
    }

    .info-hub__party .party-featured__body {
        padding: 14px 16px 18px;
        gap: 10px;
    }

    .info-hub__party .party-featured__date {
        margin-top: 0;
        font-size: 14px;
        font-weight: 700;
        color: #198c8f;
    }

    .info-hub__party .party-featured__title {
        font-size: 16px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .info-hub__party .party-featured__desc {
        font-size: 13px;
        line-height: 1.65;
        color: #666;
        flex: none;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    /* 党建列表：日期 + 竖线 + 单行标题 */
    .info-hub__party .party-list {
        margin: 12px 0 0;
        padding: 0;
        /* background: #fff; */
        border-radius: 8px;
    }

    .info-hub__party .party-list__item {
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px dashed #c5d9d7;
    }

    .info-hub__party .party-list li:last-child .party-list__item {
        border-bottom: none;
        padding-bottom: 16px;
    }

    .info-hub__party .party-list__date {
        min-width: 56px;
        padding-right: 14px;
    }

    .info-hub__party .party-list__day {
        font-size: 36px;
        font-weight: 500;
        color: #198c8f;
        line-height: 1;
    }

    .info-hub__party .party-list__ym {
        font-size: 12px;
        margin-top: 6px;
        color: #198c8f;
    }

    .info-hub__party .party-list__line {
        align-self: center;
        min-height: 44px;
        height: auto;
        margin-right: 14px;
        border-left: 1px solid #c5d9d7;
    }

    .info-hub__party .party-list__title {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 1.5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .info-hub__party .party-list__expanded {
        display: none !important;
    }

    .info-hub__party .party-list__compact {
        display: flex !important;
    }

    .info-hub__party .party-featured.is-suppressed {
        display: flex !important;
    }

    .info-hub__party .party-list__item.is-active {
        padding: 16px 0;
        background: transparent;
    }
    .health-card__head {
        padding: 18px 16px 44px;
        min-height: 96px;
        background-size: auto 88%;
    }
    .health-card__title-wrap {
        max-width: 62%;
    }
    .health-card__title {
        font-size: 28px;
    }
    .health-card__panel {
        /* margin: -28px 12px 12px; */
        padding: 18px 16px;
    }
    .health-item {
        padding: 14px 0;
    }
    .health-item--featured .health-item__title {
        font-weight: 500;
        font-size: 16px;
    }
    .health-item__title {
        font-weight: 500;
        font-size: 15px;
    }
    .health-item__date {
        font-weight: 500;
    }
    /* 护理·风采横幅：手机端（NURSING GARDEN + 标题叠在背景图上） */
    .nursing-banner {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 140px;
        padding: 18px 16px;
        /* margin-top: 12px; */
        border-radius: 12px;
        box-sizing: border-box;
        overflow: hidden;
        background: url('../image/pcImg/djyl/hlfc.png') center / cover no-repeat;
    }

    .nursing-banner__add {
        display: none;
    }

    .nursing-banner__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nursing-banner__en {
        display: block;
        margin: 0 0 6px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #7eb8b8;
        font-family: Arial, "Microsoft YaHei", sans-serif;
    }

    .nursing-banner__accent {
        display: block;
        width: 32px;
        height: 3px;
        background: #198c8f;
        border-radius: 2px;
        margin-bottom: 10px;
    }

    .nursing-banner__title {
        display: block;
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.15;
        color: #198c8f;
        font-family: Source Han Serif SC, "Microsoft YaHei", serif;
    }

    .nursing-banner__title::before {
        display: none;
    }

    .nursing-banner__title span {
        color: #1a2b2b;
    }
    .department-section {
        width: 100%;
        height: 72rem;
        background: url(../image/phone/phoneBg.png) center no-repeat;
        background-size: 100% 100%;
    }
    .department-container {
        display: flex;
        flex-wrap: wrap;
    }
    .circle-wrap {
        zoom: 0.45;
        margin: 0 auto;
        margin-top: 110px;
    }
    .right-department {
        max-width: 100%;
        padding-left: 0px;
    }
    .department-header {
        padding-top: 0px;
        position: static;
        padding: 0 10px;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .department-list-wrapper {
        margin-top: 0px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .department-item-name  {
        font-size: 14px;
    }

    .xdtLine  {
        width: 50%;
        left: 55vw;
        position: absolute;
    }
    .department-title {
        font-size: 25px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .department-title-icon {
        width: 50px;
        height: 50px;
    }
    .department-description-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* 旧 */
    .news-notice-section .news-notice-container {
        min-width: 100%;
    }
    .section-header {
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* 轮播 + 搜索：手机端搜索条在轮播下方正常文档流排列 */
    .hospital-photo {
        height: auto;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .hospital-photo .banner-swiper {
        height: 4rem;
        width: 100%;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        margin-top: 0.35rem;
    }
     .hospital-photo-search__field {
          display: flex;
          align-items: center;
          line-height: 42px;
      }
    .hospital-photo-search__dropdown {
    	display: flex;
        height: 42px;
        line-height: 42px;
    }

    .hospital-photo-search {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        z-index: auto;
        margin: 0;
        padding: 12px;
        box-sizing: border-box;
    }

    .hospital-photo-search__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 14px 14px;
        height: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .hospital-photo-search__field {
        width: 100%;
        height: 44px;
    }

    .hospital-photo-search__submit {
        width: 100%;
        height: 44px;
    }
    .service-card {
        width: 90px;
    }
    .service-card--bg2 {
        background-size: cover;
        width: 60px;
    }
    .service-card {
        height: 206px;
        min-height: 206px;
    }
    .service-card__icon {
        width: 40px;
        height: 40px;
    }
    .service-card__text {
        font-size: 24px;
    }
    /* .service-navigation {
        height: 745px;
    } */
    .news-notice-container {
        display: block;
        width: 100%;
    }
    .news-content {
        padding: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    .news-left {
        width: 100%;
    }
    .news-featured-image-img {
        height: 375px;
    }
    .line {
        height: 0px;
    }
    .notice-item:last-child {
        border: none;
    }
    .nurse-party-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-notice-container {
        padding-top: 122px;
    }
    .news-featured-image {
        display: block;
    }
    .news-list {
        padding-left: 0px;
        margin-top: 10px;
    }
    .news-item {
        height: 105px;
    }
    .news-featured {
        margin-bottom: 0px;
    }
    .notice-section {
        margin-top: -20px;
    }
    .notice-content {
        padding: 30px;
    }
    .nurse-center-side {
        width: 120px;
    }
    .nurse-center-main {
        padding: 0px 10px;
    }
    .nurse-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 98px;
        padding: 5px 0px;
        box-sizing: border-box;
    }
    .nurse-item-title {
        font-size: 15px;
    }
    .nurse-party-section {
        margin-top: 40px;
        height: auto;
    }
    .nurse-center {
        height: 449px;
    }
    .nurse-center-side {
        height: 449px;
    }
    .nurse-center {
        box-shadow: 0px 0px 20px 0px rgba(36, 126, 179, 0.2);
    }
    .section-animate.is-visible {
        padding-bottom: 55px;
        padding-bottom: 0px;
    }
    .nurse-party-container-mobile {
        height: 290px;
        display: flex;
        justify-content: space-between;
    }
    .party-card, .recruit-card {
        width: 49%;
        height: 285px;
    }
    .party-card-title img {
        width: 84px;
    }
    .recruit-card-title img {
        width: 84px;
    }
    .party-card-btn {
        width: 128px;
        font-size: 14px;
        /* padding: 5px 10px; */
        box-sizing: border-box;
    }
    /* 院区·分布：手机端（白底圆角卡片 + 居中标题 + 双列信息 + 底部插图） */
    .campus-layout-section {
        width: 100%;
        max-width: 100%;
        padding: 40px 0 48px;
        background: #eef3f5;
        background-image: none;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .campus-layout-inner {
        width: 100%;
        max-width: 100%;
        padding: 40px 16px;
        background: #fff;
        box-sizing: border-box;
    }

    .campus-layout-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 60px 18px 60px;
        border-radius: 200px;
        background: #fff;
        box-shadow: 0 8px 28px rgba(25, 140, 143, 0.1);
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px rgba(36,142,145,0.2);
    }

    .campus-layout-aside {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        gap: 0;
        text-align: center;
    }

    .campus-layout__label {
        writing-mode: horizontal-tb;
        transform: none;
        margin: 0 0 8px;
        font-size: 11px;
        letter-spacing: 0.14em;
        color: #aab8b8;
        text-align: center;
    }

    .campus-layout-aside__title {
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .campus-layout__accent {
        width: 36px;
        height: 3px;
        margin: 0 auto 12px;
    }

    .campus-layout__title {
        writing-mode: horizontal-tb;
        transform: none;
        margin: 0;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
        color: #198c8f;
    }

    .campus-layout__title span {
        color: #1a2b2b;
    }

    .campus-layout-main {
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .campus-tabs {
        width: 100%;
        display: flex;
        gap: 10px;
        margin-bottom: 18px;
    }

    .campus-tabs > div {
        flex: 1;
        width: auto;
        min-width: 0;
    }

    .campus-tab {
        width: 100%;
        min-width: 0;
        height: 48px;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 8px;
        border: 1px solid rgba(25, 140, 143, 0.45);
        background: #fff;
        box-shadow: none;
        gap: 6px;
    }

    .campus-tab img {
        width: 20px;
        height: 20px;
    }

    .campus-tab.is-active {
        background: linear-gradient(90deg, #E0FEFF, #FFFFFF);
        border-color: #b0ddde;
        box-shadow: none;
    }

    .campus-panels {
        min-height: 0;
        width: 100%;
    }

    .campus-info {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px 10px;
        width: 100%;
    }

    .campus-info__col {
        flex: 1;
        min-width: 0;
        gap: 12px;
    }

    .campus-info__item {
        display: flex;
        flex-direction: column;
        line-height: 1.55;
    }

    .campus-info__item dt {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        white-space: normal;
    }

    .campus-info__item dd {
        display: inline;
        margin: 0;
        font-size: 12px;
        color: #666;
        line-height: 1.55;
        word-break: break-word;
    }

    .campus-layout-visual {
        order: unset;
        width: 100%;
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .campus-layout-visual__ring {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .campus-layout-visual__ring img {
        width: min(240px, 72vw);
        height: min(240px, 72vw);
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 0 34px 16px #e5f0f0;
        display: block;
    }

    /* 手机端全屏菜单 */
    .zyszxyy-site-hdr-mmenu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 10000;
        overflow: hidden;
    }

    .zyszxyy-site-hdr-mmenu-overlay.zyszxyy-site-hdr-mmenu-overlay--is-active {
        display: block;
    }

    .zyszxyy-site-hdr-mmenu-container {
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        height: 100vh;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-top: 6px solid #1a8c8c;
    }

    /* 顶部快捷入口 */
    .zyszxyy-site-hdr-mmenu-header-btns {
        width: 100%;
        min-height: 52px;
        padding: 10px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        flex-shrink: 0;
    }

    .zyszxyy-site-hdr-mmenu-pill-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        height: 40px;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid #e8e8e8;
        background: #fff;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        flex-shrink: 0;
    }

    .zyszxyy-site-hdr-mmenu-pill-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* Logo 与关闭 */
    .zyszxyy-site-hdr-mmenu-logo-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        gap: 12px;
        border-bottom: 1px solid #f0f0f0;
        background: #ffffff;
        flex-shrink: 0;
    }

    .zyszxyy-site-hdr-mmenu-brand {
        flex: 1;
        min-width: 0;
        text-decoration: none;
    }

    .zyszxyy-site-hdr-mmenu-brand__logo {
        display: block;
        width: 6rem;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: left center;
    }

    .zyszxyy-site-hdr-mmenu-close {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        padding: 0;
        border: none;
        border-radius: 4px;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zyszxyy-site-hdr-mmenu-close__icon {
        position: relative;
        width: 32px;
        height: 32px;
    }

    .zyszxyy-site-hdr-mmenu-close__icon::before,
    .zyszxyy-site-hdr-mmenu-close__icon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 25px;
        height: 2px;
        background: #333;
        border-radius: 1px;
    }

    .zyszxyy-site-hdr-mmenu-close__icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .zyszxyy-site-hdr-mmenu-close__icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /* 可滚动内容区域 */
    .zyszxyy-site-hdr-mmenu-scrollable {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 搜索框 */
    .zyszxyy-site-hdr-mmenu-search-box {
        padding: 14px 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .zyszxyy-site-ftr-logo-block {
        width: 100%;
    }

    .zyszxyy-site-hdr-mmenu-search-input {
        flex: 1;
        width: 100%;
        height: 44px;
        padding: 0 52px 0 16px;
        border: 1px solid #d8d8d8;
        border-radius: 999px;
        font-size: 14px;
        color: #333;
        box-sizing: border-box;
        outline: none;
        background: #fff;
    }

    .zyszxyy-site-hdr-mmenu-search-input::placeholder {
        color: #999;
    }

    .zyszxyy-site-hdr-mmenu-search-input:focus {
        outline: none;
        border-color: #1a8c8c;
        box-shadow: 0 0 0 2px rgba(26, 140, 140, 0.12);
    }

    .zyszxyy-site-hdr-mmenu-search-submit {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        padding: 0;
        border: none;
        border-radius: 4px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .zyszxyy-site-hdr-mmenu-search-submit img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    /* 导航菜单列表 */
    .zyszxyy-site-hdr-mmenu-nav-list {
        padding: 0;
    }

    .zyszxyy-site-hdr-mmenu-nav-item {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        background: #ffffff;
        box-sizing: border-box;
    }

    .zyszxyy-site-hdr-mmenu-nav-item:active {
        background: #f7f7f7;
    }

    .zyszxyy-site-hdr-mmenu-nav-item--has-dropdown {
        padding: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .zyszxyy-site-hdr-mmenu-nav-item-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px;
        border: none;
        background: transparent;
        cursor: pointer;
        text-align: left;
        font-size: 16px;
        color: #333;
        box-sizing: border-box;
    }

    .zyszxyy-site-hdr-mmenu-nav-item-header > span:first-child {
        font-size: 16px;
        color: #333;
    }

    .zyszxyy-site-hdr-mmenu-nav-toggle {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1a8c8c;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
    }

    .zyszxyy-site-hdr-mmenu-nav-toggle::before {
        content: "+";
    }

    .zyszxyy-site-hdr-mmenu-nav-item--is-expanded .zyszxyy-site-hdr-mmenu-nav-toggle::before {
        content: "−";
    }

    .zyszxyy-site-hdr-mmenu-nav-dropdown {
        display: none;
        background: #1a8c8c;
    }

    .zyszxyy-site-hdr-mmenu-nav-item--is-expanded .zyszxyy-site-hdr-mmenu-nav-dropdown {
        display: block;
    }

    .zyszxyy-site-hdr-mmenu-nav-dropdown-item {
        display: block;
        padding: 14px 16px;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        box-sizing: border-box;
    }

    .zyszxyy-site-hdr-mmenu-nav-dropdown-item:last-child {
        border-bottom: none;
    }

    .zyszxyy-site-hdr-mmenu-nav-dropdown-item:active {
        background: rgba(0, 0, 0, 0.08);
    }
  }