﻿/*====================分页css=========================*/
.pager{font: 12px/21px  Arial;}/*统一字体 让汉字和数字 对齐*/
.pager a{ text-decoration:none}
.pager { padding: 20px 0; height: 24px; float: right; width: 100%; text-align: center; }
.pager a{display:inline-block;width:26px;height:22px;line-height:22px;background:#fff;border:1px solid #e3e3e3;text-align:center;}
.pager a.a1{background:url(../images/titleBg.png) 0 0 no-repeat;width:56px}
.pager a:hover{background:#f1f1f1;color:#000;text-decoration:none}
.pager .curPage{display:inline-block;width:26px;height:22px;line-height:22px;background:#40484d;color:#fff;text-align:center}
.pager .noPage{display:inline-block;width:56px;height:22px;line-height:22px;background:url(../images/titleBg.png) 0 0 repeat-x;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4}
/*.pager .p_count { color:#40484d }*/

.pager .p_count { display:none; color:#40484d }