/* 内容 */
.article_detail_box{
    width: 100%;
    background: #f3f3f3;
}
.box{
    width: 100%;
}
.content_box{
    background: white;
    margin-top: 0.428rem;
    padding:0.714rem  1.428rem 0 1.428rem;
}
p{
    /*line-height: 1.4285rem;*/
    font-size: 16px;
    color: #666666;
    word-wrap:break-word;
    line-height: 2.5rem;
}

/* 最下面图片 */
img{
    width: 100%;
}



