/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

.box-main > h2:first-child {
    font-size:24px;
}

.my-TitleInfo ul{
    margin:15px auto 5px auto;
    width:50%;
}
/* 展会概述 */
.box-expoDesc div {
    margin-top: -307px
}

    .box-expoDesc div ul li b {
        font-weight: bold;
    }

.my-VipGroupBuyers {
    padding:15px;
    background-color:#f8f8f8;
}
    .my-VipGroupBuyers ul {
        width: 32%; /*第2列*/
    }
    .my-VipGroupBuyers ul:first-child {
        width: 38%;
    }
    .my-VipGroupBuyers ul:last-child {
        width: 30%;
    }


.box-Publicity {
    background-color: #8FC31F;
}


/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #CB474F;
    --myConferencesColor20: #475643;
    --myConferencesColor30: #1A6181;
    --myConferencesColor40: #AD6D03;
}
/* =================================== */




