*{
    padding: 0;
    margin: 0;
}
#navigator{
    display:none
}
#customNav{
    width: 100%;
}
#customNav ul{
    display: flex;
}
#customNav ul li a{
    color: #000;
    font-size: 16px;
    font-family: "仿宋";
    line-height: 42px;
    display: block;
    padding: 0 20px;
    text-decoration: none
}
#customNav ul li a:hover{
    color: #FF6666
}
#blogTitle{
    height: auto;
}
#blogTitle h2{
    float: none;
    font-size:16px
}
.entrylistTitle, .PostListTitle{
    height: auto;
    line-height: 57px;
}
#mainContent .forFlow h1{
    font-size: 35px;
}
#blogTitle h1{
    float:none
}
#blogTitle{
    position: initial
}
#header{
    padding-top: 130px;
    box-sizing: border-box;
}
#blogTitle h2{
    line-height: 40px;
}
.postCon{
    margin-top: 15px
}
.postDesc{
    line-height: 30px
}
.postTitle a{
    color: #0099CC;
}
.cnblogs_code{
    border-radius: 5px;
}
.postCon a,.entrylistPostSummary a{
    color: #0099CC
}
.postCon a:hover,.entrylistPostSummary a:hover{
    color: #FF6666;
}
.entrylistPosttitle a{
    font-size: 18px;
    color: #0099CC;
}
.postDesc{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 153, 204, 0.15);
    margin-bottom: 20px;
}
#mainContent .forFlow h1{
   text-align: center;
}
#topics .postTitle a{
   font-size: 26px;
}
#ad_t2{
   display: none
}