#cnblogs_post_body /*内容主体*/
{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    font-size: 13px;
}
#cnblogs_post_body p /*内容主体p样式*/
{
    line-height: 28px;
}
#cnblogs_post_body ul /*内容主体ul样式*/
{
    margin-top:20px;
}
#cnblogs_post_body h1 /*内容主体h1标题样式*/
{
    padding-bottom: 8px;
    background-color: #A1A1A1;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    padding-top: 10px;
    font-size: 17px;
    font-weight: bold;
}
#cnblogs_post_body img
{
    max-width: 100%;
    height: auto;
    border: none;
}
#cnblogs_post_body a /*内容主体的链接*/
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
#cnblogs_post_body a:link /*内容主体的链接*/
{
    color: #3D81EE;
    text-decoration: none;
}
#cnblogs_post_body a:visited /*内容主体的链接*/
{
    color: #3D81EE;
    text-decoration: none;
}
#cnblogs_post_body a:hover /*内容主体的链接*/
{
    color: #FF3300;
    text-decoration: none;
}
#cnblogs_post_body a:active /*内容主体的链接*/
{
    color: #3D81EE;
    text-decoration: none;
}
#cnblogs_post_body ol /*内容主体的ol列表*/
{
    padding-left: 30px;
}
#cnblogs_post_body ol li 
{
    line-height: 20px;
}
#cnblogs_post_body ul /*内容主体的ul列表*/
{
    margin-left: 25px;
}
#div_digg /*推荐浮动样式*/
{
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px;
    text-align: center;
    width: 120px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-color: white;
    margin: 10px;
    padding: 10px;
    border: 1px solid #CCC;
}
#cnblogs_post_body pre /*代码样式*/
{
    margin: 0px;
    font-family: "Courier New",Consolas;
    font-size: 10pt;
}
#cnblogs_post_body pre.code /*代码样式*/
{
    border-width: 2px 2px 2px 5px;
    border-style: solid;
    border-color: rgb(240,240,255) rgb(240,240,255) rgb(240,240,255) rgb(176,216,255);
    padding: 8px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    background-color: rgb(247,247,255);
}