#content .body-page .body-content{
    width: 5.64rem;
    padding-bottom: 0.2rem;
    padding-left: .1563rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.25rem;
    color: #383737;
}

/* 所有的风采介绍 */
#content .body-page .body-content .mien-block{
    width: 6.1146rem;
    height: 1.6146rem;
    border-radius: 0.046875rem;
    border: 0.0052rem solid #D3C6B9;
    background: #F0E7DE;
    margin: 0.2083rem;
    display: flex;
    overflow: hidden;
}
#content .body-page .body-content .mien-picture{
    width: 1.109375rem;
    height: 1.6042rem;
    background-size: cover;
}

#content .body-page .body-content .mien-intro{
    flex-direction: column;
    width: 5rem;
}

#content .body-page .body-content .mien-name{
    width: 0.6rem;
    height: 0.203125rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.1667rem;
    line-height: 0.203125rem;
    color: #383737;
    padding: 0.1354rem;
}

#content .body-page .body-content .mien-descri{
    margin: 0.1354rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.1875rem;
    flex-direction: column;
    color: #5F3F22;
}

/* 单独的领导风采介绍 */
#content .body-page .body-content .leader-block{
    height: 1.6198rem;
}

#content .body-page .body-content .leader-picture{
    position: relative;
    width: 1.0365rem;
    height: 1.474rem;
    margin: 0.3802rem auto 0.3802rem 0;
    background-size: cover;
}

#content .body-page .body-content .leader-name{
    width: 0.6rem;
    height: 0.203125rem;
    margin: -1.8rem 1.4rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.1667rem;
    line-height: 0.203125rem;
    color: #383737;
}

#content .body-page .body-content .leader-title{
    width: 1.3698rem;
    height: 0.28125rem;
    margin: 2rem 1.4rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1667rem;
    line-height: 0.203125rem;

    color: #383737;
}

#content .body-page .body-content .leader-line{
    width: 5.7552rem;
    height: 0rem;

    border: 0.0052rem solid #C4C4C4;
}

#content .body-page .body-content .leader-intro{
    margin: 0.0833rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.1875rem;
    color: #9A2F2F;
}



#content .body-page .body-content .leader-description{
    width: 5.2292rem;
    margin: 0.1875rem auto 0.375rem 0.2292rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.1875rem;
    color: #383737;
}

#content .body-page .body-content .leader-description p{
    margin: 0.04rem 0;
}