/* 导入样式表 */
@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: 32%;
}
    .box-Organization ul:first-child {
        width: 42%;
    }
    .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 p {
    font-size: 14px;
}

.my-market > div:first-child {
    width: 22.5%;
}

.my-market > div:nth-child(2) {
    width: 19%;
}

.my-market > div:nth-child(3) {
    width: 29.5%;
}

.my-market > div:last-child {
    width: 26%;
    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
}
/* ================================= */

