﻿/* middleScreen.css - 适配1200px及以下屏幕 */
@media (max-width: 1500px) {
    .header-container,.nav-container,.site-header,.service-cards,.about-us-inner,.site-footer-inner {
        max-width: 1200px;
    } 
    
    .service-card {
        width: 160px;
        height: 362px;
    }
    
    

    .service-cards {
        min-width: 1200px;
    }

    .news-notice-section .news-notice-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .news-notice-section .news-notice-container {
        min-width: 1100px;
    }

    .service-navigation {
        padding-top: 134px;
    }

    .service-navigation__bg {
        top: -72px;
    }

    .service-navigation {
        height: 932px;
    }

    .news-left .news-featured-image-img {
        width: 455px;
        height: 288px;
    }

    .notice-section .section-header {
        padding-left: 0px;
    }

    .section-title-wrapper {
        width: 177px;
    }

    .news-notice-container .section-icon-img {
        width: 203px;
        height: 70px;
    }

    .section-icon {
        justify-content: flex-start;
    }

    .section-header {
        padding: 0;
    }

    .section-animate.is-visible {
        margin-bottom: 0;
    }

    .more-btn {
        font-size: 16px;
    }

    .more-btn img {
        width: 44px;
        height: 44px;
    }

    .news-item-title {
        font-size: 16px;
    }

    .notice-item-title {
        font-size: 16px;
    }

    .news-featured-title {
        font-size: 20px;
    }

    .news-featured-content {
        font-size: 14px;
    }

    .news-featured-date {
        font-size: 16px;
    }

    .stats-value {
        font-size: 34px;
    }

    .research-card-title {
        font-size: 40px;
    }
}

/* 首页-导航菜单 */
  
