.branch-list {
    margin: 0 -10px;
}
.branch-list li {
    width: 25%;
    padding: 0 10px;
}
.branch-list li:nth-child(4n+1){
    clear: both;
}
.branch-list li .box{
    max-width: 332px;
    margin: 0 auto 35px;    
    position: relative;
    padding-bottom: 20px;
}
.branch-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list li .box .pic{
    position: relative;
}
.branch-list li .box .pic img{
    width: 100%;
}
.branch-list li .box .pic .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/common/branch/focus.png)center center no-repeat,url(../../images/common/branch/bg.png);
    top: 0px;
    left: 0px;
    opacity: 0;
}
.branch-list li .box:hover .pic .cover{
    opacity: 1;
}
.branch-list .txt {
    padding: 10px 10px 15px;
}
.branch-list .name {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
}
.branch-list .box:hover .name{
    color: #FF7662;
}
.branch-list .description {
    color: #5A4A3F;
    position: relative;
    z-index: 35;
}
.branch-list .description a{
    position: relative;
    z-index: 35;
    display: inline-block;
}
.branch-list li a.map_box{
    display: block;
    position: relative;
    z-index: 35;
    width: 100%;
    margin: 10px 0;
    color: #5A4A3F;
    border: solid 1px #FFA395;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 28px;
}
.branch-list li a.map_box:hover{
    background: #FFA395;
    color: #fff;
}
@media screen and (max-width: 1100px) {
    .branch-list li {
        width: 50%;
    }
    .branch-list li:nth-child(n){
        clear: none;
    }
    .branch-list li:nth-child(2n+1){
        clear: both;
    }
}
@media screen and (max-width: 767px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list li {
        width: 50%;
        padding: 0 6px;
    }
    .branch-list .pic {
        height: auto;
    }
}
@media screen and (max-width: 600px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list li {
        width: 100%;
        float: none;
        padding: 0 6px;
    }
}