/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/report-en.css");
@import url("/static/public/parts-en.css");

:root {
    --HnnColor: #22AAB4; /* H2-3标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D; 左右子菜单项背景色，原始定义在：style-cn.css */
}

/* 联合主办 */
.my-Organization ul:first-child {
    width: 51%;
}
.my-Organization ul:last-child {
    width: 47%;
    float: right;
}

/* 支持单位 */
.my-Supporters ul:first-child {
    width: 52%;
}
.my-Supporters ul:last-child {
    width: 47%;
    float:right;
}

/* Vip采购团 */
.my-VipGroupBuyers ul:first-child {
    width: 56%;
}
.my-VipGroupBuyers ul:last-child {
    width: 42%;
    float: right;
}

.my-Visiting-Categories td:first-child {
    width: 500px;
}

/* 媒体传播 */
#my-Publicity {
    margin: 5px auto 60px auto;
    padding: 15px;
    color: #fff;
    height: 685px;
    background: url(/en/ExpoReview/2023/images/Publicity.jpg) no-repeat bottom;
    background-color: #86B98D;
}