/*正文标题*/
.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{
    display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -moz-box-pack:space-between;
    box-pack:space-between;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    line-height: 25px;
    margin-top: 30px;
}
.article_content .xuancai img{
    width: 245px;
    height: 152px;
}
.article_content .chanpin img{
    width: 235px;
    height: 300px;
    margin-bottom: 20px;
}
.article_content .chanpin a{
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.article_content .chanpin_all{
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    -moz-box-pack:center;
    box-pack:space-between;
    padding-bottom: 20px;
} 