/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/report-en.css");
@import url("/static/public/parts-en.css");

:root {
    --HnnColor: #016934; /* H3、H4标签字体颜色 */
    --HbgColor: #E7F1EC; /* H3、H4的span背景颜色 */
    --WbgColor: #51886C; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D; 左右子菜单项背景色，原始定义在：style-cn.css */
}

/* 组织单位：对/static/public/style.css的.box-max4son 类再定义 */
.my-Organization-1 ul {
    width: 50%;
}
.my-Organization-2 ul:first-child {
    width: 65%;
}
.my-Organization-2 ul:last-child {
    width: 35%;
}
.my-Organization-1 li, .my-Organization-2 li {
    list-style-image:url(/static/public/images/start.png);
}


/* 展会概述 */
.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;
    }

 /* Vip采购团 */
.my-VIPGroupBuyers ul:first-child {
    width: 56%;
}
.my-VIPGroupBuyers ul:last-child {
    width: 44%;
}

.my-Visiting-Categories tr td:first-child {
    width: 500px;
}

.box-Publicity {
    background-color: #01913A;
}