#cnblogs_post_body h1 {
    background: #265B8A;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: FZShuTi；
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-shadow: 2px 2px 3px #222222;
    text-align:center;
    margin-bottom: 20px;
}
#cnblogs_post_body h2 {
background-color: #008FC6;
    border-radius: 3px;
    // text-align:center;
    font-size: 18px;
    margin-top:10px;
    margin-bottom:5px;
    color: white;
    text-shadow: 1px 1px 1px #222222;
    padding-left: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-left: 15px solid red;
}
#cnblogs_post_body h3 {
background-color: #51C332;
    border-radius: 3px;
    font-size: 16px;
    text-align:center;
    margin-top:10px;
    margin-bottom:5px;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 15px;
    border:5px;
    width:50%
}
#cnblogs_post_body h4 {
    background-color: #5bc0de;
    border-radius: 3px;
    text-align:center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width:25%
}
code {
    padding: 1px 3px;
    margin: 0 3px;
    background: #ddd;
    border: 1px solid #ccc;
    font-family: Menlo,Monaco,Andale Mono,lucida console,Courier New,monospace;
    word-wrap: break-word;
    font-size: 14px;
}
#cnblogs_post_body table {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    margin: 15px 0;
    border-collapse: collapse;
}
#cnblogs_post_body table thead tr {
    background: #f8f8f8;
}
#cnblogs_post_body table tbody tr:hover {
    background: #efefef;
}

// 屏蔽广告
#ad_t2 {
    display: none;
}
#ad_t2 {
	visibility:hidden;
}
.c_ad_block {
    display: none;
}

.recomm-block {
     display:none;
}

#sidebar_search {
	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;
}
*/

body {
    color: #000;
    background: #fff;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 14px;
    min-height: 101%;
    background: url(images/o_background1440-2.jpg) top center #cbdcec;
    background-size: 100% auto;
    background-attachment: fixed;
}

#main {
    min-width: 980px;
    text-align: left;
    clear: both;
    background:  whitesmoke ;
}

#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 700px;
    background: whitesmoke;
}

#navigator {
    background-color: lightblue;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}