.contentBox {
    margin: .1rem;
}
.listBox h2 {
    color: #8E3535;
    font-size: .36rem;
    line-height: .48rem;
    font-weight: bold;
}
.nameList {
    width: 100%;
    background:#fff;
    margin-top: .18rem;
    box-shadow:0px 1px 0px 0px rgba(141, 141, 141, 0.35),
    0px -1px 0px 0px rgba(141, 141, 141, 0.35);
}
.nameList p.sexBox {
    width: 6.9rem;
    margin: 0 auto;
    padding: .31rem 0 0;
    display: flex;
}
.nameList p.sexBox span {
    display: block;
    width: 3.4rem;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
    background: url('../images/boyBg.png') no-repeat;
    background-size: 3.4rem .60rem;
    font-size: .30rem;
    color: #fff;
}
.nameList p.sexBox span:last-child {
    margin-left: .10rem;
    background: url('../images/girlBg.png') no-repeat;
    background-size: 3.4rem .60rem;
}
.nameList p.titleP {
    width: 100%;
    text-align: center;
    line-height: .48rem;
    font-size: .36rem;
    color: #b83030;
    font-weight: bold;
    margin: .49rem 0;
}
.nameList ul {
    padding: 0 .60rem;
}
.nameList ul li {
    width: auto;
    margin-right: .65rem;
}
.nameList ul li:nth-child(4n){
    margin-right: 0;
}
.laypage {
    margin: .49rem auto 0;
    padding-bottom: 0.6rem;
}
