﻿ /*分页*/
.page{ width: 100%; padding: 58px 0 46px; height: auto; text-align: center; font-family: arial;}
.page a,
.page span{ width: 26px; text-align: center; border-radius: 3px; display: inline-block; height: 26px; line-height: 26px; margin: 0 3px; border: 1px solid #ccc; font-size: 16px; color: #666;}
.page a.cur{ background: #e41100; color: #fff; border-color: #e41100;}
.page a:hover{ color: #e41100; border-color: #e41100;}
.page a.cur:hover{ color: #fff;}
.page a.pageNext,
.page a.pagePrve{ width: 68px;}