/* div.forFlow {
    width: 75%;
} */
/**
#sideBar {
    top: 128px;
}
**/
/** 左侧目录 */
#navCategory {
    position: fixed;
    z-index: 99;
    top: 180px;
    bottom: 0px;
    right: 0px;
    max-width: 260px;
    display: inline-block;
    font-size: 12px;
    overflow-y: auto;
    overflow-x: auto;
    box-sizing: border-box;
    padding-left: 8px;
    padding-top: 16px;
}

body {
    /* color: #333;
    background: #dee7de; */
    font-family: consolas,Microsoft yahei;
    font-size: 10pt;
    line-height: 1.8em;
}


/* #cnblogs_post_body h1 {
    color: #fff;
    padding-left: 15px;
    background: #98d5e5;
    text-shadow: 2px 2px 3px #222222;
    margin-bottom: 5px;
} 


#cnblogs_post_body h2 {
    color:  #e5eef7;
    border-left: 13px solid   #e5eef7;
    padding: 5px;
    background-color: #eeeeee;
}

#cnblogs_post_body h3 {
    color: #6fa833;
    border-left: 13px solid #6fa833;
    padding: 5px;
    background-color: #eeeeee;
}

#cnblogs_post_body h4 {
    color: #8399f2;
    border-left: 13px solid #8399f2;
    padding: 5px;
    background-color: #eeeeee;
}

#cnblogs_post_body h5 {
    color: #f99292;
    border-left: 13px solid #f99292;
    padding: 5px;
    background-color: #eeeeee;
}

#cnblogs_post_body h6 {
    color: #ff80d0;
    border-left: 9px solid #ff80d0;
    padding: 5px;
    background-color: #eeeeee;
} */

/* blockquote {
    background-color: #f5f5f5;
    font-family: Courier New ,verdana,Arial,Helvetica,sans-serif  !important;
    font-size: 13px !important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;

}
blockquote p{
line-height: 1.5;
margin: 3px auto !important;
} */


