.article_detail .detail p{
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: 400;
    color: #666;
    margin-top: 0.2rem;
    padding:0;
    text-wrap: initial !important;
    text-indent: 2em;
}
.article_detail .detail img{
    margin:25px auto;
}
.article_detail .detail p img{
    margin:10px auto;
}
.article_detail .detail h2,
.article_detail .detail h3,
.article_detail .detail h4,
.article_detail .detail h5,
.article_detail .detail h6{
    color: #333;
    font-weight: bold;
    font-size: 0.36rem;
    margin-top: 0.2rem;
}
.article_detail .detail strong{
    font-weight: bold;
}