/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #22AAB4; /* H2-3标签字体颜色 */
    --HbgColor: #D8E8D2; /* H3、H4的span背景颜色 */
    --WbgColor: #79BD4D; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}

.box-main h3 span {
    background-color: var( --HnnColor);
    color: #fff;
    letter-spacing: 1px;
    padding: 3px 15px 4px 15px;
    line-height: normal;
    font-size: 15px;
    font-weight: normal;
}

.my-TitleInfo ul {
    margin: 15px auto 5px auto;
    width: 50%;
}

/* 三列子表：对/static/public/style.css的.box-max4son 类再定义 */
.my-Organization ul {
    width: 34.5%; /*第2列*/
}
    .my-Organization ul:first-child {
        width: 38.5%;
    }
    .my-Organization ul:last-child {
        width: 27%;
    }
    .my-Organization ul li {
        list-style-image: url(/static/public/images/start.png);
    }

.box-expoDesc div {
    margin-top:-380px;
}

.my-VipBuyers ul {
    width: 28%; /*第2列*/
}
    .my-VipBuyers ul:first-child {
        width: 37%;
    }
    .my-VipBuyers ul:last-child {
        width: 35%;
    }

.tb-leftDataRightImg tr td:last-child {
    background-color: #F7F8F8; /* 图片格子的背景色 */
}


