.branch-list {
    margin: 0 -18px;
}
.branch-list .item {
    width: 25%;
    padding: 0 18px;
}
.branch-list .item:nth-child(4n+1) {
    clear: left;
}
.branch-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}
.branch-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.branch-list .pic-box {
    position: relative;
    overflow: hidden;
}
.branch-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.branch-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/branch/hover.png') 50% 50% no-repeat rgba(194,164,69,0.60);
    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 {
    position: relative;
    padding-top: 6px;
}
.branch-list .offers {
    color: #BD1300;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}
.branch-list .name {
    color: #01215D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}
.branch-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 35;
}
.branch-list .description a{
    position: relative;
    z-index: 35;
    display: inline-block;
}
.branch-list li a.map_box{
    display: block;
    position: relative;
    z-index: 35;
    width: 120px;
    margin: 10px 0;
    color: #01215D;
    border:solid 1px #01215D;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.branch-list li a.map_box:hover{
    background: #01215D;
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .branch-list {
        margin: 0 -7px;
    }
    .branch-list .item {
        padding: 0 7px;
        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: 900px) {
    .branch-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .branch-list .item {
        width: 50%;
    }
    .branch-list .item:nth-child(3n+1) {
        clear: none;
    }
    .branch-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .branch-list {
        margin: 0 -7px;
    }
    .branch-list .box {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 600px) {
    .branch-list .offers {
        font-size: 20px;
        height: 34px;
        letter-spacing: 0.05em;
    }
    .branch-list .name {
        font-size: 16px;
        height: 27px;
        letter-spacing: 0.05em;
    }
}
@media screen and (max-width: 400px) {
    .branch-list .item {
        width: 100%;
    }
    .branch-list .item:nth-child(n) {
        clear: none;
    }
    .branch-list .offers {
        height: auto;
        max-height: 34px;
    }
    .branch-list .name {
        height: auto;
        max-height: 27px;
    }
    .branch-list .description {
        height: auto;
        max-height: 34px;
    }
}