.back_top{
            background-color: #C6E746;
            position: fixed;
            right: 220px;
            bottom: 56px;
            text-align: center;
            padding: 13px;
            z-index:10000;
            border: 2px solid white;
        }
        .back_top a{
            text-decoration: none;
            color: white;
        }
        .back_top a:hover{
            color: red;
            text-decoration: underline;
        }
.buryit{
    display: none;
}
#div_digg {
    float: right;
    position: fixed;
    width: auto;
    bottom: 10px;
    left: 70%;
    margin-bottom: 10px;
    background: rgba(247,247,247,0.3);
    margin-right: 30px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #AAA;
    padding: 10px;
    border: 2px solid rgba(82, 168, 236, 0.8);
    text-align: center;
    margin-top: 10px;
}
#cnblogs_post_body h2 {
    background: #4A708B;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
    width: 70%;
}
#cnblogs_post_body h3{
     font-size: 14px;
}
.postTitle{
    background-color: #009ACD;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.postTitle a{
   color: white;
}
#topics .postTitle a{
   color: white;
}
#cnblogs_post_body h3{
  color:#CC5522;
}
.entrylistPosttitle{
  background-color: #009ACD;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.eight p{
            margin: 0;
            padding: 0;
            background-color: greenyellow;
            color: red;
            width: 259px;
        }
#cnblogs_post_body ul {
    margin-left: 30px;
    padding-left: 0;
    display: block;
    list-style-type: disc;
     list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px
}


#cnblogs_post_body ul li {
    margin-bottom: 1em;
     color: black;
     display: list-item;
     text-align: -webkit-match-parent;
     list-style: none;
}
#cnblogs_post_body ul li a{
     text-decoration: none;

}
#cnblogs_post_body ul li a:hover{
   text-decoration: black;
    color: darkorange;
}
#cnblogs_post_body ul li ul li {
   list-style: none;
}