.content{
    width: 7.1rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
    border-top: 1px solid #d2d2d2;
}
.content li{
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 0.6rem;
}
.content li img{
    display: block;
    width: 4.97rem;
    margin: 0 auto 0.3rem;
}
.content li h5{
    text-align: center;
    font-weight: bold;
    font-size: 0.32rem;
    margin-bottom: 0.28rem;
}
.content li p{
    width: 6.4rem;
    font-size: 0.32rem;
    margin: 0 auto;
    line-height: 0.48rem;
    text-align: justify;
    
}