/**!
 * ÍøÕ¾µØÍ¼
 * author: fxyue;
 * date:2019-11-25
 */

 .ewb-map-hd{
    height: 34px;
    background: #fdf3f4;
    line-height: 34px;
    text-indent: 35px;
    font-size: 16px;
    color: #dc3440;
    font-weight: bold;
 }
 .ewb-map-bd{
     padding: 8px 0;
     background: #fff;
 }
 .ewb-map-list{
    float: left;
    width: 20%;
    font-size: 14px;
    line-height: 28px;
 }
 .ewb-map-list a{
     margin:0 10px 0 35px;
     display: block;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     color: #333;
 }

/* pad */
@media (max-width:979px) {
    .ewb-map-list{
        width: 25%;
    }
}

/* ÊÖ»ú¶Ë */
@media (max-width:767px) {
    .ewb-map-list{
        width: 50%;
    }
    .ewb-map-hd{
        text-indent: 20px;
    }
    .ewb-map-list a{
        margin-left: 20px;
    }
}