.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 .description a{
    position:relative;
    z-index:35;
    display:inline;
}

.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;
    padding: 0px;
    border-radius: 20px;
    max-width:200px;
    display:  -webkit-inline-box;
    font-size:  14px;
    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: 5px;
}
.branch-list .btn.detail .icon {
     
}
