// 屏蔽广告
.c_ad_block {
  display:none !important;
}
#under_post_news {
  display:none;
}
#under_post_kb {
  display:none;
}
#HistoryToday {
  display:none;
}
#ad_t2 {
  display:none;
}
#ad_c1 {
  display:none;
}
#under_post_news {
 display:none;
}
#ad_c2 {
  display: none;
}

#profile_block {
  display:none;
}
// 自定义，修改一下样式
.HeaderBar {
 background-image: none;
}
#HeaderBar {
 background-image: none;
}
#leftmenu {
  background: none;  
}
.HeaderTitles{
  background: none;
}
#footer {
  display:none;
}

  #leftmenu {
    display: none !important;  
  }
  #customFooter {
    display:block !important;
  }

// 兼容手机端
body {
    font-family: "微软雅黑",Arial,sans-serif;
    font-size: 14px !important;
}
div#license {
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 15px;
    min-height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #666666;
}
.post {
    background-color: #fff;
    border: 1px solid #F5F5F5;
}
#cnblogs_post_body p {
    font-family: "微软雅黑",Arial,sans-serif;
    font-size: 16px !important;
}

// 支持手机样式
@media screen and (max-width: 768px) {
    #mainContent {
        margin-left: 0
    }
    a {
        word-wrap: break-word;
    }
    #main, #mainContent {
        width: 100%;
    }
    #sideBar, body > a, #navList, #navigator, .postDesc a, #homepage_top_pager {
        display: none;
    }
    #blogTitle a {
        font-size: 30px;
    }
    #blogTitle h2 {
        font-size: 16px;
    }
    #home {
        background-image: none;
    }
    .postTitle a {
        font-size: 22px;
    }
    .postCon, .postCon a {
        font-size: 16px;
    }
    .day {
        margin: 0 2%;
    }
    .postCon a {
        padding-left: 0;
    }
    .postDesc {
        width: 100%;
        font-size: 12px;
    }
    #home {
        background-color: #68BCCA;
    }
    #mainContent .forFlow {
        margin: 4px 0 0 0;
    }
    #blogTitle {
        left: 0;
    }
    #mainContent .postBody {
        width: 100%;
    }
    .post {
        padding: 0 4%;
    }
    #header {
        background-size: 46px;
    }
    .topicListFooter {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 40px;
    }
    .topicListFooter a:link {
        font-size: 12px;
    }
/*文章详细页样式*/
    #green_channel {
        width: 100%;
    }
    #tbCommentAuthor,.commentbox_title,#tbCommentBody {
        width: 100%;
    }
}