/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/private/ihe-invitation-en.css"); 

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #22AAB4; /* H3、H4标签字体颜色 */
    --HbgColor: #E0F8FA; /* H3、H4的span背景颜色 */
    --WbgColor: #23ABB5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /*--menu-float-item-bg: #1E949D; 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


/* == 展会组织 （IHE英文：2列） ======= */
.box-Organization ul:first-child {
    width:50%;
}
.box-Organization ul:last-child {
    width: 49%;
    float:right;
}
/* 支持单位 */
.box-Supporters ul {
    width: 58%;
}
.box-Supporters ul:first-child {
    width: 15%;
}
.box-Supporters ul:last-child {
    width: 25%;
    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-Activities-bg2 h3 {
    color: #fff;
}

.box-Activities-bg2 div:nth-child(2n+1) {
    background-color: #63AD7B;
    color: #fff;
}

.box-Activities-bg2 div:nth-child(2n) {
    background-color: #3F9CD7;
    color: #fff;
}
/* ================================= */

