/**!
 * 闵行
 * author: xuy;
 * date:2018-02-06
 */

.ewb-location {
    margin-top: 3px;
    padding-left: 21px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    background: url(../images/location_icon.png) 2px 10px no-repeat;
}

.ewb-location a {
    color: #666;
}

.ewb-location span {
    color: #00b2f0;
}

.ewb-main {
    padding: 8px 10px 273px;
    background-color: #fff;
}

.ewb-main-hd {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    text-align: center;
}

.ewb-main-hd a {
    color: #03b2f5;
}

.ewb-table {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.ewb-td1 {
    width: 140px;
    height: 50px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f8f8f8;
}

.ewb-td2 {
    padding: 14px 0 14px 16px;
    line-height: 24px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    word-break: break-all;
}

.ewb-td3 {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .ewb-td1 {
        width: 80px;
    }
}
