#header{
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 35px;
    background-color: rgba(66, 66, 66, 0.6);
    overflow: hidden;
    transition: all 1s;
}
#header:hover{
    background-color: rgba(0, 46, 252, 0.603);
}
#blogTitle{
    padding: 0 ;
    width: 20%;
    height: 35px;
    float: left;
    padding-left: 20px;
}
#blogTitle a{
    font-size: 25px;
    line-height: 35px;
    color: whitesmoke;
    transition: all 1s;
}
#blogTitle a:hover{
    font-size: 30px;
}
#navigator{
    float: right;
    width: 70%;
    height: 35px;
    background: rgba(0,0,0,0);
    font-size: 30px;
    line-height: 35px;
    border: 0;
    overflow: hidden;
}
#navigator a{
    color: whitesmoke;
    font-size: 18px;
    line-height: 35px;
}
#navigator .blogStats #blog_stats{
    color: whitesmoke;
    font-size: 12px;
    line-height: 35px;
}
#main{
    margin-top: 45px;
}
#topics{
    overflow: hidden;
}
#cnblogs_post_body p{
    text-indent: 2em;
}
#mainContent .forFlow{
    padding-top: 20px;
}
.postTitle>a{
    font-size: 25px;
}