.article {
    margin: 0 auto;
    width: 1120px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.article-title {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.article-title h3 {
    text-align: center;
    color: #067900;
}

.article-author {
    text-align: center;
    padding: 40px 0;
    font-size: 13px;
    color: #625f5f;
}

.article-content {
    padding: 15px 90px;
    padding-bottom: 70px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    font-family:'宋体';
}
