#cnblogs_post_body p {

    line-height: 2;

}/*顶一下*/
.diggnum {
    font-size:28px;
    color:#6DA47D;
    font-family:'Microsoft Yahei';
}
.diggum::after {
  content: '返回顶部',
  font-size: 116%
}
#div_digg{
    width: 0;
    height: 0;
    text-align: center;
}
.diggit{
    position: fixed;
    border-radius: 5px;
    padding: 20px;
    right: 180px;
    bottom: 10px;
    border: solid 1px #ddd;
    z-index: 200;
    box-shadow: 0 0 16px 2px #ddd;
    width: 140px;
    height: 140px;
    background: #fff  no-repeat 16px 0;
    background-size: 120px 120px;
    opacity: 0.8;
}
.diggnum{
display: inline-block;
background: url(https://images0.cnblogs.com/blog2015/708426/201508/180024347697620.gif) no-repeat;
width: 100px;
height: 100px;
background-size: 200px 100px;
margin-top: 10px;
font-size: 50px;
color: #6DA47D;
font-family: 'Microsoft Yahei';
}
.diggnum:hover{
background-position-x: -100px;
}
.diggword {
    position: fixed;
    //right: 220px;
    bottom: 20px;
    z-index: 201;
}
.buryit {
    display:none;
}
#sideBarMain li {
    white-space: normal;
}