#content .body-page .body-content{
    width: 6.6rem;
    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 .body-content-block{
    display: flex;
    flex-wrap: wrap;
}

#content .body-page .body-content .leader-block{
    box-sizing: border-box;

    position: relative;
    width: 2.5365rem;
    height: 1.1979rem;

    background: #F0E7DE;
    border: 0.0052rem solid #D3C6B9;
    border-radius: 0.046875rem;
    margin: 0.1667rem 0.2552rem;
}

#content .body-page .body-content .leader-picture{
    position: absolute;
    width: 0.8333rem;
    height: 1.1979rem;

    background-size: cover;
    border-radius: 0.0417rem 0rem 0rem 0.0417rem;
}

#content .body-page .body-content .leader-intro{
    position: absolute;
    width: 1.6875rem;
    height: 1.1979rem;
    left: 0.8177rem;
}

#content .body-page .body-content .leader-title{
    position: absolute;
    width: 0.8rem;
    height: 0.16146rem;
    margin: 0.183rem 0.15rem 0.265rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.1354rem;
    line-height: 0.1615rem;
    color: #5F3F22;
}

#content .body-page .body-content .leader-description{
    position: absolute;
    width: 1.5rem;
    margin: 0.4rem auto auto 0.15rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 0.1rem;
    line-height: 0.14rem;
    color: #5F3F22;
}

#content .body-page .body-content .leader-description p{
    margin: 0.08rem 0;
}

#content .body-page .body-content .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .body-page .body-content .pagination button {
    margin: 0.375rem 0.0625rem;
    width: 0.4271rem;
    height: 0.1979rem;
    border: 0.0052rem solid #BDBDBD;
    border-radius: 0.03125rem;
    background-color: #FFFFFF;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.125rem;
    line-height: 0.151rem;
    color: #464646;
    cursor: pointer;
}

#content .body-page .body-content .pagination .page-number{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 0.1979rem;
    height: 0.1979rem;
    background: #FFFFFF;
    border: 0.0052rem solid #BDBDBD;
    border-radius: 0.03125rem;
    margin: 0.375rem 0.046875rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.125rem;
    line-height: 0.151rem;
    color: #989898;
    cursor: pointer;
}

#content .body-page .body-content .pagination .page-number.active{
    background: #9A2F2F;
    color: #FFFFFF;
}