<style type="text/css">
    #cnblogs_post_body
    {
        color: black;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 17px;
    }
   /*标题1*/
#cnblogs_post_body h1 {
    color: #399ab9;
    padding-left: 15px;
    background-color: #fbd3c5 !important;
    text-shadow: 1px 1px 3px #d2dce1;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    margin-bottom: 5px;
    border-radius:16px
}
/*标题2*/
#cnblogs_post_body h2 {
    color: #6FA833;
    border-left: 13px solid #6FA833;
    padding: 5px;
    background-color: #f5f5f5;
}
/*头部*/
div#blogTitle .title {
    text-indent: 30px;
    padding-top: 22px;
}
/*左侧栏*/
#sideBar {
width:250px !important;
background:#ece6c6;
}
/*中间栏*/
#mainContent {
margin-left: 270px !important;
width: 65.5%;
}
/*代码字体大小*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
font-size: 14px !important
}
</style>