/*首页导航栏*/
#navList a
{
    font-size: 18px;
    color: #fff !important;
    text-shadow: 2px 2px 2px #d2d2d2;
    background: none;
}

#navList a:hover
{
    font-size: 24px;
    color: #000 !important;
    text-shadow: 3px 3px 3px #393D49;
    background: none;
    text-decoration: underline;
}
/*博客标题*/
#topics .postTitle a:hover
{
   color: #000 !important;
   text-decoration: underline;
   text-shadow: 3px 3px 3px #393D49;
   margin-left: 10px;
}