/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

:root {
    --HnnColor: #22AAB4; /* H2-3标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #008E40; /*左右子菜单项背景色，原始定义在：style-cn.css */
}

.box-main h2:first-child {
    font-size: 25px;
}

.my-TitleInfo ul{
    width:50%;
}

/* 三列子表：对/static/public/style.css的.box-max4son 类再定义 */
.my-Organization ul {
    width: 36%; /*第2列*/
}
    .my-Organization ul:nth-child(2) {
        width: 28%;
    }
    .my-Organization ul li {
        list-style-image: url(/static/public/images/start.png);
    }

/* 展会概括 */
.box-expoDesc > div {
    margin-top:-260px;
}

/* Vip采购团 */
.my-VipGroupBuyers {
    padding: 10px 0;
    background-color: #f8f8f8;
}
    .my-VipGroupBuyers ul {
        width: 28%; /*第2列*/
    }
    .my-VipGroupBuyers ul:first-child {
        width: 37%;
    }
    .my-VipGroupBuyers ul:last-child {
        width: 35%;
    }




