.groupLeader-box {
    position: relative;
}

.groupLeader-content-bg {
    height: 820px;
    background: url(../img/picture/bg.jpg) no-repeat;
    background-position: 10px 160px;
}

.groupLeader-box {
    width: 75%;
    height: 100%;
    margin: 0 auto;
}

.groupLeader-content {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.groupLeader-content .plant-box-top {
    height: 86px;
}

.groupLeader-content .plant-title {
    padding-top: 30px;
    background: url("../img/qiao.png") no-repeat 120px top;
}

.groupLeader-content .gaosu {
    width: 100%;
    height: 96px;
    text-align: right;
    margin-bottom: -8px;
}

.groupLeader-content .gaosu img {
    width: 222px;
    height: 58px;
    object-fit: cover;
}

.groupLeader-content .gaosu p {
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    letter-spacing: -1px;
    font-weight: 400;
}


/* 内容下 */

.groupLeader-content-left {
    width: 50%;
    height: 100%;
}

.groupLeader-content-right {
    width: 37%;
    height: 100%;
    position: relative;
    padding-top: 0.1px;
}

.groupLeader-info {
    height: 600px;
    margin-top: 34px;
}

.groupLeader-info-box {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.groupLeader-info .groupLeader-info-item {
    width: 100%;
    height: 30px;
    margin: 10px 0;
}

.groupLeader-info .leader-name {
    width: 48px;
    height: 20px;
    color: #000000;
    font-size: 16px;
    text-align: justify;
    text-align-last: justify;
}

.groupLeader-info .line {
    background-color: #D4D4D4;
    width: 40px;
    height: 1px;
    margin: 12px 10px 0;
}

.groupLeader-info .leader-msg {
    width: 275px;
    height: 20px;
    color: #8A8A8A;
    font-size: 16px;
}

.groupLeader-line {
    width: 20px;
    height: 50px;
    background-color: #DD3032;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 0;
}

.groupLeader-show {
    width: calc(100% - 14px);
    height: 320px;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.groupLeader-image {
    width: 100%;
    height: 100%;
    background: url(../img/picture/image6.png) no-repeat;
    background-position: 480px 150px;
}