.branch-list {
    margin: 0 auto;
}
.branch-list .item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 65px;
}
.branch-list .item:nth-child(3n+1) {
    clear: left;
}
.branch-list .box {
    margin: 0 auto;
    min-height: 300px;
    padding:15px 15px 0;
    position:  relative;
}

.branch-list .pic {
    margin-bottom: 5px;
}
.branch-list .pic img{
    width: 100%;
}
.branch-list .name {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    padding: 2px 5px 10px 5px;
    margin-bottom: 5px;
}
.branch-list .txt{
    margin: 10px 0 0;
}
.branch-list .description {
    line-height: 22px;
    font-size:14px;
     padding: 2px 5px 8px 5px;
}
.branch-list .btn-group {
    overflow: hidden;
    position:  relative;
    left:  0;
    right:  0;
    margin:  auto;
    display:  block;
    text-align:  center;
    bottom: -15px;
}
.branch-list .btn {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    padding: 0px;
    border-radius: 20px;
    max-width:200px;
    display:  -webkit-inline-box;
    font-size:  15px;
    font-weight:  bold;
}

.branch-list .btn .ic {
    font-size: 40px;
    line-height: 40px;
    width:40px;
    height:40px;
    border-radius:50%;
    vertical-align: middle;
    margin-right: 12px;
}
.branch-list .btn.detail .icon {
     
}

@media screen and (max-width: 1200px) {
    .branch-list .item {
        width: 33.33%;
    }
    .branch-list .item:nth-child(4n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 860px) {
    .branch-list {
       
    }
    .branch-list .item {
        width: 50%;
          margin-bottom: 45px;
    }
    .branch-list .item:nth-child(3n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 560px) {
    .branch-list {
        margin: 0 -7px;
    }
    .branch-list .name{
        padding:8px 0 3px;
    }
}
@media screen and (max-width: 460px) {
    .branch-list .item {
        width: 100%;
    }
    .branch-list {
        margin: 0 auto;
        max-width: 320px;
    }
}