.branch-list {
    margin: 0 auto;
}

.branch-list .item {
    width: 33.3%;
    padding: 0 10px;
    position: relative;
}

.branch-list .item:nth-child(3n+1) {
    clear: left;
}

.branch-list .box {
    background: #f4f4f4;
    padding: 0 0 10px;
    border-radius: 20px;
    transition: all .3s ease;
    border: 3px solid #f4f4f4;
    margin: 0 auto 45px;
}

.branch-list .box:hover {
    background: #ffffff;
    border-color: #0850A4;
}

.branch-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.branch-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 5px solid #DAE51E;
}

.branch-list .box:hover .pic {
    border-color: #197292;
}

.branch-list .pic img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-delay: 0s;
    transition-duration: 4s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.branch-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.branch-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.branch-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.branch-list .pic:before {
    content: "";
    background: rgba(136, 171, 205, 0.6);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}

.branch-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.branch-list .txt {
    text-align: left;
    margin: 0 10px;
}

.branch-list .name,
.branch-list .tel,
.branch-list .add {
    color: #555555;
    display: flex;
    line-height: 1.5;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 8px;
}

.branch-list .map {
    background: #7fc8ea;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    margin: 20px 20px 0;
    z-index: 100;
    transition: all .3s ease;
}

.branch-list .map a {
    z-index: 100;
}

.tel {
    z-index: 100;
    position: relative;
}
.tel a{
    width:100%;
    display: block;
    padding: 0 20px 0 0;
    position: relative;
}
.branch-list .tel i,
.branch-detail .tel i{
    position: absolute;
    right: 0;
    top: -2px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #97c8d8;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
}
.tel:hover i{
    background:#7fc8ea;
}
.branch-detail .tel i{
    position: absolute;
    right: 0;
    top: 0;
    width:35px;
    height:35px;
    line-height:35px;
    font-size:18px;
}
.tel:hover a {
    color: #7fc8ea;
}

.branch-list .map:hover {
    background: #0850a4;
}

.branch-list .box .pic {
    border-radius: 0px;
    transition: all .6s ease;
    border: 3px solid #ecf3fb;
}

.branch-list .box .pic {
    border: none;
    margin: 12px 12px 5px;
    border-radius: 15px;
}

.branch-list .txt b {
    color: #0850a4;
    font-weight: bold;
    width: 80px;
    position: absolute;
}

.branch-list .txt span {
    padding-left: 85px;
    position: relative;
}

.branch-list .txt b:after {
    content: ':';
    margin: 0 3px;
}

/*--- ---*/

.team-detail {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.team-detail .text-box {
    margin: 35px 50px 0;
}

.team-detail .col {
    width: 58%;
    margin-right: 0.7%;
    background: #f5f5f5;
}

.team-detail .col.col1 {
    width: 40%;
    background: none;
}

.team-detail .text-table .tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    border-bottom: 1px solid #e2e2e2;
    color: #00394A;
    font-size: 15px;
}

.team-detail .text-table .tr:nth-child(4) {
    border-bottom: none;
}

.text-table {
    position: relative;
    border: 3px solid #F8F5F7;
    border-width: 3px 0;
    margin: 8px 0;
    padding: 0;
}

.team-detail .name {
    font-size: 26px;
    color: #0850a4;
    font-weight: bold;
    padding: 0 20px;
}

.text-table .tit {
    position: absolute;
    color: #3f8fc8;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}

.text-table .tit:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #2e94d3;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.text-table .txt {
    font-size: 15px;
    color: #24262C;
    margin-left: 150px;
}

.team-detail .editor {
    color: #00394A;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 2em;
}

@media screen and (max-width: 1200px) {
    .team-list .txt {
        padding: 15px 15px 20px;
    }

    .team-list .box .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .team-detail .text-box {
        margin: 20px 10px;
    }

    .team-detail .name {
        font-size: 18px;
        padding: 0 10px;
    }

    .text-table .txt {
        font-size: 14px;
        margin-left: 120px;
    }
}

@media screen and (max-width: 900px) {
    .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 .box {
        margin: 0 auto 30px;
    }

    .team-detail .col {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .team-detail .col.col1 {
        width: 100%;
    }

    .team-detail .col.col2 {
        width: 100%;
    }

    .team-detail {
        display: grid;
    }

    .team-detail .text-table .tr {
        padding: 8px 0;
    }
    .branch-detail .tel i{
        top:-3px;
    }
}

@media screen and (max-width: 440px) {
    .branch-list .item {
        width: 100%;
    }

    .branch-list .item:nth-child(n) {
        clear: none;
    }

    .team-detail .editor {
        padding: 10px;
    }

    .text-table .tit {
        padding-left: 10px;
    }


}