#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
    display:none; !important
}
body{
    <!--//background: url(https://dik.img.lgdsy.com/pic/38/26542/7d7f902577c15f1e_1440x900.jpg) fixed center center;-->
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navList a:link, #navList a:visited, #navList a:active{
    text-shadow: none;
}
#navList a{
    text-shadow: none;
}
#navList a:hover{
    font-weight: bold;
    color:rgb(10,186,157);
    text-shadow: none;
    text-decoration: none;

}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgb(7,113,126);
}
.postTitle {
    border-left: 5px solid rgb(10,186,157);
}
#Header1_HeaderTitle{
    font-size: 350%;
}

#Header1_HeaderTitle:hover{
    text-decoration: none;
    color:rgb(10,186,157);
}
#blogTitle h2{
    margin-left: 2em;
    font-size: 1.5em;
    padding-bottom: 20px
}
#back-to-top {
    background-color: rgb(10,186,157);
    bottom: 0;
    box-shadow: 0 0 6px rgb(10,186,157);
    color:white;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    width:20px;
    height:20px;
    border-radius:20px;
    text-align:center;
}
#back-to-top a{
    width:16px;
    height: 16px;
    text-decoration: none;
    font-weight:bold;
    color:white;
    font-size:18px;
}
#back-to-top a:hover{
    color:rgb(255,202,189);
}

#sidebar_shortcut{
display:none;
}

#div_digg{
  position:fixed;
  bottom:5px;
  width:120px;
  right: 150px;
  padding:5px;
  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);
}



/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}