#under_post_news
{
display:none;
}
#under_post_kb
{
display:none;
}
/*修改文章title的字体等*/
.postTitle
{
font-size:20px;
font-family:黑体;
}
#tbCommentBody{
width: 100%!important;
}
/* 修养导航 */
#navList a:link {
    color: #fff;
    text-shadow: 0px 0px 0px #000;
}
#navigator,#navList,#navList li{
   height: 40px;
}
#navList li{
   line-height: 40px;
}
#navList li:first-child{
float:right;
}
#Header1_HeaderTitle{
    display: inline-block;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: shake-slow;
    -ms-animation-name: shake-slow;
    animation-name: shake-slow;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}