.article_title{
    font-size:20px;
    color:black;
}
.article_box{
    line-height:28px;
    color:#666666;
    font-size:14px;
}
.article_list_all{
    background:url("../img/productContentBg.png") right bottom no-repeat;
    background-size:contain;
    padding-bottom:70px;
}
.article_list_all img{
    width:100%;
    height:auto
}
.footer{
    margin-top:0
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .article_list_all{
        padding:0 10px;
        box-sizing:border-box;
    }
    .article_list_all img{
        width:98%;
        margin:0 auto;
        height:auto
    }
}
