.branch-list {
    margin: 0 -6px;
}
.branch-list .item {
    width: 50%;
    padding: 0 6px;
}
.branch-list .branch_box{
    background: #eee;
    margin: 0 auto 40px;
    padding:15px;
}
.branch-list .branch_box:hover {
   border-color:#c6a36f;
}
.branch-list .pic{
    position: relative;
    overflow: hidden;
    float: left;
}
.branch-list li .box{
    position: relative;
}
.branch-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list .branch_box:hover .pic {
    opacity: 0.6;
}
.branch-list .pic img{
    width:100%;
}
.branch-list a:hover .pic:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: url(../../images/common/branch/hover.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.branch-list .branch_map {
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 9;
    padding:0px;
    margin-left: 10px;
    box-sizing: border-box;
    width: calc(100% - 220px);
    height: 200px;
    box-sizing: border-box;
    z-index:99;
}
.branch-list .txt {
    padding: 2% 0px 0px;
    display: inline-block;
    width: 100%;
}
.branch-list .name {
    font-size: 17px;
    padding: 5px 0;
    font-weight: normal;
    line-height: 25px;
}
.branch-list .branch_box:hover .name {
    text-decoration: underline;
}
.branch-list .description {
    font-size: 14px;
    line-height: 1.6;
    margin: 2px 0 ;
    color:#666;
}
@media screen and (max-width: 590px) {
    .branch-list .branch_box {
        max-width: 320px;
        margin: 0 auto 20px;
        padding-bottom: 10px;
    }
    .branch-list .pic {
        display: none;
    }
    .branch-list .branch_map {
        width: 100%;
        margin-left: 0;
    }
    .branch-list .txt {
       padding: 3px 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) {
}