.topicListFooter .pager a:link,.topicListFooter .pager a:visited{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #169fe6;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
height: 30px;
line-height: 30px;
margin-top: 0px;
color: #fff;
display: inline-block;
padding: 0 15px;
text-decoration: none;
border: none
}
.topicListFooter .pager a:hover{
background: #E86C74;
}
#nav_next_page a {
background-color: #169fe6;
height: 30px;
line-height: 30px;
}
#nav_next_page a:hover{
background: #E86C74;
}
.topicListFooter {
height:30px;
}
#homepage_top_pager.topicListFooter,
#homepage1_HomePageDays_homepage_bottom_pager.topicListFooter {
height: 68px;
}
#under_post_news {
width: 848px;
margin-left: 0px; 
}
#navList a:hover {
    text-decoration: none;
    background-color: #2fb4dc;
    color: #f5f5f5;
}
/*头部*/
#Header1_HeaderTitle{
font-family: '楷体';
}
/*鼠标放在文章处 文章移动*/
.day:hover {
    text-decoration: none;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}