/* CSS Document */
/*分页*/
#pageGro{ width:400px; height:40px; margin:0px auto; padding-top:30px;padding-bottom: 30px;}
#pageGro div,#pageGro div ul li{ font-size:16px; color:#999; line-height:40px; float:left; margin-left:5px;text-align: center;}
#pageGro div ul li{ width:40px; text-align:center; border:1px solid #999; cursor:pointer;}
#pageGro div ul li.on{ color:#fff; background:#f0822a; border:1px solid #f0822a;}
#pageGro .pageUp,#pageGro .pageDown{ width:40px;height: 40px; border:1px solid #999; cursor:pointer;}
#pageGro .pageUp{ text-indent:23px; background:url(../img/pageUp.png) 15px 10px no-repeat;margin-right: -4px;}
#pageGro .pageDown{ text-indent:5px; background:url(../img/pageDown.png) 17px 10px no-repeat;}
#pageGro div#ctl00_ContentPlaceHolder1_AspNetPager1 {text-align: center;display: inline-block;margin: 0;float: none;}
#ctl00_ContentPlaceHolder1_AspNetPager1 a {display: inline-block;height: 34px;border: 1px solid #ccc;padding: 0 12px;line-height: 34px;box-sizing: border-box;border-radius: 4px;transition: all ease-out .3s 0s;-webkit-transition: all ease-out .3s 0s;-moz-transition: all ease-out .3s 0s;-o-transition: all ease-out .3s 0s;}
#ctl00_ContentPlaceHolder1_AspNetPager1 a:hover {border-color: #ff8c00;background-color: #ff8c00;color: #FFFFFF !important;}
#pageGro div#ctl00_ContentPlaceHolder1_AspNetPager1>span {display: inline-block;height: 34px;border: 1px solid #ccc;padding: 0 12px;line-height: 34px;box-sizing: border-box;border-radius: 4px;border-color: #ff8c00;background-color: #ff8c00;color: #FFFFFF !important;}
