body,html{ background: -webkit-gradient(linear,left top,left bottom,from(#C0C0C0),to(#F5F5F5)) no-repeat;font-family:"微软雅黑";}
.newsItem{display:none;}
#navList li a{
    font-weight: bold;
    text-align:center;
}
@media  screen and (-webkit-min-device-pixel-ratio:0) {
    #navList li:hover a{
    background: -webkit-gradient(linear,left top,left bottom,from(#FF0052),to(#802F7B));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
}
#navigator{left:auto;right:10%;}
.postCon{border-radius:10px;box-shadow:3px 3px 1px 1px #555;}
.mynav{width:12%;height:100%;background:#000;position:fixed;right:0;}