#home {
  width:98%
}
#mainContent{
  width:78%;
  overflow: hidden;
}
.postTitle {
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    line-height: 1.5em;
    font-size: 18px;
    width: 100%;
    clear: both;
}
.postTitle a:link, 
.postTitle a:visited, 
.postTitle a:active {
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 10px;
}

#cnblogs_post_body h2 {
    color: #fff;
    padding: 10px;
    background-color: gray;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}