#cnblogs_post_body{
padding-bottom: 200px
}
body{
    background-image: none;
     background-color: #f4f6f8;
}
.buryit,#under_post_news,#under_post_kb{
display: none;
}
/*评论输入框*/
#tbCommentBody {
    display: block;
    box-sizing: border-box;
    min-height: 100px;
    resize: vertical;
    padding: 20px;
    font-family: inherit;
    max-height: 200px;
}
/*图片*/
.postBody img {
  margin: 10px;
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 5px 8px 0 rgba(0,0,0,.14), 0 1px 14px 0 rgba(0,0,0,.12);
}

.postBody ul li{
    list-style: unset;
}

/*End*/
#end {
    margin-top: 100px!important;
}
/*AD*/
#ad ~ * {
    font-size: 8px;
    filter: blur(3px);
}

h4{
background-color: #9c9c9c!important;
}