.branch-list {
    /* margin: 0px; */
    max-width: 1034px;
    margin: 0 auto;
}

.branch-list .item {
    width: 100%;
    padding: 0 6px;
}

.branch-list .branch_box {
    margin: 0 auto 40px;
    border-bottom: 1px dashed #de560f;
}

.branch-list .branch_box:hover {
    border-color: #c6a36f;
}

.branch-list .pic {
    position: relative;
    overflow: hidden;
    float: left;
}

.branch-list .branch_box:hover .pic {
    opacity: 0.6;
}

.branch-list .pic img {
    width: 100%;
}

.branch-list a:hover .pic:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.branch-list .branch_map {
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 9;
    padding: 0px;
    margin-left: 10px;
    box-sizing: border-box;
    width: calc(100% - 340px);
    height: 200px;
    box-sizing: border-box;
    z-index: 99;
}

.branch-list .txt {
    padding: 1% 0px 0px;
    display: inline-block;
    width: 100%;
}

.branch-list .name {
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
    line-height: 25px;
    color: #de5710;
}

.branch-list .branch_box:hover .name {
    text-decoration: underline;
}

.branch-list .description {
    font-size: 14px;
    line-height: 1.75;
    margin: 2px 0 10px;
    color: #545454;
}

.main-title-two-small {
    margin-bottom: 25px;
    padding: 5px 0;
}

.branch-list .word1 {
    display: block;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

.branch-list .word1 a {
    display: inline-block;
}

.branch-list .word1 span {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: bold;
}

.branch-list .word1 span:after {
    content: '：';
}

.branch-list .btn.more {
    background: #ff9428;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.branch-list .btn.more:hover {
    background: #de560f;
}

@media screen and (max-width: 590px) {
    .branch-list .branch_box {
        margin: 0 auto 30px;
        padding-bottom: 0px;
    }

    .branch-list .pic {
        width: 47%
    }

    .branch-list .branch_map {
        width: 50%;
        margin-left: 10px;
        height: 150px
    }

    .branch-list .name {
        font-size: 16px;
        height: auto;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .branch-list .txt {
        padding: 3px 0 0 0;
    }

    .branch-list {
        margin: 0 -6px;
    }

    .branch-list .item {
        width: 100%;
    }

    .branch-list .item:nth-child(n) {
        clear: none;
    }

    .branch-list .word1,
    .branch-list .word1 span {
        font-size: 14px;
    }

}

@media screen and (max-width: 520px) {
    .branch-list .branch_map {
        height: 128px;
    }

    .branch-list .pic {
        width: 45%
    }
}

@media screen and (max-width: 400px) {
    .branch-list .branch_map {
        height: 120px;
        float: none;
        width: 100%;
        margin: 0px 0 10px;
        display: block;
    }

    .branch-list .pic {
        width: 100%;
        margin: 0 0 10px;
    }

}