#ad_t2,#under_post_news,#under_post_kb,#HistoryToday,#ad_c1,#ad_c2{
    display: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;   
}
#main {
    margin-top: 40px;
}
body {
    font-size: 15px;
    font-family:"微软雅黑";
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(216, 216, 216);
    border-radius: 6px 6px 6px 6px;
    color: rgb(102, 102, 102);
    font-family:"Comic Sans MS","微软雅黑";
    font-size: 17px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
}
.post {
    background-color: #ffffff;
}
#tbCommentBody {
    width: 95%;
    height: 100px;
}
h4{
    background-color: #f1f1f3;
    margin: 0 -32px;
    padding: 0 32px;
    color: red;
}
#navigator, #blogTitle, #main, #footer {
    width: 1200px;
}
#mainContent {
    width: 965px;
}
#cnblogs_post_body img {
    max-width: 850px;
}
.forFlow img {
    max-width: 80%;
}
.postBody blockquote, .postCon blockquote {
    border-left-width: 4px;
    border-left-color: #c0dcf8;
    background: #f1f1f3;
    margin-top: 20px;
}
#page_begin_html{
    position: fixed;
    z-index: 99999;
}

@media screen and (max-width: 1200px) { 
#page_begin_html {
    display: none;
}
#navList>li:nth-child(1){display: none;}
#navList>li:nth-child(2){display: none;}
#navList>li:nth-child(3){display: none;}
#navList>li:nth-child(4){display: none;}
#navList>li:nth-child(5){display: none;}
#navList>li:nth-child(6){display: none;}
.forFlow p {
    margin-bottom: 1px
}
#sideBar {display: none;}
#cnblogs_c1 {display: none;}
}