================去广告============

iframe{
            display:none;
        }

#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2 a {
    display: none;
}

#profile_block {
    display: none;
}



===========文章底部===========

#author_profile {
    display: none;
}
#div_digg {
    display: none;
}


#topics .postDesc {
    width: 100%;
    text-align: center;
    color: #666;
 


   
}

#blog_post_info_block {
    display: none;
}



#google_ad_c1,#div-gpt-ad-1320933818841-0,#google_ad_c2,#div-gpt-ad-1320933818841-1,#ad_under_google{
display:none;
visibility：hidden;
}


/*隐藏公告这两个字*/
.newsItem{padding-top:15px;padding-left:5px;padding-right:5px;}
.newsItem .catListTitle{display:none;}

/*整体背景*/
body {
    background: url(https://7u2gej.com1.z0.glb.clouddn.com/bj_img3.jpg) rgb(255, 255, 255)!important;
    background-size: 12% !important;
    /* background-color: #962020 !important; */
}

.commentbox_title_left{
    display: none;
}


/* 禁止页面，选中复制 
html,body{
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
}
*/



#cnblogs_post_body h2 {
         text-transform: uppercase;
    text-align: left;
    color: #46a269;
    /* background-color: rgb(187, 91, 91); */
    margin: 7px 1px 1px 1px;
    padding: 10px 1px 10px 0px;
}


#cnblogs_post_body h3 {
font-size:24px;
            /*text-transform: uppercase;*/
            text-align: left;
            color: balck;
            /*background-color: #f8f8f8;*/

            padding-bottom: 10px;
border-bottom: 1px dotted rgba(0, 0, 0, 0.32);
    padding-top: 20px;
}


.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 35px;
    line-height: 1.5;
}

#cnblogs_post_body h4 {
    color: rgb(39, 147, 195);
font-size:18px;
}

#cnblogs_post_body h5 {
font-size:15px;
color: rgb(57, 119, 15);
}


.CalTodayDay {
    background: #c6c7c7 !important;
    color: #FFF;
    font-weight: bold;
}


.cnblogs-markdown .hljs {      /*代码css*/
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace,sans-serif!important;
    line-height: 1.5!important;
    padding: 5px!important;
    margin-left: 3%;
    white-space: pre;
}


#cnblogs_post_body p {   /*文章段落css*/
    /* margin: 3% auto; */
    text-indent: 0;
    margin-left: 3%;
font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;

    /* margin-left: 50%; */
}



//=====================表格样式=====================


#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 3px;
}

#cnblogs_post_body table, .cnblogs-post-body table {
   border: 1px solid silver;
    border-collapse: collapse;
    word-break: break-word;
    margin-left: 3%;
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-color: #666666;
}



#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 51px;
    padding-top: 30px;
    /* margin-bottom: 10px; */
}

.postBody blockquote {
    line-height: 1.6em;
    color: #868484;
    font-size: 90%;
    padding-left: initial;
    background: none;
    border: 2px solid #efefef;
    margin-left: 3%;
}

#blog_stats {
    /* float: right; */
    color: rgba(117, 117, 117, 0.32);
    /* margin-top: 19px; */
    margin-right: 49px;
    /* text-align: right; */
    /* width: 26%; */
    font-size: 112%;
    font-weight: bold;
}




.cnblogs-markdown code {
 font-family: Source Code Pro,Consolas,Menlo,Monaco,Courier New,monospace!important;
    font-size: 12px!important;
    line-height: 20px;
        background: url(https://7u2gej.com1.z0.glb.clouddn.com/background.png) #f6f6f6!important;
    border: 0px solid #ccc!important; 
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}


hr {

    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.6);
}

#cnblogs_post_body ul {
    margin-left: 4%;
    padding-left: 0;

}
#cnblogs_post_body ol {
    padding-left: 40px;
    margin-left: 4%;
}