/* 中心领导
tfx
2020-09-15 */
.address {
    line-height: 66px;
    font-size: 15px;
    color: #999;
}

.address>span {
    color: #ff9425;
}


.main {
    margin-bottom: 30px;
}

.main-tree {
    margin-right: 27px;
}

.main-tree,
.main-wrap {
    height: 1820px;
    box-shadow: 0px 0px 12px 0px rgba(79, 113, 157, 0.12);
}

/* 左侧 */
.tree-hd {
    height: 68px;
    padding: 0 0 0 21px;
    background: url("../images/sub/bg_tree.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.tree-hd>p {
    line-height: 68px;
    font-size: 20px;
    color: #fff;
}


/* 右侧 */
.wrap-hd {
    height: 62px;
    line-height: 60px;
    border-top: 1px solid #307ec3;
    border-bottom: 1px solid #e3e8ef;
}

.wrap-hd>span {
    margin-left: 21px;
    font-size: 22px;
}

/* 中心领导 */
.leader-ul {
    margin: 20px 28px 0;
}

.leader-list {
    height: 286px;
    overflow: hidden;
    border-bottom: 1px dashed #d5d9e4;
}

.leader-list:last-child {
    border-bottom: none;
}

.leader-list-cont {
    margin: 61px 0 0 94px;
}

.leader-list-cont>img {
    float: left;
    width: 130px;
    height: 163px;
}

.leader-list-cont>div {
    float: left;
    width: 175px;
    margin-left: 32px;
    padding-top: 26px;
}

.leader-name {
    line-height: 37px;
    font-size: 18px;
    font-weight: bold;
}

.leader-job {
    margin-top: 23px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    font-family: "SourceHanSansCN-Medium";
}

/* pad */
@media(max-width:1023px) {
    .main-tree {
        margin-right: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .main-wrap {
        height: auto;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

/* phone */
@media(max-width:767px) {
    .wrap-hd {
        height: auto;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .leader-ul {
        margin: 20px 5px 0;
    }

    .leader-list-cont {
        margin: 61px 0 0 0;
    }

    .leader-list-cont>div {
        float: left;
        width: calc(100% - 162px);
        margin-left: 32px;
    }
}

/* 2022-3-28 */
.leader-list {
    height: auto;
}

.leader-item {
    padding: 0 30px;
}

.leader-item-cont {
    display: block;
    padding: 23px 0;
    border-bottom: 1px dashed #e1e2e4;
}

.leader-item-img {
    float: left;
    width: 130px;
    height: 162px;
}

.leader-item-detail {
    float: left;
    width: calc(100% - 160px);
    margin-left: 30px;
}

.leader-item-name {
    line-height: 42px;
    margin-top: 38px;
    font-size: 24px;
    font-weight: bold;
}

.leader-item-job {
    line-height: 28px;
    margin-top: 10px;
    font-size: 20px;
    color: #666;
}

.leader-item:hover {
    background: #eef6fd;
}

.wb-tree-ii>a:hover,
.wb-tree-ii>a.active {
    color: #56a4e8;
    background-image: url("../images/sub/icon_dian2.png");
}

/* phone */
@media(max-width:767px) {
    .leader-item {
        padding: 0 10px;
    }

    .leader-item-name {
        margin-top: 0;
    }

    .leader-item-detail {
        width: calc(100% - 140px);
        margin-left: 10px;
    }
}