body {
    /*background-image: url("https://ws1.sinaimg.cn/large/006fO9Dbly1fmz217qauoj315o0nh0z0.jpg");
    background-repeat:no-repeat;*/
    background-size: cover;
}

#home {
    margin: 0 auto;
    width: 63%;
    min-width: 950px;
    background-color: rgba(220,213,209,0.7);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}

#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ad_t2 {
    display:none;
}

#cnblogs_c1{
    display:none;
}

#cnblogs_c2{
   display:none;
}

#kb_block{
   display:none;
}

#under_post_news{
   display:none;
}

#sidebar_articlecategory{
   background-color:rgba(0,0,0,0);
}

#sidebar_search{
   background-color:rgba(0,0,0,0);
}

.newsItem{
   background-color:rgba(0,0,0,0);
}

.catListLink{
   background-color:rgba(0,0,0,0);
}

.catListTag{
   background-color:rgba(0,0,0,0)
}

#blog-calendar{
    display:none;
    width:0;
    height:0;
    border:0;
 }
 
 #blogCalendar{
    display:none;
    width:0;
    height:0;
    border:0;
 }
 
 .cnblogs_code_copy{
    display: none;
 }

 .cnblogs_code {
    background-color: #fff;
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.cnblogs_code div {
    background-color: #fff;
}

/*去掉超链接标题*/
#topics .postTitle {
    display: none;
}

/*美化超链接标题
#topics .postTitle {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 50px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 8px 5px;
}
*/

/*这个对应什么？unready*/
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
/*各个等级标题的颜色样式*/
#cnblogs_post_body h1    {
    background: #288de0d3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(0, 0, 0);
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 40px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 8px 0 8px 5px;
}
#cnblogs_post_body h2    {
    background: #46c1ff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(0, 0, 0);
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 30px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 8px 0 8px 5px;
}
#cnblogs_post_body h3    {
    background: rgb(128, 203, 238);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(0, 0, 0);
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 8px 0 5px 5px;
}
#cnblogs_post_body h4{
    background:  rgb(170, 231, 255);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(0, 0, 0);
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 0 0;
    padding: 5px 0 5px 10px;
}