.con {
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
}

.topMember {
    text-align: center;
    margin-bottom: 0.5rem;
}

.topMember img {
    display: block;
    width: 1.8rem;
    height: auto;
    margin: 0rem auto 0.2rem auto;
}

.topMember h3 {
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.topMember p {
    color: #005BAC;
    font-weight: bold;

}


.memberListBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.memberListBox>div {
    width: 48%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.3rem;
    border-bottom: 0.01rem solid #eee;
    padding-bottom: 0.1rem;
    align-items: center;
}

.memberListBox>div p {
    color: #005BAC;
    /* font-size: 0.28rem; */
    font-weight: bold;
    padding-left: 0.3rem;
}

.memberListBox>div:nth-child(2n+1) {
    margin-left: 0.3rem;
}

.memberListBox>div:nth-child(3) {
    border-bottom: none;
}

.memberListBox>div:last-child {
    border-bottom: none;
}

/* .memberList,
.memberList ul {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.memberList li {
    margin-left: 0.4rem;
    width: 2.8rem;
    line-height: 0.6rem;
    background: #F7F7F7;
    text-align: center;
    margin-bottom: 0.1rem;
}



/* 通用姓名容器样式 */
/* .memberListBox>div p {
    display: inline-block;
    width: 4em;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}
.memberListBox>div p::after {
    content: '';
    width: 100%;
} */

.memberListBox>div p span.twoChar {
    letter-spacing: 0.14rem;
    text-align: center;
}




.memberList li:hover {
    background: #005BAC;
    color: #fff;
}

@media (max-width: 800px) {


    .memberListBox>div {
        width: 100%;
        justify-content: flex-end;
    }

    .memberList {
        display: block;

    }

    .memberList>p {
        margin-bottom: 0.4rem;
    }

    /* .memberList ul {
        flex-wrap: wrap;
        justify-content: space-between;
    } */

    /* .memberList li {
        width: 48%;
        margin: 0rem;
    } */

    .memberList li:nth-child(n+3) {
        margin-top: 0.3rem;
    }

    .memberList li {
        line-height: 1rem;
    }

    .memberListBox>div:nth-child(2n+1) {
        margin-left: 0rem;
    }
}