#gotoTop{
    background-color: #303133;
    position:fixed;
    right:60px;
    bottom:80px;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
}
#navigator{
position:fixed;
top:-50px;
left:0;
margin-top:0;
background-color: #303133;
width:100%;
z-index:1000;
border:0;
transition: all 1s;
}
#navList{
    margin-left:200px;
    height:50px;
}
#navList li{
width:100px;
height:100%;
text-align:center;
margin:0;
cursor: pointer;
}
#navList li a{
display:block;
width:100px;
height:100%;
text-align:center;
margin:0;
cursor: pointer;
}
#navList li:nth-of-type(1),
#navList li:nth-of-type(2),
#navList li:nth-of-type(3),
#navList li:nth-of-type(4),
#navList li:nth-of-type(5),
#navList li:nth-of-type(6),
#sidebar_news .catListTitle,
#ad_t2,
#opt_under_post,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb,
#HistoryToday,
#widget_my_google{
display:none;
}
#navList li:hover{
background-color: skyblue;
}
.blogStats{
    margin-right:200px
}
#home{
    margin-top:80px;
    box-shadow: 20px 20px 15px #888888;
}
.myinfo .my-head-img{
width:100px;
height:100px;
}