
/*服务网点*/
.banner{
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
}
.banner img{
    height: 100%;
    width: 100%;
}
.fwd-content{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.fwd-box{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.service {
    border: 1px solid #ccc;
    flex: 1;
}
.point {
    width: 520px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #ccc;
    overflow-y: auto;
    padding: 0 20px;
}
.panel-heading {
    font-size: 26px;
    font-weight: normal;
}
.address-list li {
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
}
.address-list .address-title .fa-map-marker {
    display: inline-block;
    height: 30px;
    background: url(../images/locate.png) no-repeat;
    padding-left: 30px;
    vertical-align: middle;
}