/* 头部
#top_nav{
    display: none !important;
}
/* header */
/* #blogTitle{
    display: none !important;
} */
/* 隐藏日历 */
/* #blog-calendar{
    display:none !important;
} */
/* 隐藏搜索 */
/* #sidebar_search{
    display:none !important;
} */
/* .sidebar-block{
    display:none !important;
} */
/* 评论排行榜 */
/* #sidebar_topcommentedposts{
     display:none !important;
} */

/* 内容详情底部的各种推荐内容，隐藏 */
#cnblogs_ch,
#under_post_card1,
#under_post_card2 {
    display: none !important;
}

#cnblogs_c1,
#cnblogs_c2,
#blog_c1 {
    display: none !important;
}

/* 全局样式 */
body {
    background: #fff !important;
    color: fff !important;

}
h1, h2, h3, h4, h5, h6, th {
    font-weight: bold;
    /* color: #fff; */
}
.skin-simpleblue, .no-navbar ,.mathjax2 ,.hljs-engine{
   /* color: #fff !important; */
}


/* ****** header ******** */
#header {
    margin: 1em 1em;
    border-radius: 1em;
    background-color: #3C3C3C !important;
}

/* left */
div#sideBarMain{
    /* color:#fff */
}



#main {
    background: #EFF0F0;
}

#mainContent {
    background-color: #EFF0F0;
}

div.forFlow {
    /* background: #0D0D0D !important; */
}

/* 文章列表item */

div.postTitle {
    border: none !important;
    background-color: #EFF0F0;
    margin: 2em 0 0 0 !important;
    padding: 1em 2em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

div.postCon {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    background-color: #EFF0F0;
    padding: 0 2em;
}

.postDesc,
.entrylistItemPostDesc {
    color: #464646;
    text-align: right;
    background-color: #EFF0F0;
    padding: 0 2em 2em 2em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}


div#blogTitle {
    background: none !important;
    /* background-color: #EFF0F0 !important; */
    height: 76px;
    padding: 0;
    border-radius: 1em;
}

#Header1_HeaderTitle {
    /* color: #fff !important; */
}

#navList li a {
    /* background-color: #f1fff7 !important; */
    background: none !important;
    /* color: #fff !important; */
    /* border-radius: 7px !important; */
    /* border: 1px solid #cfe3dc; */
    border: none !important;
    font-size: 13px !important;
    padding: 4px 0 4px 0 !important;
}


/* ****** 首页列表 ******** */
/* 阅读数量 */

.blogStats {
    color: #e96900 !important;

}

.blogStats>span {
    background: rgb(16 185 129 / 14%);
    padding: 2px 6px 2px 8px;
    color: #18794e;
    border-radius: 3px;
}

div.postTitle {
    border: none !important;
}

.postTitle a {
    /* color: #fff !important; */
    font-weight: bold;
    font-size: 16px !important;
}

/* article desc */
.postCon {
    color: #B6B6B6 !important;
}

.postCon .c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 2;
}


.postDesc,
.entrylistItemPostDesc {
    border-bottom: 1px dotted #999;
    color: #464646;
    text-align: right;
    padding-bottom: 20px;
}


.forFlow {
    border: none !important;
}

/* 发布日期标签 */
.dayTitle {
    display: none !important;
}

/* ****** 全局 ******** */
a {
    /* color: #fff !important; */

}

a:hover {
    color: #42b883 !important;
    
}

/* ****** 侧边栏 ******** */
#sideBar {
    border: none !important;
    background: #FAFAFA !important;
}

/*  去掉广告 */
#sidebar_c3 {
    display: none;
}

#footer {
    display: none;
}