/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #348233; /* H2-3标签字体颜色 */
    --HbgColor: #DEECC1; /* H3、H4的span背景颜色 */
    --WbgColor: #84B139; /* 适配白色字体的背景颜色*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}
.box-main h2:first-child {
    font-size: 27px;
}

.box-3-childen > ul {
    float: left;
    width: 32%;
    margin-right: 2%;
}
    .box-3-childen > ul:last-child {
        margin-right: 0;
    }
.box-3-childen li {
    background-color: #f8f8f8;
    border-bottom:dashed 1px #ccc;
}

.my-TitleInfo ul {
    margin: 15px auto 5px auto;
    width: 50%;
}

.tb-data th, .tb-data td {
    border: solid 1px #ccc;
    text-align: center;
    height: 32px;
}


/* 2013 -- 2015 的“展会概况”*/
.box-Overview > div {
    margin-right: 2.5%;
}

    .box-Overview > div:first-child {
        width: 25%;
    }

    .box-Overview > div:nth-child(2) {
        width: 19%;
    }

    .box-Overview > div:nth-child(3) {
        width: 24%;
    }

.box-Overview li {
    border-bottom: dashed 1px #ccc;
}

.box-Overview > div:last-child {
    width: 21%;
    margin-right: 0;
}

/* 通用简单数据对 */
.ul-keyValue {
    width: 100%;
    display: inline-block;
}

    .ul-keyValue li {
        float: left;
        width: 80px;
        padding-right: 10px;
        margin-right: 12px;
        margin-bottom: 2px;
        background-color: #f8f8f8;
    }

.li-width-120 li {
    width: 120px;
}
/* ================================ */


/* === 展商分析（table：ul+图片）== */
.my-Exhibitors-3-1 tr td:first-child {
    width: 340px;
}

.my-Exhibitors-3-5 tr td:first-child {
    width: 440px;
}
/* ================================ */


/* === 观众分析(4个子ul) ========= */
.my-Visitors-4s ul {
    width: 23%;
    margin-right: 2.3%;
}

    .my-Visitors-4s ul:last-child {
        margin-right: 0;
    }

.my-Visitors-4s li {
    border-bottom: dashed 1px #ccc;
}
/* ================================ */


/* === 同期活动(孙div：浮动图片+文字) === */
.my-box-Conferences-grandson > img {
    float: left;
    margin-right: 10px;
}
/* ================================ */
