*,.text{
font-family: 'Noto Serif SC', serif!important;
font-size: 26px!important;
}

#cnblogs_post_body h1, .blog_comment_body h1{
font-size: 35px!important;
}

#cnblogs_post_body h2, .blog_comment_body h2{
font-size: 32px!important;
}

#cnblogs_post_body h3, .blog_comment_body h3{
font-size: 29px!important;
}

#container{
width:1300px;
}

.post{
border-top-style:none;
border-bottom-style:none;
border-left-style:none;
}

.postbody{
border-bottom-style:none;
padding-bottom:0.5em;
}

#green_channel,#post_next_prev,.diggit,.buryit,#navstats{
display:none;
}

.cnblogs-markdown code, .cnblogs-post-body code{
background-color:grey!important;
border:0px grey !important;
}
#nav{
border-bottom-style:none;
}

p.date{
text-align:left;
}

#footer{
display:none;
}

#sidebar_search{
display:none;
}

pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}
.cnblogs-markdown .hljs {
font-family: 'Noto Serif SC', serif!important;
font-size: 26px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}
.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}
