li{ list-style:none;}
/*首页 导航*/
#navList a:link{
  text-shadow:none;
}

/*分页 pager*/
.topicListFooter .pager a, .topicListFooter .pager span{    border-radius: 3px;
    background: #9ab26b;
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;}