#div_digg {
    position: fixed;
    bottom: 10px;
    right: 15px;
    border: 2px solid #ECD7B1;
    padding: 10px;
    width: 140px;
    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);
}
body {
    color: #000;
    background: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 101%;
    background: #fff url('https://images2015.cnblogs.com/blog/459873/201509/459873-20150919175458742-1697781612.jpg') no-repeat top center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #d3df3f;
    font-family: "微软雅黑";
    font-size: 200%;
    width: 100%;
    text-shadow: 3px 3px 3px #003d44;
}


#blogTitle h2 {
    margin-top: 0em;
    #margin-left: 2em;
    #line-height: 6em;
    width: 100%;
    #float: inherit;
    display: inline;
}

.newsItem {
    padding:5px 5px 5px;
    margin-bottom: 2em;
}