.branch-list {
    margin: 0 -10px;
}
.branch-list .item {
    width: 25%;
    padding: 0 10px;
}
.branch-list .item:nth-child(4n+1) {
    clear: left;
}
.branch-list .box {
    max-width: 332px;
    margin: 0 auto 80px;
    border: 6px solid #fff;
    background: #FCF9F3;
    position: relative;
}
.branch-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list .box:hover {
    border-color: #F75000;
}
.branch-list .pic {
    overflow: hidden;
}
.branch-list .txt {
    padding: 10px 12px 10px;
}
.branch-list .name {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
}
.branch-list li a.map_box{
    display: block;
    position: relative;
    z-index: 35;
    width: 120px;
    margin: 10px auto;
    color: #fff;
    background: #FF732F;
    text-align: center;
    transition: all 0.3s ease;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.branch-list li a.map_box:hover{
        background: #CC0D0D;
}
.branch-list .description{
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    z-index: 50;
}
.branch-list .description a{
    position: relative;
    z-index: 35;
}
.branch-list .more {
    width: 70px;
    height: 70px;
    color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.4;
    background: #FF7430;
    padding: 16px 0 0 3px;
    border-radius: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
}
.branch-list .box:hover .more {
    background: #F75000;
}
@media screen and (max-width: 1440px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list .item {
        padding: 0 6px;
    }
}
@media screen and (max-width: 1000px) {
    .branch-list {
        max-width: 760px;
        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;
    }
}
@media screen and (max-width: 600px) {
    .branch-list {
        margin: 0 -6px;
    }
    .branch-list .item {
        width: 100%;
        padding: 0 6px;
    }
    .branch-list .item:nth-child(n) {
        clear: none;
    }
    .branch-list .box {
        margin-bottom: 50px;
    }
}