body {
  font-size: 14px;
}
#home {
  max-width: 1024px;
}
#topics .postTitle {
  font-size: 160%;
  margin-top: 15px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: #000;
}
.postTitle a:hover {
  color:#f60;
}
.postBody li, .postCon li {
  margin: 10px 0;
}
.postBody blockquote{
  background: none;
  padding: 0 0 0 5px;
  min-height: 0;
  line-height: 1.5;
  border: none;
  border-left: 4px solid #ccc;
}
.cnblogs-markdown code, .cnblogs-post-body code{
  border-width: 0!important;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code{
  border-width: 1px!important;
}
.postBody a:link code, .postBody a:visited code, .postBody a:active code{
  text-decoration: underline;
}