/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #2C967B; /* H3、H4标签字体颜色#2EA084 #30A88A*/
    --HbgColor: #E0F2F3; /* H3、H4的span背景颜色 */
    --WbgColor: #30A98A; /* 适配白色字体的背景颜色 #85DFE9*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #2C967B; /*左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}

/*大健康的h2特殊些，要大气*/
.box-main h2 {
    margin: 45px auto 15px auto;
    padding: 0;
    box-shadow: none;
    width: 100%;
    color: var(--HnnColor);
    background: none;
}
    /*蓝边框*/
    .box-main h2 b {
        margin-left: 15px;
        padding: 15px 10px 10px 0;
        border: solid 3px var(--HnnColor);
    }
    /*灰底蓝字，左移45px*/
    .box-main h2 span {
        margin-left: -18px;
        padding: 4px 15px;
        background: #eee;
        color: var(--HnnColor);
        font-weight: normal;
        font-size: 25px;
        letter-spacing: 2px;
    }


/* 展会概述或展望 */
.box-expoDesc h2 {
    margin-top: 25px; /* 当h2放到图片下方时，减少上方距离 */
}


/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 30%;
}
    .box-Organization ul:first-child {
        width: 40%;
    }
/* ================================= */


/* ==== 上届数据================== */
.tb-Figures th {
    border: solid 1px #fff;
    background-color: var(--WbgColor);
    color: #fff;
    font-weight: normal;
    padding: 8px 0;
}

.tb-Figures td {
    border: solid 1px #fff;
    background-color: var(--bgColor1);
    padding-left: 15px;
    font-size: 22px;
    color: var(--HnnColor);
    font-weight: bold;
}

    .tb-Figures td small {
        margin-left: 5px;
        color: #444;
        font-size: 13px;
        font-weight: normal;
    }
/* ================================= */


/* ==== 展品目录================== */
.my-ExpoProfile > div, .my-ExpoProfile > div:first-child, .my-ExpoProfile > div:last-child {
    width: 31%;
    margin: 0 2% 10px 0;
}

.my-ExpoProfile h3 {
    background-color: var(--WbgColor);
    color: #fff;
    font-weight:normal;
}

.my-ExpoProfile p {
    height: 285px;
    display: inline-block;
}
/* ================================= */
