blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eee;
}
blockquote {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
code, pre {
padding: 0 3px 2px;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 12px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
 li {
            line-height: 28px;
        }
        pre {
            line-height: 28px;
            font-family: Courier New!important;
            font-size: 12px!important;
        }
#cnblogs_post_body h2 {
    background: #A8A8A8 !important;
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 10px;
}
#cnblogs_post_body h3 {
		text-decoration: underline;
}