body{
background: #e6e6e6;}
#blogTitle h1 a, #blogTitle h2{
color: #515151;text-shadow: none;}
#home{background-color: #fff;margin-top:20px;}
#blogTitle h1{
font-size:30px;}
.blogStats{
visibility: visible;}
#topics .postTitle{
padding-left: 0;
font-size:28px;}
.postTitle a:hover{
    margin-left: 0;
    color: #21759b;
    text-decoration: none;
}

/* 内容 a */
#cnblogs_post_body a{
color: #21759b;
text-decoration: none;
}
#cnblogs_post_body a:hover{
color: #195a84;
text-decoration: underline;
}

/*回顶部*/
#gotop{
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background-color: #21759b;
  border-radius: 2px;
  position: fixed;
  z-index: 66;
  right: 10px;
  bottom: 12%;
  opacity: 1;
  transition: opacity .5s;
}

#gotop:hover{
  background-color: #195a84;
}