.people_div{
    background-color:#f3f5fb;
    padding-bottom: 0px;
    margin-top: 0px;
}

.people_div .title{
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #ece9e980;
}
.people_div .subtitle{
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.people_div .subtitle img{
    width: 25px;
    padding-right: 10px;
}
.people_div .list_people{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.people_div .people_kp{
    width: 49%;
    background-color: #fff;
    height: 200px;
    display: flex;
    overflow: hidden;
}
.people_div .people_kp img{
    height: 100%;
}

.people_div .people_kp02{
    width: 49%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.people_div .people_kp02 img{

}
.borderpty{
    height: 200px;
}
.kpst{
    margin-left: 93px;
    line-height: 25px;
}
.kpst span{
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 10px;
}
.tywer{
    padding-top: 30px;
}
.borderp{
    border: 1px solid #b2afaf;
}
.people_des{
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    line-height: 30px;
}
.people_des_title3{
    font-size: 15px;
    color: #ef3340;
    line-height: 30px;
}
.people_des_title2{
    font-size: 16px;
    line-height: 20px;
}
.people_des_main{
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
}
.list_people{

}

.people_des_title{
 font-weight: 600;
}

@media (max-width:1200px) and (min-width: 175px){
    .people_div .people_kp img {
        max-height: 80px;
        max-width: 80px;
    }
    .people_div .list_people {
        display: block;
        margin-bottom: 60px;
    }
    .people_div .people_kp {
        width: 100%;

        margin-bottom: 20px;
    }
    .people_des {
        line-height: 21px;
    }
    .people_des_main {
        margin-top: 13px;
        width: 144%;
        margin-left: -91px;
        text-align: left;

    }
    .people_div .people_kp {
        height:auto;
    }
    .people_des {
        text-align: left;
    }
}