/* 导入样式表 */
@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:first-child {
    width: 42%;
}
.box-Organization ul:nth-child(2){
    width: 34%;
}
.box-Organization ul:last-child {
    width: 24%;
}

/* 主办单位 */
.box-Organization-2 ul:first-child {
    width: 47%;
}

.box-Organization-2 ul:nth-child(2) {
    width: 29%;
}

.box-Organization-2 ul:last-child {
    width: 24%;
}
/* ================================= */


/* == 大健康产业市场 =============== */
.my-Market h3 {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
}

    .my-Market h3 small {
        font-size: 16px;
        margin-left: 5px;
    }

.my-Market p {
    font-size: 14px;
    color: #fff;
}

.my-Market > div:first-child {
    background-color: #EA5514;
    width: 22.6%;
}

.my-Market > div:nth-child(2) {
    background-color: #F39700;
    width: 20%;
}

.my-Market > div:nth-child(3) {
    background-color: #87B425;
    width: 29.1%;
}

.my-Market > div:last-child {
    background-color: #56BBA7;
    width: 25.3%;
    margin-right: 0;
}
/* ================================= */


/* ==== 展会总览 =================== */
.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;
}

.my-Conferences {
    background: url(/cn/Invitation/10.IHE/2026/images/act-08.jpg) repeat-y;
}

    .my-Conferences div {
        background-color: rgba(60, 166, 139, 0.9);
        margin: 15px auto;
        padding: 3px 15px;
    }

        .my-Conferences div h3 {
            color: #fff;
            background-color: transparent;
            font-size: 23px;
            font-weight: normal;
        }

        .my-Conferences div p {
            color: #fff;
        }
/* =================================== */


/* ========= 媒体宣传 ================ */
.my-ul-media li {
    width: 32%;
    margin-right: 1.3%;
}

    .my-ul-media li img {
        border-radius: 21px;
    }
/* =================================== */


/* ========= 展会买家 ================ */
.box-OurBuyers {
    width: 100%;
    display: inline-block;
}

    .box-OurBuyers img {
        float: left;
        margin-right: 10px;
    }

.box-VipBeyers ul {
    padding: 10px 0;
    width: 33%;
    margin-right: 2%;
}

    .box-VipBeyers ul:last-child {
        width: 30%;
        margin-right: 0;
    }
/* =================================== */

