/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/private/ihe-invitation-en.css"); 


/* == 展会组织 （IHE英文：2列） ==== */
.box-Organization ul:first-child {
    width: 60%;
}

.box-Organization ul:last-child {
    width: 38%;
    float: right;
}
/* ================================= */


/* ==== 展会概览 =================== */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(63,166,166,0.7), rgba(63,166,166,1));
    margin-top: -295px
}

.box-expoDesc h2 {
    margin:25px 0 10px 0;
    padding:0;
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }
/* ================================= */


/* ==== 市场展望 =================== */
.my-Market h3 {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}

.my-Market p {
    color: #fff;
}

.my-Market > div, .my-Market > div:last-child {
    width: 49%;
}

    .my-Market > div:first-child {
        background-color: #EA712E;
    }

    .my-Market > div:nth-child(2) {
        background-color: #F39700;
    }

    .my-Market > div:nth-child(3) {
        background-color: #9CBF31;
    }

    .my-Market > div:last-child {
        background-color: #56BBA7;
    }
/* ================================= */




