.article{
    margin-top: 20px;
    color: #333333;
}
.article .article-min-title{
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: bold;
}
.article p{
    line-height: 2em;
}
.article .article-info{
    font-size: 16px;
}
.article img{
    max-width: 100%;
}