.branch-list {
    margin: 0 -7px;
}
.branch-list .item {
    width: 25%;
    padding: 0 7px;
    margin: 0 auto 40px;

}
.branch-list .loc_txt_all a{
    position:relative;
    z-index:35;
    display:inline;
}

.branch-list .item:nth-child(4n+1) {
    clear: left;
}
.branch-list .box {
   /* max-width: 260px;*/
    text-align: left;
   padding:10px;
    border: 1px solid #BBBBBB;
    background: #fff;
    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 .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.branch-list .pic img{
    width: 100%;
}
.branch-list .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.branch-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.branch-list .name {
    color: #000000;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    padding-bottom:8px;
    font-weight: bold;

}
.branch-list .box:hover .name {
}

/* 按鈕區 */
.branch-list .btn-group {
    overflow: hidden;
}
.branch-list .btn {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    padding: 0 12px;
    background: #7B7357!important;
    color: #EEE0C3;
    border-radius: 0;
}
.branch-list .btn:hover{
    color: #fff;
    background: #000;
}
.branch-list .btn.detail {
    background: #eee;
}
.branch-list .btn.detail:hover {
    background: #000000;
}

@media screen and (max-width: 1000px) {
    .branch-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .branch-list .item {
        width: 50%;
    }
    .branch-list .item:nth-child(4n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(2n+1) {
        clear: left;
    }
    .branch-list .name {
    font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .branch-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 400px) {
    .branch-list .item {
        width: 100%;
    }
    .branch-list .item:nth-child(n) {
        clear: none;
    }
    .branch-list .item {
    margin: 0 auto 25px;
    }
}