.content{
    width: 7.1rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid #d2d2d2;
}
.content h2{
    font-size: 0.32rem;
    font-weight: bold;
    width: 4.7rem;
    text-align: center;
    line-height: 0.48rem;
    margin: 0 auto 0.16rem;
}
.cont_info{
    text-align: center;
    margin-bottom: 0.36rem;
}
.cont_info span{
    color: #999;
    font-size: 0.22rem;
    margin: 0 0.1rem;
}
.cont_p{
    padding-bottom: 1rem;
}
.cont_p>p{
    font-size: 0.34rem;
    line-height: 0.46rem;
    text-align: justify;
    
}
.cont_p img{
    width: 100%;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.next{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 0.58rem;
    padding-bottom: 0.21rem;
    font-size: 0.24rem;
}
.next a{
    color: #808080;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 5.5rem;
}
.cont_p .time{
    text-align: right;
    font-size: 0.34rem;
    margin-top: 0.5rem;
}