/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #016934; /* H3、H4标签字体颜色 */
    --HbgColor: #E7F1EC; /* H3、H4的span背景颜色 */
    --WbgColor: #51886C; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}

.my-TitleInfo ul {
    margin: 5px auto;
    width: 50%;
}

/* 展会概述 */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(1,105,52,0.8), rgba(51,136,119,0.8));
    margin-top: -295px
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }

.my-VipBuyers ul {
    width: 37%;/*第2列*/
}
    .my-VipBuyers ul:first-child {
        width: 38%; 
    }
    .my-VipBuyers ul:last-child {
        width: 25%;
    }

.box-Publicity {
    background-color: #01913A;
}



