.box-main h2 {
    font-size: 16px;
    font-weight: bold;
    color: var(--HnnColor);
    letter-spacing: 1px;
}

.box-main h3 {
    font-size: 15px;
    color: var(--HnnColor);
}

.box-main h4 {
    font-size: 15px;
}

.box-main table th, .box-main table td {
    border: solid 1px #ccc;
    text-align: center;
    height: 32px;
}

/* 与box-max4son 合用 */
.box-childen-w50 {
    background-color:#f8f8f8;
}
.box-childen-w50 > div {
    width: 50%;
}

.ul-li-w200px {
    width: 100%;
    display: inline-block;
}

    .ul-li-w200px li {
        float: left;
        width: 200px;
        margin-right: 30px;
        border-bottom: dashed 1px #ccc;
    }

.ul-li-w120px li {
    width: 120px;
}

/* 最初几届展会的“展会概况”：一张小图+一段文字 */
.box-imgFloatRight {
    width: 100%;
    display: inline-block;
}
    .box-imgFloatRight img {
        float: right;
        margin-left: 8px;
    }

/* 2013 -- 2015 的“参观目的分析”*/
.ul-liBorderBottom li {
    line-height: 31px; 
}

/* 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;
}