/* 控制是否显示 "首页" "尾页" */
.pagebar .p_first,
.pagebar .p_first_d,
.pagebar .p_last,
.pagebar .p_last_d {
    display: none;}

/* 控制是否显示 "上页" "下页" */
.pagebar .p_prev,
.pagebar .p_prev_d,
.pagebar .p_next,
.pagebar .p_next_d {
    display: none;}

/* 控制是否显示无链接的 "首页" "上页" "下页" "尾页" */
.pagebar .p_first_d,
.pagebar .p_prev_d,
.pagebar .p_next_d,
.pagebar .p_last_d {
    display: none;}
.footer-bottom a,
.footer-bottom a:link,
.footer-bottom a:visited,
.footer-bottom a:active,
.footer-bottom a:focus {
    color: inherit;
    text-decoration: none;}

.footer-bottom a:hover {
    text-decoration: underline;}
