.postTitle{ /*文章标题样式*/
    border-bottom: 0px solid #ddd;
    font-size: 30px;
}

div.postTitle, .entrylistPosttitle{ /*预览样式*/
  border-bottom: 0px solid #ddd;
  font-size: 30px;
}

.entrylistTitle, .PostListTitle { /*预览最上面的时间样式*/
 font-size:20px;
}

.entrylistItemPostDesc { /*预览中每篇文章的间隔样式*/
   padding-bottom: 0px;
}

.c_b_p_desc { /*预览字体样式*/
  margin: 20px 0px;
  font-size: 16px;
}

.postCon a { /*阅读更多样式*/
   border-bottom: 0px dotted #333;
   color: #1372e2;
}

#cnblogs_post_body h3:first-child { /*第一个标题样式*/
    font-size: 24px;
    margin: 30px 0 10px 0;
}

#cnblogs_post_body h3 { /*标题3样式*/
    font-size: 24px;
}

#cnblogs_post_body h4 { /*标题4样式*/
  font-size: 22px;
}

#cnblogs_post_body h5 { /*标题5样式*/
  font-size: 20px;
}

.postBody { /*内容文字样式*/
    font-size: 17px;
}

.cnblogs-markdown code {  /*关键字样式*/
  font-size: 18px !important;
  color: red;
  font-weight: bold;
}
.postBody a { /*链接样式*/
  color: #399ab2;
  border-bottom: 0px dotted #333;
}

.cnblogs-markdown .hljs{  /*代码样式*/
  font-size: 16px !important;
  font-weight: normal;
}

.blogpost-body blockquote {/*引用样式*/
    color: #2327c3;
    font-size: 20px;
}

#myposts .PostList { /*我的随笔文章标题样式*/
      font-size: 19px;
}

.dayTitle{ /*首页标签样式*/
    font-size: 20px;
}

.postDesc{ /*首页下划线样式*/
   padding-bottom: 0px;
}



