body,html{
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  height: 100%;
  background: #f0f3f8;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
.entrylistTitle{
    font-size: 25px;
}
.postTitle{
   font-size: 18px;
}
#main,#home{
    height: 100%;
}
.entrylist{
    padding-top: 20px;
}
/* 头部 */
#header{
  position: fixed;
  width: 100%;
  z-index: 999;
}
#blogTitle{
  background: #40444e;
}
#blogTitle a{
  display: block;
  height: 0;
}
#blogTitle h1{
  height: 0;
  margin: 0;
  padding: 0;
}
#blogTitle h2{
  font-size: 12px;
  line-height: 36px;
  margin: 0;
  color: #fff;
  padding-left: 40px;
}

#navList{
   margin: 0;
   list-style: none;
  background: #f75452;
  text-align: right;
}
#navList:hover{
  background: #fc6563;
}
#navList li{
  display: inline-block;
  padding: 10px 15px 10px 0;
}
#navList li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#navList li a:hover{
  font-size: 16px;
}


/* 左侧 */

#sideBar{
    width: 15%;
    float: left;
    height: 100%;
    position: fixed;
    background: #262a34;
    top: 78px;
}
#sidebar_postcategory h3{
    margin: 0;
      height: 80px;
      background: #303640;
      text-align: center;
      line-height: 80px;
      color: #fff;
      font-size: 20px;
}
#sidebar_postcategory ul{
    margin: 0;
    height: 100%;
    padding-left: 0;
    text-align: center;
}
#sidebar_postcategory li a{
    padding: 15px 0;
    display: block;
    width: 100%;
}

#sidebar_postcategory li:hover{
    background: #f75452;
}
#sidebar_postcategory li a{
    color: #fff;
}
/* 右侧 */
#mainContent{
    position: relative;
    top: 80px;
    width: 80%;
    float: right;
    padding:0 34px 34px 34px;
    background: #f0f3f8;
}
.postTitle,.entrylistPosttitle{
    background: #4a4d53;
    text-align: center;
}
.postTitle a,.entrylistPosttitle a{
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 0;
}
.c_b_p_desc{
    font-size: 14px;
    padding: 10px;
}
.postDesc,.entrylistItemPostDesc{
    font-size: 12px;
    color: #999;
}
.entrylistItem{
    margin-bottom: 40px;
}
.entrylist .entrylistTitle{
    margin: 0;
}
.entrylist .entrylistDescription{
    font-size: 14px;
    color: #6a6d73;
    margin-bottom: 30px
}
/* 底部Footer */
#footer{
     display: none;
}
.dayTitle {
    display: none;
}
.postDesc{
    margin-bottom: 40px;
    padding: 0 10px;
}
.c_b_p_desc{
    padding: 2px 10px;
}
#cnblogs_post_body h3{
     font-size: 18px;
}
#cnblogs_post_body p{
    font-size: 14px;
}