/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/parts-cn-mob.css");

@media only screen and (max-width: 840px) {
    body {
        background: none;
    }

    .box-main h2 {
        margin: 20px auto 15px auto;
    }

        .box-main h2 span {
            padding: 0;
            background: none;
        }

    .menu-main, .box-expo-title img {
        display: none;
    }

    .box-expo-title {
        margin: 0 auto 15px auto;
        width: 100%;
    }

        .box-expo-title h1 {
            margin: 0 auto;
            padding: 0;
            font-size: 30px;
            letter-spacing: 1px;
            text-align: center;
        }

        .box-expo-title h2 {
            margin: 0 auto;
            padding: 0;
            font-size: 14px;
            text-align: center;
        }

        .box-expo-title h3 {
            margin: 0 auto;
            padding: 0;
            font-size: 20px;
            font-weight: normal;
            letter-spacing: 1px;
            text-align: center;
        }

    .box-expo-about > div:first-child {
        padding:10px 0;
        border-radius: 15px;
        margin-bottom:10px;
    }

        .box-expo-about > div:first-child p:first-child, .box-expo-about > div:first-child p:first-child b {
            font-size: 28px;
            line-height: 30px;
            letter-spacing: 0;
        }

        .box-expo-about > div:first-child p:last-child {
            font-size: 16px;
            font-weight:normal;
            line-height: 20px;
        }

    .box-expo-about > div:last-child {
        padding: 15px 20px 10px 20px;
        border-radius: 9px;
    }

    .tb-CoreValue tr td:first-child h3 {
        text-align: left;
    }

    .my-ExpoProfile li:nth-child(2n+1) {
        width: 49%;
        float: left;
    }

    .my-ExpoProfile li:nth-child(2n) {
        width: 49%;
        float: right;
    }


    /* --------------------------------------------------------- */
    /*  以下内容取自：./public/Home.css */
    /* --------------------------------------------------------- */

    /* ====== 主/承办单位 ====== */
    .ul-Organisers {
        width: 100%;
        height: auto;
    }

        .ul-Organisers li {
            float: none;
        }
    /* ======================== */

}