.branch-list {
    margin: 0 -10px;
}
.branch-list .item {
    width: 33.3%;
    padding: 0 10px;
    margin: 0 auto 50px;
}
.main-title span:before {
    left: -50px;
}
.main-title span:after {
    right: -50px;
}
.branch-list .item:nth-child(3n+1) {
    clear: left;
}
.branch-list .txt {
    max-width: 300px;
    text-align: left;
    margin: auto;
    box-sizing: border-box;
}
.branch-list .box {
    max-width: 300px;
    margin: auto;
}
.branch-list .pic img {
    width: 100%;
}
.branch-list .pic {
    position: relative;
    overflow: hidden;
}
.branch-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.branch-list .box:hover .pic:before {
    opacity: 1;
}
.branch-list .txt {
    padding: 8px 15px 15px;
    position: relative;
}
.branch-list .name {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    text-align: left;
    margin: 0 0 5px;
}
.branch-list .detail {
    font-size: 14px;
   /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    line-height: 1.4;
}
.branch-list .url {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
}
/*-- æŒ‰éˆ• --*/
.branch-list .btn-group {
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
}
.branch-list .btn {
    width: 100%;
    line-height: 30px;
    padding: 0 12px;
}
.branch-list .btn.detail {
    font-size: 14px;
    width: 41%;
    display: inline-block;
    margin: 0 1%;
}
.branch-list .btn.detail .ic {
    font-size: 16px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    padding: 0px 3px 0px 0;
    vertical-align: middle;
    display: inline-block;
}
.branch-list .btn.detail2 .ic {
    font-size: 18px;
}
.branch-list .btn a {
    display: inline-block;
}
@media screen and (max-width: 1260px) {
    .branch-list .item {
        width: 33.33%;
    }
    .branch-list .item:nth-child(4n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(3n+1) {
        clear: none;
    }
    .branch-list .item {
        margin: 0 auto 20px;
    }
    .branch-list .txt {
        padding: 5px 0px;
    }
    .branch-list .name {
        height: 20px;
        margin: 0;
        padding: 2px 0 6px;
    }
}
@media screen and (max-width: 769px) {
    .branch-list {
        margin: 0 -7px;
    }
    .branch-list .item {
        padding: 0 7px;
        margin: 0 auto 30px;
    }
    .branch-list .item {
        width: 50%;
    }
    .branch-list .item:nth-child(3n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(2n+1) {
        clear: none;
    }
}
@media screen and (max-width: 540px) {
    .branch-list .item {
        width: 100%;
    }
    .branch-list .item:nth-child(n) {
        clear: none;
    }
}