.leader-list {
    width: 1122px;
    border-top: 1px solid #cccccc;
    margin: 12px 0 0 27px;
    box-sizing: border-box;
    padding: 25px 4% 0;
}
.governor {
    display: flex;
    justify-content: flex-start;
    padding: 0 3%;
}
.type-name {
    margin-right: 65px;
    width: 80px;
    font-size: 20px;
    text-align: center;
    line-height: 208px;
}
.governor .cover {
    width: 165px;
}
.governor .cover img {
    width: 100%;
    height: auto;
    display: block;
}
.governor .cover span {
    display: block;
    color: #000;
    text-align: center;
}
.governor .cover .name {
    margin: 8px 0 0;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-size: 16px;
}

.deputy {
    margin: 15px 0 0;
    padding: 20px 3% 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
}
.deputy-list {
    flex: 1;
    display: flex;
    padding-right: 105px;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 18px;
    justify-content: space-between;
}
.deputy-item {
    width: 165px;
}
.deputy-item {
    text-align: center;
}
.deputy-item + .deputy-item {
    margin-top: 0;
}
.deputy-item .name {
    display: block;
    margin: 8px 0 0;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
}
.deputy-item .job {
    margin: 5px 0 0;
    font-size: 18px;
    display: block;
}
.deputy-item-end {
    width: 140px;
    height: 1px;
}
.deputy-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* 领导人内页 */
.leader-content .leader-cover {
    margin: 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.leader-content .leader-cover img {
    width: 150px;
    height: auto;
    display: block;
}
.leader-content .leader-cover span {
    margin-top: 10px;
    display: block;
    font-size: 18px;
}
.leader-resume,
.leader-wrok {
    margin: 40px auto 0;
    width: 720px;
    padding-top: 5px;
}
.leader-resume h5,
.leader-wrok h5 {
    height: 46px;
    line-height: 46px;
    background: url(../img/leader_content_ico_1.png) 0 center no-repeat;
    font-size: 18px;
    text-indent: 30px;
    font-weight: bold;
    color: #00679d;
}
.leader-wrok h5 {
    background: url(../img/leader_content_ico_2.png) 0 center no-repeat;
}
.leader-resume .txt,
.leader-wrok .txt {
    margin: 5px 0 0;
    padding: 0;
    font-size: 15px;
    /* text-indent: 1em; */
    line-height: 2em;
}
.leader-wrok {
    margin-bottom: 25px;
}
.leader-wrok .txt {
    line-height: 2em;
}
.leader-wrok .txt br {
    height: 0;
    line-height: 0;
}
