/**!
 * éƒ¨é—¨é¢„å†³ç®—ä¿¡æ¯
 * author: fxyue;
 * date:2019-10-18
 */

.ewb-white {
    min-height: 600px;
    padding: 20px;
}

/* pad */
@media (max-width:979px) {
    .ewb-white {
        min-height: 0;
    }
}

.ewb-grey-bg {
    background: #f6f6f6;
    line-height: 52px;
    text-align: center;
}


.ewb-office {
    margin-top: 20px;
    padding: 10px 0 10px 20px;
    background: #f6f6f6;
}

.ewb-office-item {
    float: left;
    width: 14.28%;
}

.ewb-office-item a {
    display: block;
    max-width: 95%;
    line-height: 36px;
    padding-left: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    background: url("/Template/zwgk/yjs/css/../images/s_listimg.jpg") left center no-repeat;
}

.ewb-office-item a:hover,.ewb-office-item a.accfocus {
    color: #e2303c;
    background-image: url("/Template/zwgk/yjs/css/../images/s_listimgh.jpg");
}

/* pad */
@media (max-width:979px) {
    .ewb-office-item {
        width: 25%;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-office {
        padding: 10px 0 10px 10px;
    }

    .ewb-office-item {
        width: 50%;
    }
}

.ewb-meeting {
    margin-top: 30px;
}

.ewb-meeting .ewb-office {
    background: #fff;
}

.ewb-meeting-hd {
    height: 24px;
    line-height: 24px;
    background: url("/Template/zwgk/yjs/css/../images/line_dashed_red.png") center left repeat-x;
    margin: 0 5px;
    position: relative;
    font-size: 0;
    text-align: center;
}

.ewb-meeting-hd span {
    display: inline-block;
    padding: 0 18px;
    background: #fff;
    font-size: 24px;
    vertical-align: middle;
    color: #e2303c;
    font-weight: bold;
}

.ewb-meeting-hd i {
    display: block;
    width: 5px;
    height: 5px;
    background: url("/Template/zwgk/yjs/css/../images/depart_stag_icon.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.ewb-meeting-hd i.left {
    left: -5px;
}

.ewb-meeting-hd i.right {
    right: -5px;
}

/* pad */
@media (max-width:979px) {
    .ewb-meeting .ewb-office {
        padding-left: 10px;
    }
}