/**!
 * 青海国家高新技术产业开发区
 * author: fxyue
 * date:2020-10-30
 */

.ewb-map {
    padding: 5px 38px 40px;
}

.ewb-map-tt {
    padding: 24px 0 14px;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

.ewb-map-box {
    border: 1px solid #d5dcdf;
    border-top: 4px solid #26c2e3;
    border-radius: 4px;
    padding: 10px 0 16px;
    line-height: 34px;
}

.ewb-map-list {
    float: left;
    width: 14.28%;

}

.ewb-map-item {
    margin: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
    font-size: 16px;
    background: url("../images/map_list_img.jpg") left center no-repeat;
}

.ewb-map-item a {
    color: #333;
}

.ewb-map-item a:hover {
    color: #426ed4;
}