/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/parts-cn-mob.css");
@import url("/static/public/invitation-cn-mob.css");

@media only screen and (max-width: 840px) {

    /* == 电商选品 ===================== */
    .my-eCommerce > div, .my-eCommerce > div:nth-child(2), .my-eCommerce > div:nth-child(3), .my-eCommerce > div:last-child {
        width: 49%;
        float: left;
        margin-right: 1%;
        margin-bottom: 8px;
    }
        .my-eCommerce > div:nth-child(2n) {
            float:right;
        }
    /* ================================= */


    /* == 专业论坛（ItemList） ========= */
    .my-Events li {
        width: 49%;
        float: left;
    }
    .my-Events li:nth-child(2n) {
        float: right;
    }
    /* ================================= */


    /* == 会议议程 ==================== */
    .my-Agenda th {
        width:auto;
        padding:5px 3px;
    }
    /* ================================= */



}