/* 设置博客正文一二三级标题格式 */
/* 一级标题 */
#cnblogs_post_body h1 {
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    background-color: #e64340;
    color: #fff;
    font-size: 25px;
    padding-left: 4px;
}
/* 二级标题 */
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    background-color: #576b95;
    font-size: 20px;
    color: white;
    padding-left: 5px;
}
/* 三级标题 */
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    background-color: #09bb07;
    color: #353535;
    padding-left: 5px;
}
/*  正文 */
#cnblogs_post_body p {
    font-size: 14pt;
}

/*   侧边栏   */
#cust_polk_page_menu .menu-item {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -4px;
    font-size: 15px;
    background-color: #eee;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 5px;
    border-radius: 3px;
}