﻿/*分页*/
.pager{text-align:center; padding:50px 0px; width:100%; height:auto; overflow:hidden; font-size:12px; clear:both;}
.pager .pagerleft{ background:url('../images/pager_left.png') center no-repeat;padding:7px 17px;}
.pager .pagerright{ background:url('../images/pager_right.png') center no-repeat;padding:7px 17px;}
.pager a{border:1px solid red; padding:7px 13px; border-radius:3px; border:1px solid #cfcfcf; margin-right:10px; font-weight:bold; color:#666}
.pager a:hover{ background-color:#2560ab; color:#fff;}
.pager .curpage{color: #fff;margin-left: 0px;font-size: 12px; font-weight:bold; background: #2560ab; padding: 7px 14px;border: 1px solid #cfcfcf;border-radius: 3px;}
.pager .curpage a{border:none;}
.pager .pagerinput{width:22px; height:33px; border:1px solid #cfcfcf; padding:0px 5px; text-align:center; border-radius:3px;}
.pager .pagerbtngo{border: 1px solid #cfcfcf;  border-radius: 3px; color: #666; font-weight: bold; height: 36px; margin-left: 5px; margin-top: 6px;  padding:0px 5px; cursor:pointer;}


