/* 导入样式表 */
@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 {
    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: 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;
}
/* =================================== */


