*{
    box-sizing: border-box;
    font-family: "微软雅黑" !important;
}
#home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    padding: 0;
    background-color: #f4ede3;
    background-image: url(top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-family: 微软雅黑;
    overflow: auto;
}

#header {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: 150px;
    margin: auto;
    border: none;
    padding: 0 100px;
    background: none;
    background-color: #28394a;
}
#blogTitle {
    position: relative;
    top: 0;
    left: 0;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
}
#navigator {
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    clear: both;
}
#main {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: auto;
    margin: auto;
    border: none;
    padding-right: 0;
    padding: 0;
}
#footer {
    position: fixed;
    bottom: 0;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: auto;
    border: none;
    padding: 15px 0;
    background: none;
    color: #ccc;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-color: #28394a;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fafafa;
}
#navList a:hover{
    color: #fff;
    background-color: #00bd9c;
    font-size: 14px;
}
#navList a {
    text-align: center;
    padding-left: 5px;
    background: #02A78A;
    padding: 10px;
    line-height: 16px;
    height: 36px;
    margin: 0 5px;
    border-radius: 4px;
    color: #fff;
    width: 100px;
}
#blogTitle a {
    color: #fafafa;
    font-family: 微软雅黑,幼圆,微软雅黑,微软雅黑;
    font-size: 28px;
    font-weight: normal;
}
#blogTitle a:hover {
    color: #fafafa;
    font-family: 微软雅黑,幼圆,微软雅黑,微软雅黑;
    font-size: 28px;
    font-weight: normal;
text-decoration: none;
}
#blogTitle h1 {
    float: left;
    margin: 0;
    border: none;
    padding: 0;
    color: #ddd;
    margin: 15px 5px;
}
#sideBar {
    width: 15%;
    height: auto;
    float: left;
    height: 800px;
    border: 1px solid #bbb;
}
#sideBarMain{
    padding: 20px 10px;
    width: 100%;
}
#leftcontentcontainer{
    width: 100%;
}
.catListTitle{
    width: 100%;
    height: 35px;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: normal;
}
.entrylistTitle, .PostListTitle{
    width: 100%
}
.entrylistItem{
    width: 100%;
}
.entrylistPostSummary a, .entrylistItemPostDesc a{
    color: #2AB3F1 !important;
    margin-left: 10px;
}
.postCon a{
    color: #2AB3F1 !important;
    margin-left: 15px;
}
.topicListFooter{
    width: 100%;
}
#mainContent .forFlow{
    padding: 20px 20px 50px 0;
}
.blogStats {
    float: right;
    margin: 0;
    border: none;
    padding: 17px 0 0 0;
    background: none;
    color: #FFAB00;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
#blogTitle h1::before {
    content: "";
    background: url('https://pic.cnblogs.com/face/954290/20160512192820.png') center center no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px -15px 0;
}
#mainContent {
    float: right;
    width: 85%;
}
.postBody, .postCon, .day, .postDesc, .postTitle, .entrylistPostSummary, .entrylistPosttitle, .entrylistItemPostDesc{
width: 100%
}
.postTitle{
padding-top: 15px
}
.postDesc{padding-bottom: 15px}
#topics{width: 100%}