/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #298E89; /* H3、H4标签字体颜色 */
    --HbgColor: #D3EFEE; /* H3、H4的span背景颜色 */
    --HbwColor: #8BC06B; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #30A39D; /*左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #F0FBFB; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}

.box-main h3 {
    font-size:16px;
}


/* ========== Organization ========= */
/* 指导、协办、主/承办 */
.box-Organization ul {
    width: 100%;
    display: inline-block;
    border-bottom: dashed 1px #ccc;
}

    .box-Organization ul li {
        float: left;
        width: auto;
        margin-right: 25px;
    }
/* ================================ */


/* =========== WhyExhibiting ============== */
.box-expo-desc {
    margin: 0 auto;
    padding: 10px 15px 5px 15px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.7));
    border-radius: 9px;
}

.tb-CoreValue th {
    width: 32%;
}

.tb-CoreValue td {
    width: 34%;
}

.tb-CoreValue h3 {
    font-size: 16px;
}

.tb-CoreValue tr td:first-child h3 {
    text-align: right;
}


/* ========== ExpoProfile ============== */
.my-ExpoProfile {
    border: solid 2px #B3E0E4;
}

    .my-ExpoProfile th {
        border-top: solid 1px #B3E0E4;
        padding: 0;
        width:65px;
    }

    .my-ExpoProfile td {
        border-top: solid 1px #B3E0E4;
        padding: 0;
    }
    .my-ExpoProfile p {
        padding: 3px 5px;
    }
    .my-ExpoProfile h3 {
        margin: 0;
        padding: 3px 5px;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        color: #555;
        background-color: #B3E0E4;
    }

    .my-ExpoProfile ul {
        margin: 5px;
    }
/* =================================== */


