@charset "utf-8";#page {    display: inline-block;    _display: inline;    *display: inline;    *zoom: 1;    margin: auto;}.page {	height: 40px;    text-align: center;    margin:45px auto 50px auto;}.pagingUl {    float: right;    padding: 0;    margin: 0;    list-style: none;    height: 40px;}.pagingUl li {    float: left;}.pagingUl li a {    display: inline-block;    padding: 0 15px;    height: 38px;    text-align: center;    line-height: 38px;    color: #666666;    font-size: 14px;    border: 1px solid #e0e1e2;    border-right:none;}.pagingUl li:last-child a{    border-right: 1px solid #e0e1e2;}#page .prv,#page .next {    width: 38px;    height: 38px;    text-align: center;    line-height: 38px;    cursor: pointer;    color: #666666;    font-size: 14px;    border: 1px solid #e0e1e2;    border-right: none;    font-size:0;}#page .prv a,#page .next a {    display: inline-block;    width: 38px;    height: 38px;    text-align: center;    line-height: 38px;    color: #666666;    font-size: 14px;    border-right:none;}#page .prv{	background:url(../images/pagev.png) center no-repeat;}#page .next{	background:url(../images/pagen.png) center no-repeat;}#page .prv:hover{	background:url(../images/h-prve.png) center no-repeat;}#page .next:hover{	background:url(../images/h-next.png) center no-repeat;}.first,.last {    width: 58px;    height: 38px;    text-align: center;    line-height: 38px;    cursor: pointer;    color: #666666;    font-size: 14px;    border: 1px solid #e0e1e2;    border-right: none;}.first a,.last a {    width: 58px;    height: 38px;    text-align: center;    line-height: 38px;    cursor: pointer;    color: #666666;    font-size: 14px;    border-right: none;}#page .prv:hover,#page .next:hover,.first:hover,.first:hover a,.last:hover,.last:hover a,.pagingUl li a:hover,.activP {    background-color: #0b83df!important;    color: #fff!important;    border: 1px solid #0b83df!important;    border-right: none !important;}