/* 参会嘉宾 */
.guest .guestUl li{width: 20%}
.guest .guestUl li{border: none;margin-left: 0;margin-top:20px;padding-bottom: 15px}
.margin_gueat_top{margin-top: 40px;margin-bottom: 12px;}
.liLine{width: 100%;height: 1px;background-color: #eee;float: left}
.guestUl li p.guestName{font-weight: bold}
.guestpelpel span{font-size: 24px;}
.guestpelpel .clickBun{font-weight: bold;color: #005bac;border-bottom: 4px solid #005bac;padding-bottom: 8px; }
.guestpelpel{text-align: center;}
.guestpelpel .zh_guest{margin-right:40px;margin-left: -95px}
.newTitle{height: 41px}
.newTitle .fleft .enNew{line-height: 54px}
.newTitle {
    border-bottom: 1px solid #ccc;}
/* end参会嘉宾 */


@media screen and (max-width: 1200px) {

    /* 参会嘉宾 */
    .guestpelpel span {
        font-size: 16px
    }

    .guestpelpel .zh_guest {
        margin-right: 10px;
        margin-left: 0;
    }

    .guestpelpel .clickBun {
        border-bottom: 2px solid #005bac;
        padding-bottom: 0;
    }

    .margin_gueat_top {
        position: relative
    }

    .guestpelpel {
        position: absolute;
        left: 38%;
        bottom: 1px;
    }

    .liLine {
        display: none
    }

    .newTitle .fleft .enNew {
        line-height: 65px;

    }

    .newTitle .fleft {
        float: left;
        height: 54px;
    }

    .margin_gueat_top {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .guest .guestUl li {
        margin-top: 0
    }

    .guest .guestUl li.noMarL {
        margin-left: 0
    }

    .guest .guestUl li {
        width: 33.3333%;
    }

    /* end参会嘉宾 */
}