/**!
 * åŒºæ•™è‚²å±€
 * author: fxyue;
 * date:2019-10-18
 */

.ewb-white {
    min-height: 992px;
    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: 25%;
}

.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("../images/s_listimg.jpg") left center no-repeat;
}

.ewb-office-item a:hover,.ewb-office-item a.accfocus {
    color: #e2303c;
    background-image: url("../images/s_listimgh.jpg");
}

.ewb-office-box {
    float: left;
	width: 100%;
}

.ewb-office-hd {
    overflow: hidden;
    height: 10px;
    text-align: center;
    font-size: 0;
    margin-top: 10px;
}

.ewb-office-hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    height: 10px;
}

.ewb-office-hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    text-indent: -999px;
}

.ewb-office-hd ul li:first-child {
    margin-left: 0;
}

.ewb-office-hd ul li.on {
    background: #ef4837;
    border: 1px solid #ef4837;
}

/* 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-hd {
    height: 24px;
    line-height: 24px;
    background: url("../images/line_dashed_red.png") center left repeat-x;
    margin: 0 5px;
    position: relative;
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}

.ewb-meeting-hd span {
    display: inline-block;
    padding: 0 18px;
    background: #fff;
    font-size: 24px;
    vertical-align: middle;
    color: #e2303c;
    font-weight: bold;
}


.ewb-develop-bd {
    margin-top: 22px;
}

.ewb-develop-detail {
    width: 100%;
    table-layout: fixed;
    margin-top: 26px;
}

.ewb-develop-detail thead tr {
    background: #f6f6f6;
}

.ewb-develop-detail td {
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
}

.ewb-develop-detail thead td {
    font-weight: bold;
    font-size: 18px;
}

td.ewb-develop-left {
    text-align: left;
    padding-left: 40px;
}

.ewb-develop-look {
    color: #e2303c;
}

.ewb-even {
    background: #f6f6f6;
}

.ewb-page {
    margin-top: 30px;
}

/* pad */
@media (max-width:979px) {
    td.ewb-develop-left {
        padding:0 10px 0 20px;
    }
}