body {
    color: #000;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: rgba(255, 255, 255, 1);
}
#navList a:link, #navList a:visited, #navList a:active {
    color: rgba(0, 0, 0, 0.53);
    font-size: 16px !important;
}
#home{
    margin: 0 auto;
    width: 1200px;
}
#main {
    min-width: 1200px;
    text-align: left;
    clear: both;
    background: #fff;
}
#mainContent {
    min-height: 200px;
    padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 900px;
    background: #fff;
}
#blogTitle h1 a, #blogTitle h2 {
    color:rgba(0, 0, 0, 0.49);
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 3px 3px 3px #fff;
}
#navigator {
background-color:#fff;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgba(0, 0, 0, 0.49);
}
#topics .postTitle {
    font-size: 230%;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.5em;
    padding-left: 5px;
}
.postTitle {
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 0px 5px 5px;
    font-size: 20px;
    border-left: none;
}
.postTitle a:hover {
    color: rgba(0, 0, 0, 0.6);
}
a:link {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
#sideBar{
background:#fff;
}
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    text-align: left;
    padding: 5px 10px;
    background: #f3f3f3;
    border-bottom: none;
    border: 1px solid #fff;
}
.newsItem .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #f3f3f3;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
    font-size: 16px;
}