
.article-info-box {
    border: 1px solid #dbdbdd;
    min-height: 70px;
}

.article-content {
    padding: 0 20px;
}

.article-content .article-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*height: 60px;*/
    line-height: 60px;
    margin-top: 20px;
}
.article-content .article-sub-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}