#top_nav {
    display: none;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navigator {
    border: none;
    background: none;
}

.blogStats {
    display: none;
}

#sideBar {
    display: none;
}

#main {
    width: 80%;
}

#mainContent {
    float: none;
    margin: 0 auto;
}

.day {
    border: none;
    border-top: 1px solid #f0f2f7;
    border-left: 1px solid #f0f2f7;
    border-right: 1px solid #f0f2f7;
    padding: 20px;
}

/* .day:nth-child(n+2) {
  margin-top: 10px;
} */

.day:last-child {
  margin-bottom: 1px solid f0f2f7;
}

.day .postTitle {
    border-bottom: none;
    color: #121212;
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 600;
    font-synthesis: style;
}

.day .postDesc {
    border-bottom: none;
}

.day .postCon {
    overflow: hidden;
}

.day .c_b_p_desc {
    max-height: 100px;
    line-height: 1.67;
    margin-top: 9px;
}

.day .c_b_p_desc_readmore {
    padding: 0;
    margin-left: 4px;
    color: #175199;
    font-size: 14px;
}

/* markdown代码块样式修改
Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b
*/

.cnblogs-markdown .hljs {
  color: #abb2bf;
  background: #282c34;
  font-family: 'Jetbrains mono';  /* 修改字体 */
}

.cnblogs-markdown .hljs-comment,
.cnblogs-markdown .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.cnblogs-markdown .hljs-doctag,
.cnblogs-markdown .hljs-keyword,
.cnblogs-markdown .hljs-formula {
  color: #c678dd;
}

.cnblogs-markdown .hljs-section,
.cnblogs-markdown .hljs-name,
.cnblogs-markdown .hljs-selector-tag,
.cnblogs-markdown .hljs-deletion,
.cnblogs-markdown .hljs-subst {
  color: #e06c75;
}

.cnblogs-markdown .hljs-literal {
  color: #56b6c2;
}

.cnblogs-markdown .hljs-string,
.cnblogs-markdown .hljs-regexp,
.cnblogs-markdown .hljs-addition,
.cnblogs-markdown .hljs-attribute,
.cnblogs-markdown .hljs-meta .cnblogs-markdown .hljs-string {
  color: #98c379;
}

.cnblogs-markdown .hljs-attr,
.cnblogs-markdown .hljs-variable,
.cnblogs-markdown .hljs-template-variable,
.cnblogs-markdown .hljs-type,
.cnblogs-markdown .hljs-selector-class,
.cnblogs-markdown .hljs-selector-attr,
.cnblogs-markdown .hljs-selector-pseudo,
.cnblogs-markdown .hljs-number {
  color: #d19a66;
}

.cnblogs-markdown .hljs-symbol,
.cnblogs-markdown .hljs-bullet,
.cnblogs-markdown .hljs-link,
.cnblogs-markdown .hljs-meta,
.cnblogs-markdown .hljs-selector-id,
.cnblogs-markdown .hljs-title {
  color: #61aeee;
}

.cnblogs-markdown .hljs-built_in,
.cnblogs-markdown .hljs-title.class_,
.cnblogs-markdown .hljs-class .cnblogs-markdown .hljs-title {
  color: #e6c07b;
}

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

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

.cnblogs-markdown .hljs-link {
  text-decoration: underline;
}