/**!
 * æœºæž„èŒèƒ½
 * author: fxyue;
 * date:2019-10-17
 */

.ewb-white {
    min-height: 800px;
    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-hd {
    margin-top: 22px;
    height: 39px;
}

.ewb-office-line {
    height: 37px;
    border-bottom: 1px solid #ddd;
}

.ewb-office-line>a {
    float: left;
    line-height: 34px;
    border-bottom: 5px solid #ef4837;
    padding: 0 10px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.ewb-office {
    padding: 10px 0;
}

.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/dynamic/ysqgk/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/dynamic/ysqgk/css/../images/s_listimgh.jpg");
}

/* pad */
@media (max-width:979px) {
    .ewb-office-item {
        width: 25%;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-office-item {
        width: 50%;
    }
}