.branch-list {
    margin: 0 -15px;
}
.branch-list .item {
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.branch-list .item:nth-child(2n+1){
    clear: both;
}
.branch-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list .item .box {
    background: url(../../images/common/content_bg.png);
    padding: 20px 20px 20px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
.branch-list .pic {
    float: left;
    width: 185px;
    max-width: 185px;
    overflow: hidden;
}
.branch-list .txt {
    margin-left: 220px;
    padding-bottom: 65px;
}
.branch-list .name {
    color: #444;
    font-family: "Times New Roman",'微軟正黑體', Times, serif;
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    border-bottom: 1px solid #888;
    margin-bottom: 14px;
}
.branch-list .description {
    color: #888;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    z-index: 35;
}
.branch-list .description a{
    position: relative;
    z-index: 35;
    display: inline-block;
}
.branch-list li a.map_box{
    position: absolute;
    z-index: 35;
    width: 65px;
    height: 65px;
    bottom: 0;
    right: 0;
    margin: 0px 0;
    color: #fff;
    background: #d92900;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branch-list li a.map_box:hover{
    opacity: 0.7;
}
.branch-list .box:hover .name,
.branch-list .box:hover .description {
    color: #000;
}
.branch-list .more{
    font-size: 13px;
    border:solid 1px #E03333;
    color: #E03333;
    line-height: 29px;
    width: 128px;
    margin-top: 17px;
    text-align: center;
    transition: all 0.3s ease;
}
.branch-list .more i{
    display: inline-block;
    margin-left: 5px;
}
.branch-list .box:hover .more{
    background: #E03333;
    color: #fff;
}
.branch-list + .btn-box {
    padding-top: 40px;
}
@media screen and (max-width: 1200px) {
    .branch-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .branch-list .pic {
        float: none;
        width: auto;
    }
    .branch-list .txt {
        margin: 0;
        padding-top: 15px;
    }
}