#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#sideBar h3 {
    font-size: 15px;
}


blockquote {
    background-color: #f3fff4;
    padding-left: 15px;
    border: none;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;

    border-left: 2px solid #56a98a;
    background: #F6F6F6;
    color: #555;
    font-size: 1em;
}

.cnblogs-markdown code, .cnblogs-post-body code {
font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace! important;
}

.cnblogs-markdown code, .cnblogs-post-body code{
border: none! important;
}

.postCon {
    background-color: #32323223;
    border-radius: 8px;
    float: right;
    line-height: 1.5em;
    width: 98%;
    clear: both;
    padding: 10px 10px;
}

.c_b_p_desc {
    font-size: 13px;
    line-height: 1.7;
    color: #454545;
    font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace! important;
}

.postTitle {
    border-left: 3px solid #1f688a;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.2s linear 0s;
}

 .postTitle a:hover {
     margin-left: 5px;
     color: #0f3647;
     text-decoration: none;
 }

#topics .postTitle {
    border: 0px;
    font-size: 25px;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

#cnblogs_post_body h3 {
    font-size: 19px;
}

#cnblogs_post_body h4 {
    font-size: 17px;
}