

/*分页*/
.paging{position: relative;overflow: hidden;width: 100%;height: 35px;margin-top: 40px;margin-bottom: 60px;}/*float: left;*/
.paging-content{position: absolute;left: 50%;overflow: hidden;}
.paging-content>div{float: left;}

.pager{ position:relative;left: 45%;}

.paging .pagin{float: left;}
.paging span{color: #999;line-height: 30px;text-align: center;float: left;margin: 0 5px;width: 28px;height: 28px;border-radius: 3px;border:1px solid #DCDCDC;overflow: hidden;}
.paging a{width: 100%;height: 100%;color: #999;}
.paging span a:hover{background: #F45039;color: #fff !important;}
.paging .act a{background: #F45039;color: #fff !important;}
.paging .pre a{background: url(../../Templates/Default/images/paging.png) no-repeat 0px 0px;-moz-transition: all .0s 0s ease;-ms-transition: all .0s 0s ease;-o-transition: all .0s 0s ease;-webkit-transition: all .0s 0s ease;transition: all .0s 0s ease;}
.paging .next a{background: url(../../Templates/Default/images/paging.png) no-repeat 0px -30px;-moz-transition: all .0s 0s ease;-ms-transition: all .0s 0s ease;-o-transition: all .0s 0s ease;-webkit-transition: all .0s 0s ease;transition: all .0s 0s ease;}
.paging .pre.act{ background:#ccc;}
.paging .pre a:hover{background:#F45039 url(../../Templates/Default/images/paging.png) no-repeat 0px -62px;}
.paging .pre.act a:hover{background:#ccc;background: url(../../Templates/Default/images/paging.png) no-repeat 0px 0px;}
.paging .next a:hover{background:#F45039 url(../../Templates/Default/images/paging.png) no-repeat 0px -92px;}
.paging .next.act{ background:#ccc;}
.paging .next.act a:hover{background:#ccc;background: url(../../Templates/Default/images/paging.png) no-repeat 0px -30px;}

.paging .jump{float: right !important;color: #999;margin-left: 10px;}
.paging .jump input{margin:0 10px;text-align: center;width: 28px;height: 28px;line-height: 30px;border-radius: 3px;border:1px solid #DCDCDC;}
.paging .jump a{margin-left: 10px;float: right;width: 40px;color: #fff ;height: 30px;line-height: 30px;text-align: center;background: #3EB0AF;border-radius: 3px;-moz-transition: all .2s 0s ease;-ms-transition: all .2s 0s ease;-o-transition: all .2s 0s ease;-webkit-transition: all .2s 0s ease;transition: all .2s 0s ease;}
.paging .jump a:hover{background: #009999;color: #fff !important;}
/*分页*/