h1 {
    font-size: 25px;
    line-height: 1.5;
}
h2 {
    font-size: 22px;
    line-height: 1.5;
}

.postBody {
    line-height: 1.4;
}

.postBody p {
    line-height: 1.4;
}

.postBody h2 {
    font-size: 22px;
    margin: 15px auto 2px auto;
    font-weight: bold;
    line-height: 1.5;
    background-color: lightgray;
}

.postBody ul, .postCon ul {
    margin-top: 1em;
}

.postBody li, .postCon li {
    margin-bottom: 0.5em;
}

#cnblogs_post_body ol {
    margin-top: 10px;
}

#topics .postTitle {
    font-size: 25px;
}

#topics {
    background:#F5FAFE;
}
.catListTitle {
    background:#7E7E7E
}
.dayTitle {
    font-size: 12px;
    display: none;
}

.postBody blockquote {
  line-height: 1.6;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  color: #333;
}

.postBody blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
}