body {
    color: #000;
    background: #F2F2F2;
    font-family: "微软雅黑", "Helvetica",  "verdana", "ms song", "宋体", "Arial","sans-serif";
    font-size: 13px;
    min-height: 101%;
}

#profile_block{
    display: none;
}

/*每篇文章的标题*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0088cc;
}

/**/
.cd-auto-hide-header {
      transition: transform .5s;
    }
.cd-auto-hide-header.is-hidden {
      transform: translateY(-100%);
    }
#header{
    top:0px;
}


/*导航列表*/
#navList {
    list-style: none outside none;
    display: block;
    float: left;
    left: 0;
    right: 0;
    margin: 0 10px 0 49px;
    position: relative;
}

/*一级标题颜色*/
#blogTitle h1 a {
color:#ffffff;
margin-left: 11px;
}


@keyframes warning {
    from {
        text-shadow: 0px 0px 4px #ffffff;
    }
    50% {
        text-shadow: 0 0 40px #7d7373;
    }
    to {
        text-shadow: 0 0 4px #ffffff;
    }
}

/*文章列表编辑按钮隐藏*/
#main .day .postDesc a{
    display:none
}

/*公告*/
/*公告上面的padding-top*/
.newsItem {
    padding: 0 0 5px 0px;
    margin-bottom: 8px;
}
/*公告h3是否显示*/
.newsItem .catListTitle {
    display: none;
}