/*段落标题设置*/
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em "微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 15px;
}

#cnblogs_post_body h1 {
    background: #30C361;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}

#cnblogs_post_body h2 {
    background: #4ECB78;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}

#cnblogs_post_body h3 {
    background:  rgb(87, 187, 121);
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}

#cnblogs_post_body h4 {
    background: #169fe6;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}
#cnblogs_post_body h5 {
    background: #38ace6;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}
#cnblogs_post_body h6 {
    background: #53b6e7;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 5px 0 5px 5px;
    transition: all 0.8s;
}

#header{
    overflow: hidden;
    background: none;
}

#navList {
    width: auto;
    margin: 0 auto;
    height: 60px;
    float: left;
}
.blogStats {
    display: inline;
    float: right;
    margin: auto 20px auto auto;
    color: white;
    height: 60px;
    align-content: center;
}
#navigator {
    background-color: #169fe6;
    width: 1400px;
    height: 60px;
    margin: 0 auto;
    clear: both;
    position: relative;
    border: 1px solid #138cca;
    border-left: none;
    border-right: none;
}

/*公告栏*/
/*公告栏*/
#contackInfo {
    background: #fff;
    padding: 20px 20px 0px 20px;
    color: #7e8c8d;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0px;
	border: 0px solid #dedede;
}
#profile_block {
    background: #fff;
    padding: 0 20px 20px 20px;
    color: #7e8c8d;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0px;
	border: 0px solid #dedede;
}
#profile_block:hover {
   border: 0px solid #dedede;
}
#blog-news {
   border-width: 0px;
   border-style: solid;
   border-color: #dedede;
}
#blog-news:hover {
   border-width: 0px;
   border-style: solid;
   border-color: #dedede;
}

#widget_my_zzk{
	padding: 15px 0 15px 15px;
}
.catListArticleCategory {
	padding-top: 0px;
    width: auto;
}
#sidebar_news_content {
	margin: 0px;
	border: 1px solid #dedede;
}

div#sidebar_c3 {
    display: none;
}

/*屏闭新闻、冗余模块 */
#ad_t2 {
    display: none;
}

.c_ad_block {
    display: none;
}

#under_post_news {
    display: none;
}

#under_post_kb {
    display: none;
}

#under_post_card1 ,#under_post_card2 {
    display: none;
}
under-post-card,#cnblogs_c1,#cnblogs_c2{
    display: none;
}
#cnblogs_ch{
    display: none;
}

#world {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    margin: 0px;
    background: red;
    border: thin solid #00000000;
    pointer-events: none;
}

/*GitHub*/

svg {
    left: 0px;
    transform: rotate(-90deg);
}

/*整体布局设置 */
.navbar {
	display:none;
}

#blogTitle {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

body {
    background: #F0EEF5;
}

#navigator {
    margin: 20px auto 0 auto;
}

#main {
    width: 1400px;
    max-width: 1400px;
    margin: 20px auto 0;
    clear: both;
	display: flex;
    flex-direction: row-reverse;
}

#mainContent {
    flex: 0 1 1300px;
    max-width: 1300px;
    float: left;
	padding-left: 12px;
}

#sideBar {
    float: right;
    margin-left: 0px;
}

#blog-comments-placeholder {
    padding: 0px;
    border: 0px;
}
#nav_next_page a{
	background-color: #30C361;
	height: 32px;
    line-height: 32px;
}
/*推荐设置 */
#div_digg {
    margin: -20px 60px 0 0;
    border: 2px solid #30C361;
    box-shadow: 0 0 0 1px transparent, 1px 1px 6px 1px rgb(10 10 0 / 50%);
    padding: 10px 10px 4px 10px;
    border-radius: 6px;
}
#div_digg:hover {
    box-shadow: 0 0 0 1px transparent, 2px 2px 10px 2px rgba(10, 10, 0, 0.5);
}
.diggit {
    margin: 5px 0 0 6px;
}
.buryit {
    margin: 5px 6px 0 0;
}
