/* 隐藏顶部的导航分页 */
#homepage_top_pager{
  display: none !important;
}
/* 修复底部导航分页的hover效果 */
.topicListFooter .pager a:hover{
  border: 1px solid #9aafe5 !important;
  padding: 2px 5px !important;
  display: inline !important;
  margin-top: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
}
/*设置每一天的文章块的间距*/
.day{
 margin: 10px auto;
}
/* 页面锚点平滑过渡 */
html, body{
    scroll-behavior:smooth;
}