﻿
.detailArticleTitleDiv {
    width: 760px;
    margin: 0 auto;
}

.detailArticleTitleH1 {
    font-size: 20px;
    font-weight: bold; /* font-weight: 600; */
    color: #333333;
    height: 36px;
    text-align: center;
    margin-top: 30px;
}

.detailArticleDate {
    font-size: 14px;
    height: 24px;
    text-align: center;
    margin-top: 24px;
}

.detailArticleContent {
    font-size: 16px;
    color: #333;
    /*padding: 20px 0 0 0 !important;*/
    margin-top: 0 !important;
    font-family: "微软雅黑";
    line-height: 2.5;
    width: 760px;
    margin: 0 auto;
}

    .detailArticleContent p {
        line-height: 2.5;
        text-indent: 2em;
    }
