/*图片说明文字：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 time.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:18px;
  line-height: 1.9;
  text-align: justify;
}
@media(max-width:767px){
  .single-content .primary .post-body p{
    font-size:17px;
  }
}
body h3, h5{
  font-weight:normal
}
body{font-family:'思源黑体','Roboto', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft YaHei', arial, sans-serif,'Helvetica','微软正黑体','Microsoft JhengHei','PingFang TC';}

