/*推荐和反对*/
#div_digg {
    padding: 0px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 0px;
    right: 0;
    _right: 0 px;
    border: 2px solid #D9DBE1;
    border-radius:7px;
    background-color: #FFFFFF;
    filter: alpha(Opacity=95);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}
#blog_post_info_block a {
  text-decoration:underline;
    color: #5B9DCA;
    padding: 3px;
}

.postTitle{
    background-color:#ECE688;
    font-size: 40px;
    font-family:微软雅黑;
    font-weight: 900;
    box-shadow: 1px  3px  4px;
    text-align: center;
}