/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");

@media only screen and (max-width: 840px) {
    .menu-main {
        display:none;
    }

    .box-main-bg {
        padding-top: 20px;
    }

    h1 {
        font-size: 23px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
    }

    /* === 行业资讯文件列表 ============== */
   .ul-fileList li {
        margin-left: 0;
        list-style: none;
        white-space: nowrap; /*超宽度不换行*/
        overflow: hidden;
        text-overflow: ellipsis; /* 超长部分用“...”替代*/
    }
}