/* 导入样式表 */
@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: 25px;
}

.my-TitleInfo ul{
    width:50%;
}

/* 展会概述 */
.box-expoDesc div {
    margin-top: -295px
}

    .box-expoDesc div ul li b {
        font-weight: bold;
    }

/* Vip采购团 */
.my-VipGroupBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}
    .my-VipGroupBuyers ul {
        width: 28%; /*第2列*/
    }
    .my-VipGroupBuyers ul:first-child {
        width: 37%;
    }
    .my-VipGroupBuyers ul:last-child {
        width: 35%;
    }


/* 媒体传播 */
.box-Publicity {
    background-color: #C14D50;
}


/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #CB474F;
    --myConferencesColor20: #475643;
    --myConferencesColor30: #1A6181;
    --myConferencesColor40: #AD6D03;
}
/* =================================== */
