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)
}

.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;
}

#blog-calendar{
   display:none;
   width:0;
   height:0;
   border:0;
}

#blogCalendar{
   display:none;
   width:0;
   height:0;
   border:0;
}

.cnblogs_code_copy{
   display: none;
}