/* middleScreen.css - 适配1200px及以下屏幕 */
@media (max-width: 1500px) {
    /* 新 */
    .header-container,.nav-container,.service-cards,.footer-bottom-inner,.footer-main {
        max-width: 1200px;
    }
    .nav-container {
        gap: 0;
    }
    .nav-item {
        font-size: 18px;
    }
    /* 顶部 banner 在中等屏幕下固定高度，避免图片纵向被拉伸变形 */
    .hospital-photo {
        height: 64vh;
    }
    .inquiry-item {
        width: 222px;
        height: 100px;
    }
    .inquiry-text {
        font-size: 18px;
        justify-content: flex-start;
    }
    .service-navigation {
        height: 800px;
    }
    .menu-item {
        height: 211px;
    }
    .menu-icon {
        width: 74px;
        height: 75px;
    }
    .menu-title {
        font-size: 22px;
        font-weight: 400;
    }
    .new-notice-title .news-center-header {
        width: 1200px;
    }
    .more-text {
        font-size: 16px;
    }
    .news-center-title-main {
        height: 85px;
    }
    .news-center-container {
        width: 1200px;
    }
    .news-carousel-swiper .swiper-slide img {
        width: 640px;
        height: 433px;
    }
    .news-featured-footer {
        width: 560px;
        height: 111px;
    }
    .news-carousel-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 50px;
    }
    .news-main-column {
        width: 640px;
    }
    .news-entry-title {
        font-size: 18px;
    }
    .news-list-image {
        width: 206px;
        height: 138px;
    }
    .news-list-date-span {
        font-size: 28px;
        font-family: PingFans SC;
    }
    .news-list-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .news-list-arrow {
        margin-top: 18px;
    }
    .news-cards-container {
        width: 1200px;
    }
    .news-card-title {
        font-size: 16px;
    }
    .department-container {
        max-width: 1200px;
    }
    /* 医技科室 */
    .circle-wrap {
        zoom: 0.8;
    }
    .department-section {
        height: 820px;
    }
    .xdtLine {
        width: 370px;
    }
    .department-title {
        font-family: Source Han Serif SC
    }
    .department-title-icon {
        width: 60px;
        height: 60px;
    }
    .department-list-item {
        padding: 12px 0px;
        padding-left: 16px;
    }
    .department-active-icon {
        margin-right: 15px;
    }
    .department-desc-title {
        font-size: 16px;
    }
    /* 专家团队 */
    .expert-banner {
        width: 1200px;
    }
    .expert-card1 {
        width: 208px;
        height: 380px;
    }
    .expert-card img {
        height: 232px;
        margin-bottom: 15px;
    }
    .expert-name {
        font-size: 22px;
        margin-bottom: 0px;
        color: #091B33;
    }
    .expert-dept {
        font-size: 16px;
        margin-top: 6px;
    }
    .expert-desc {
        font-size: 14px;
        margin-top: 10px;
        color: #091B33;
    }
    .expert-card1.active {
        width: 616px;
        height: 400px;
    }
    .activeCard .zjtdBg {
        width: 268px;
        height: 370px;
    }
    #zjtdNext {
        right: 0;
    }
    #zjtdPrev {
        right: 80px;
    }
    .active .expert-dept {
        margin-left: 0px;
    }
    .activeCard .activeInfo {
        padding: 30px 23px;
    }
    .expert-name .expert-dept {
        margin-left: 10px;
    }
    .activeCard .expert-desc {
        font-size: 14px;
    }
    .activeBtn .lookDetails {
        height: 12px;
        margin-bottom: 0px;
    }
    /* 科研教学  护理风采 */
    .research-nursing-container {
        width: 1200px;
    }
    .research-year {
        color: #8D2595;
        font-family: PingFang SC;
    }
    .research-day {
        font-family: PingFang SC;
        font-size: 28px;
        font-weight: 800;
    }
    .research-date {
        justify-content: flex-start;
    }
    .research-title-link {
        font-size: 16px;
    }
    .nursing-main-card {
        width: 555px;
        height: 209px;
    }
    .nursing-main-thumb {
        width: 272px;
        height: 181px;
    }
    .nursing-main-card:nth-child(2) {
        top: -120px;
    }
    .nursing-main-card:nth-child(3) {
        top: -237px;
    }
    .nursing-main-card:nth-child(4) {
        top: -379px;
    }

    .nursing-main-card:nth-child(5) {
        top: -515px;
    }
    .nursing-main-title {
        margin-bottom: 19px;
        margin-top: 5px;
    }
    .nursing-main-desc {
        margin-bottom: 0px;
    }
    .nursing-main-meta {
        margin-top: 20px;
    }
    /* 健康科普 */
    #prevBtn {
        left: 185px;
    }
    .next-btn {
        right: 185px;
    }
    /* 院区布局 */
    .campus-layout-inner {
        width: 1200px;
    }
    .campus-card-image img {
        height: 252px;
    }
    .campus-card-name {
        font-size: 20px;
    }
    .campus-card-row span {
        font-size: 16px;
    }
    .campus-card-link {
        font-size: 16px;
    }
    .quick-access-bg {
        height: 526px;
    }
    .quick-access-title {
        padding-top: 75px;
        margin-bottom: 24px;
    }
    .quick-access-icon {
        width: 200px;
        height: 200px;
    }
    .quick-access-list {
        margin-top: 60px;
        width: 1200px;
    }
    .more-btn1 {
        margin-top: 0px;
    }
}