/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
    /* 2. 隐藏 m-suspen (share页面) */
    .m-suspen {
        display: none !important;
    }

    .home-hero {
        height: 100vh !important;
    }

    .newlist #menu16 ul li {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 0px 3px;
    }

    /* ztzl 轮播图 - 手机端显示一张,保持轮播功能 */
    .picMarquee-left .bd ul li {
        width: 100%;
    }

    .picMarquee-left .bd img {
        height: 130px;
    } 
}


