/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

:root {
    /*--HnnColor: #016934; 
    --HbgColor: #E7F1EC;
    --WbgColor: #51886C; 
    --ItmColor: #4183C4;*/ 
}

.my-TitleInfo ul {
    margin: 5px auto;
    width: 50%;
}

/* 展会概述 */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(41,142,137,0.8), rgba(48,163,157,0.8));
    margin-top: -295px
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }
.box-expoDesc p {
    text-indent:30px;
    margin:10px auto;
}

.my-VipBuyers ul {
    width: 37%; /*第2列*/
}
    .my-VipBuyers ul:first-child {
        width: 38%; 
    }
    .my-VipBuyers ul:last-child {
        width: 25%;
    }

.box-Publicity {
    background-color: #4FC2B5;
}

/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #A1220F;
    --myConferencesColor20: #1A6181;
    --myConferencesColor30: #A07C66;
    --myConferencesColor40: #354873;
    --myConferencesColor50: #BC2A05;
    --myConferencesColor60: #AD6D03;
    --myConferencesColor70: #475643;
}

.box-Conferences p {
    padding: 0 15px;
}

.box-Conferences > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    background-color: #f8f8f8;
}

    .box-Conferences > div:last-child {
        margin-bottom: 5px;
    }

/* 系列h标签 */
.box-Conferences h3 {
    margin: 0 auto;
    padding-right: 15px;
    line-height: normal;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 43px;
        color: #fff;
        line-height: normal;
        padding: 1px 25px;
    }

.box-Conferences > div:nth-child(1) h3 {
    color: var(--myConferencesColor10);
}

    .box-Conferences > div:nth-child(1) h3 b {
        background-color: var(--myConferencesColor10);
    }

.box-Conferences > div:nth-child(2) h3 {
    color: var(--myConferencesColor20);
}

    .box-Conferences > div:nth-child(2) h3 b {
        background-color: var(--myConferencesColor20);
    }

.box-Conferences > div:nth-child(3) h3 {
    color: var(--myConferencesColor30);
}

    .box-Conferences > div:nth-child(3) h3 b {
        background-color: var(--myConferencesColor30);
    }

.box-Conferences > div:nth-child(4) h3 {
    color: var(--myConferencesColor40);
}

    .box-Conferences > div:nth-child(4) h3 b {
        background-color: var(--myConferencesColor40);
    }

.box-Conferences > div:nth-child(5) h3 {
    color: var(--myConferencesColor50);
}

    .box-Conferences > div:nth-child(5) h3 b {
        background-color: var(--myConferencesColor50);
    }

.box-Conferences > div:nth-child(6) h3 {
    color: var(--myConferencesColor60);
}

    .box-Conferences > div:nth-child(6) h3 b {
        background-color: var(--myConferencesColor60);
    }

.box-Conferences > div:nth-child(7) h3 {
    color: var(--myConferencesColor70);
}

    .box-Conferences > div:nth-child(7) h3 b {
        background-color: var(--myConferencesColor70);
    }
/* =================================== */