.leader_bot {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4%;


}

.leader {

    background-image: url(leader_bj.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; 
    overflow: hidden;
}

.leader .hbcm .s-title::after {
    content: "";
    position: absolute;
    top: 10vw;
    right: -12vw;
    left: auto;
    width: 25vw;
    height: 27vw;
    background-image: url(leader_cm.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
    overflow: hidden;
}
.leader_bot li {

    display: flex;
    align-items: center;
    width: 45%;
    height: 140px;
    line-height: 140px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding-left: 30px;
}

.leader_bot li .e_p {
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    flex: 0 0 200px;
}

.leader_bot li .e_p2 {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 400;

}

.leader_bot li::before {

    content: '';
    position: absolute;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    margin: 0 auto;
    transition: all ease .3s;
    height: 2px;
    background-color: #a52430;
    width: 2px;
    height: 60px;
}

@media screen and (max-width: 1440px) { 
    .leader_bot li {

        height: 100px;
        line-height: 100px;
    }

    .leader_bot li::before {

        height: 40px;
    } 
    .leader_bot li .e_p {

        flex: 0 0 150px;
    }
 }
 @media screen and (max-width: 1200px) {  
    .leader_bot li .e_p {

        flex: 0 0 120px;
    }

 }

 @media screen and (max-width: 998px) {   

    .leader_bot li {

        width: 100%;
    }
    .leader_bot li {

        height: 65px;
        line-height: 65px;
        padding-left: 15px;
    }
    .leader_bot li .e_p {

        flex: 0 0 80px;
    } 
 }