.branch-list {
    margin: 0 -6px;
}
.branch-list .box{
    position: relative;
}
.branch-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list .item {
    width: 100%;
    padding: 0 6px;
}
.branch-list .branch_box{
    background: #f7f7f7;
    margin: 0 auto 40px;
    padding: 20px;
}
.branch-list .branch_box:hover {
    background: #fff;
}
.branch-list .pic{
    position: relative;
    overflow: hidden;
    float: left;
}
.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;
    box-sizing: border-box;
    width: calc(100% - 310px);
    background: #fff;
    height: 200px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    z-index: 60;
}
.branch-list .txt {
    padding: 2% 0px 0px;
    display: inline-block;
    width: 100%;
}
.branch-list .name{
    border-bottom: 2px solid #4365EA;
    font-size: 17px;
    padding: 5px 0;
    border-width: 1px 0;
    font-weight: bold;
    line-height: 1.5;
}
.branch-list .branch_box:hover .name{
    border-color: #4365EA;
}
.branch-list .description{
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0 ;
}
@media screen and (max-width: 850px) {
}
@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) {
}