#navList{
    display: none;
}
#navigator{
           height: 80px;

        }
        #navigator > ul > li{
            display: inline-block;
            overflow: hidden;
        }
        #navigator > ul > li a {
            display: block;
            padding: 0 15px;
            height: 75px;
            font-family: "微软雅黑";
            float: left;
            text-align: center;
            transition-duration: 0.3s;
            color:#333;
            text-decoration: none;
            line-height: 75px;
            font-size: 16px;
        }
        #navigator > ul > li a:hover{
        color:#00ACF0;
        }
.postBody p{
            line-height: 2;
            font-size: 16px;
        }
.cnblogs_code span, .cnblogs_code pre{
            font-size: 14px !important;
            font-family: "Consolas","Courier New",Courier,mono,serif!important;
        }
.postTitle{
            font-size: 16px;
        }
 .entrylistPosttitle{
            font-size: 18px;
            padding-bottom: 10px
        }
#topics .postTitle{
            font-size: 20px;
        }
        .postBody{
            color: #444;
            font-size: 15px;
            font-family: Arial,'Hiragino Sans GB',冬青黑,'Microsoft YaHei',微软雅黑,SimSun,宋体,Helvetica,Tahoma,'Arial sans-serif';
            -webkit-font-smoothing: antialiased;
            line-height: 1.8;
            word-wrap: break-word;
            padding: 15px 30px 10px 30px;
        }
.con-title{
            font-size: 18px;
            font-weight: 600;
            padding-bottom: 10px;
        }
.PostListTitle{
            padding-left: 50px;
        }