/* 导入样式表 */
@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: 49%;
}
.my-VipGroupBuyers ul:last-child {
    width: 49%;
    float: right;
}

.my-Visiting-Categories td:first-child {
    width: 500px;
}


/* 媒体传播 */
.box-Publicity {
    background-color: #C14D50;
}


/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #CB474F;
    --myConferencesColor20: #475643;
    --myConferencesColor30: #1A6181;
    --myConferencesColor40: #AD6D03;
}
/* =================================== */