.branch-list {
    margin: 0 -6px;
}
.branch-list .item {
    width: 100%;
    padding: 0 6px;
}
.branch-list .branch_box{
    background: #f7f6f6;
    margin: 0 auto 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.35);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
.branch-list .branch_box:hover {
    background: #fff;
    border-color: #ebebeb;
}
.branch-list .pic{
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.branch-list .branch_box:hover .pic {
    opacity: 0.6;
}
.branch-list .branch_map {
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 9;
    padding: 10px;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 380px);
	background: rgba(255,255,255,0.8);
    height: 210px;
    box-sizing: border-box;
    
}

.branch-list .txt {
    padding: 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
.branch-list .name {
    border: 1px solid rgba(119,119,119,0.3);
    font-size: 16px;
    color: #111111;
    padding: 5px 0;
    border-width: 1px 0;
    font-weight: bold;
    line-height: 1.5;
}
.branch-list .branch_box:hover .name {
}
.branch-list .description {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 ;
    color: #333333;
}
.branch-list .description ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.branch-list .description li{
    position: relative;
    width: calc(25% - 8px);
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 94px;
    
}
.branch-list .description  li span{
    display: inline-block;
    margin-right: 8px;
    color: #FFF;
    background: rgba(0,109,217,0.45);
    width: 83px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 769px) {
    .branch-list .description li{
        width: 100%;
    }
}
@media screen and (max-width: 590px) {

    .branch-list .branch_box {
        max-width: 320px;
        margin: 0 auto 40px;
        padding-bottom: 20px;
    }
    .branch-list .pic {
        display: none;
    }
    .branch-list .branch_map {
        width: 100%;
        margin-left: 0;
    }
    .branch-list .txt {
        padding: 20px 0 0 0;
    }
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list .item {
        width: 100%;
    }
    .branch-list .item:nth-child(n) {
        clear: none;
    }

}
@media screen and (max-width: 480px) {

}