/*正文标题*/
.article_box{
    width: 1120px;
    margin: auto;
    border-top:;
    border-top: 1px solid #e5e0df;
}
.article_title{
    padding: 20px 0 20px 20px;
    background-image: url(img/point.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.article_title a{
    color: #7f7977;
    padding-left: 20px;
    padding-right: 15px;
}
.article_title a:hover{
    color: #FF3333;
}

/*正文内容*/
.article_content{
    padding: 0 40px;
    border-top: 1px solid #f5f5f5;
}
.article_content p{
    width: 100%;
    line-height: 25px;
    margin-top: 30px;
}
.article_content p img{
    margin:auto;
}