/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/private/ihe-invitation-cn.css");

/* == 展会组织 （IHE中文3列）======= */
.box-Organization ul {
    width: 36%;
}
    .box-Organization ul:first-child {
        width: 38%;
    }
    .box-Organization ul:last-child {
        width: 26%;
    }
/* ================================= */


/* == 大健康产业市场（图文上下结构） ======== */
/* 紧扣中国大健康产业发展脉搏 */
.my-Market h3 {
    font-size: 23px;
    color: #F8AA07;
}

    .my-Market h3 span {
        font-size: 20px;
        background-color: transparent;
        color: #F8AA07;
        padding: 0;
        margin: 0;
    }

.my-Market > div:first-child {
    width: 22.6%;
}

.my-Market > div:nth-child(2) {
    width: 19.2%;
}

.my-Market > div:nth-child(3) {
    width: 29.9%;
}

.my-Market > div:last-child {
    width: 25.3%;
}
/* ================================= */


/* ==== 展会概述或展望 ============= */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(63,166,166,0.7), rgba(63,166,166,1));
    margin-top: -295px
}

    .box-expoDesc div ul li b {
        font-weight: bold;
    }
/* ================================= */


/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #CB474F;
    --myConferencesColor20: #3358A6;
    --myConferencesColor30: #708BC0;
    --myConferencesColor40: #0E4A6D;
    --myConferencesColor50: #8A6C6C;
    --myConferencesColor60: #928AAB;
    --myConferencesColor70: #2DB6A7;
}
/* =================================== */


