#home {
    width: 90%;
    margin-top: 20px;
}
#blogTitle h1 {
    font-size: 30px;
}
#blogTitle h2 {
    font-size: 19px;
}
#navigator {
    font-size: 15px;
}
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}
.postTitle {
    font-size: 21px;
}
#topics .postTitle {
    font-size: 30px;
}
.postBody {
    font-size: 15px;
}
.cnblogs-markdown .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 15px!important;
}
body {
    font-family: "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
}