.article{
    width:100%;
    border-top:2px solid #dc082b;
    margin-bottom: 60px;
    display: block;
}
.article-title{
    width:100%;
    border-bottom: 1px solid #ededed;
    margin-bottom:15px;
    padding:22px 0 15px;
}
.article-title h2{
    width:100%;
    font-size:18px;
    line-height: 36px;
    color:#000;
    display: block;
    font-weight: normal;
}
.article-title p{
    width:100%;
    font-size:12px;
    line-height: 26px;
    color: #525252;
    display: flex;
    justify-content: start;
}
.article-title p span{
    margin-right: 20px;
}
.article-content{
    width:100%;
    display: block;
}
.article-content p{
    width:100%;
    font-size:14px;
    color:#626262;
    line-height: 26px;
    display: block;
}
.article-content img,.article-content table{
    max-width: 100%;
    /*display: block;*/
}

/*   上一篇下一篇   */
.article-prev{
    width:98%;
    padding:10px 1% 10px;
    border-top:1px solid #eee;
    margin-top:45px;
}
.article-prev a{
    width:100%;
    font-size:14px;
    line-height: 30px;
    color:#666;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.article-close-print{
    width:100%;
    display: block;
}
.article-close-print p{
    width:auto;
    float: right;
    margin-left:5px;
    display: inline-block;
    cursor: pointer;
}