/* 在博客页面，找到想改的元素，右击，选中“查看元素”，即可查看该元素的名称，之后再CSS中对该局部进行修改 */

/*正文*/
body {
    font-size:14px;
    /*font-family:  12px/1.5 Tahoma,Arial,Helvetica,sans-serif;*/
    font-family: Smart Quotes,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    color:#303030;
}

/*博客标题*/
#topics .postTitle {
   font-size:150%;
}

/*段落*/
.postBody{
    line-height:24px;
    text-align: justify;
    color:#303030;
}
.postBody li, .postCon li{
    margin: 0.5em 0em 0.5em 0em  !important;
}
.postBody p,.postCon p {
    line-height:24px;
   /* text-indent:28px  !important; */
    text-align: justify;
    color:#303030;
    margin: 1em 0em 1em 0em !important;
}

/*超链接*/
a:link {
    color:#21759b;
}
a:hover{
    color:#11559f;
    font-weight: bold;
}
a:visited {
    color:#11559f;
}

/*公告*/
#blog-news{
    margin-top:0px;
    line-height:24px;
    text-align:left;
}