/*图片说明文字：40%透明度*/
.single-content .primary .post-body figure figcaption {
    color: rgba(0, 0, 0, 0.4);
}

.single-content .primary .post-body>p {
    font-size: 18px;
}

/*日期距标题：20px,*/
.single-content .primary .post-header .post-meta span.publish-date {
    font-size: 14px;
    margin-left: 20px;
    color: #999;
}

/*正文距日期40px*/
.single-content .primary .post-header {
    margin-bottom: 40px;
}

.single-content .primary .post-body {
    padding: 0 0 20px 0;
}

.single-content .primary .post-body p {
    /* margin-top:24px; */
    font-size: 16px;
}

body h3,
h5 {
    font-weight: 400;
}

body {
    font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft YaHei', arial, sans-serif, 'Helvetica', '微软正黑体', 'Microsoft JhengHei', 'PingFang TC';
}