/*推荐和反对*/
#div_digg {
  position:fixed;
  bottom:5px;
  width:80px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
#div_digg .buryit{
display:none;
}
.newsItem{
display:none;
}
#toMyBlogTop {
    width: 68px;
    height: 65px;
    display: none;
    position: fixed;
    right: 25px;
    bottom: 45px;
    background: url(https://images.cnitblog.com/blog/310680/201301/09130645-8d99074069b145bea8de55e5df733b02.jpg) no-repeat 0 0;
    opacity: 0.6; 
}
#toMyBlogTop:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}