/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/private/ihe-invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #22AAB4; /* H3、H4标签字体颜色 */
    --HbgColor: #E0F8FA; /* H3、H4的span背景颜色 */
    --WbgColor: #23ABB5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
     /* --menu-float-item-bg: #399999;左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 32%;
}
    .box-Organization ul:first-child {
        width: 39%;
    }
    .box-Organization ul:last-child {
        width: 29%;
    }
/* ================================= */


/* ==== 市场展望 ================== */
.my-market h3 {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    background-color: var(--HnnColor);
}

    .my-market h3 small {
        font-size: 16px;
    }

.my-market p {
    font-size: 14px;
}

.my-market > div:first-child {
    width: 27%;
}

.my-market > div:nth-child(2) {
    width: 21%;
}

.my-market > div:nth-child(3) {
    width: 22%;
}

.my-market > div:last-child {
    width: 27%;
    margin-right: 0;
}
/* ================================= */