#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:206px;
  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);
}


/*发表文章的标题*/
.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }
    
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}

/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}




/*标题h1 h2 h3样式*/
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em"微软雅黑", "PTSans", "Arial", sans-serif;
    font-size: 16px;
}
#cnblogs_post_body h1 {
  background: #369;
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: FZShuTi； height: 18px;
line-height: 18px;
padding: 10px 0 10px 5px;
text-shadow: 2px 2px 3px #222222;
text-align: center;
margin-bottom: 20px;
font-size: 20px;
font-weight: 300;
}
#cnblogs_post_body h2 {
    background: #4682B4;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: white;
font-family: Futura;
font-weight: 300;
height: 18px;
line-height: 18px;
margin: 12px 0 !important;
padding: 8px 0 8px 10px;
text-shadow: 2px 2px 3px #222222;
margin-bottom: 20px;
width: 85%;
text-align: left;
font-size: 18px;
}
#cnblogs_post_body h3 {
background: #009ACD;
color: #FFFFFF;
border-radius: 6px 6px 6px 6px;
font-size: 16px;
font-weight: bold;
height: 24px;
line-height: 24px;
margin: 12px 0 !important;
padding: 2px 0 2px 10px;
text-shadow: 2px 2px 3px #222222;
width: 65%;
margin-bottom: 20px;
}
#cnblogs_post_body h4 {
background: #87CEEB;
color: #FFFFFF;
border-radius: 6px 6px 6px 6px;
font-family: comic sans ms,"微软雅黑" , "宋体" , "黑体" ,Arial;
font-size: 14px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 12px 0 !important;
padding: 2px 0 2px 10px;
text-shadow: 2px 2px 3px #222222;
width: 50%;
margin-bottom: 20px;
}
#cnblogs_post_body h5 {
background: #AFEEEE;
color: #FFFFFF;
border-radius: 6px 6px 6px 6px;
font-family: comic sans ms,"微软雅黑" , "宋体" , "黑体" ,Arial;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 12px 0 !important;
padding: 2px 0 2px 10px;
text-shadow: 2px 2px 3px #222222;
width: 40%;
margin-bottom: 20px;
}
#back-to-top {
    background-color: #86b3de;
    bottom: 20px;
    box-shadow: 0 0 6px #4767b2;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 150px;
    cursor: pointer;
    z-index:1001;
}