body {
    /* background-color: #eee; */
    /* font-size: 18px; */
    padding-top: 0px;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",Arial,sans-serif;
}

/*
p {
  padding: 0.5em 0;
}
*/
.container {
    max-width: 970px;
}
.container > .row {
  padding-top: 1em;
}
body > div.container {
    background-color: #fff;
    padding: auto 3em;
}
/*
.entry-content h2 {
    color: #fff;
    background-color: #337ab7;
    padding: 0.6em 0 0.6em 0.6em;
    margin-left: -15px;
    margin-right: -15px;
}
.entry-content h3 {
    background-color: #dff0d8;
    padding: 0.5em 0 0.5em 0.5em;
}
.entry-content h4 {
    background-color: #d9edf7;
    padding: 0.5em 0 0.5em 0.5em;
    margin-left: 7px;
    margin-right: 7px;
}
*/
.yue pre {
  color: #4c4c4c;
  font-size: 0.75em;
}

code,
kbd,
pre,
samp,
tt,
pre {
  font-size: 0.7em;
}
tt {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
  padding: 2px 4px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 13px;
}
article .page-header {
    border-bottom: none;
    margin-bottom: 55px;
}
/*
article .page-header h1 {
    font-size: 3em;
    font-weight: 500;
}
*/
article .published {
    font-size: 1.8rem;
    /*font-weight: 400;*/
    color: #9EABB3;
    margin-top: 1.1rem;
    text-align: center;
    margin-bottom: unset;
}
article .entry-content {
    color: #2F2F2F;
}
article .entry-content .article-info {
    border-bottom: 1px solid #dededc;
    margin-bottom: 2em;
}

#sidebar {
  font-size: 0.8em;
}

#archives p,
.post-list li {
 padding: 0.5em 0;
 font-size: 18px;
}
#archives a,
.post-list a {
  color: #337ab7;
}


/*
#content .entry-content p {
  line-height: 1.8em
}
#content .entry-content li {
  line-height: 1.8em
}
*/

#content .social-comment-note a {
  border-bottom: 1px dotted;
  padding-left: 2px;
  padding-right: 2px;
}

#content .highlighttable td.linenos {
  width: 1em;
}
article h2, article h3, article h4, article h5, article h6 {
  font-weight: 600;
}
