﻿
/*翻页共用部分*/
.pagenav { font-size:14px; text-align:center; margin:0px 0px 5px 0px; }
.pagenav span，
.pagenav a:link，
.pagenav a:visited { display:inline-block; *display:inline; height:24px; margin:0px 1px;padding:0 7px;color:#666; line-height:24px; vertical-align:middle; zoom:1; }
.pagenav a:hover，
.pagenav a:active { background:#e4eaee; text-decoration:none; }
.pagenav a.page-prev:link，
.pagenav a.page-prev:visited，
.pagenav a.page-next:link，
.pagenav a.page-next:visited { width:auto; padding:0 10px; }
.pagenav .active { color:#fff; background-color:#488fcd; }
.pagenav .page-prev.disable:link，
.pagenav .page-next.disable:visited，
.pagenav .page-next.disable:hover，
.pagenav .page-next.disable:active { color:#999; background-color:#fff; cursor:auto; }
/*pagenav-02样式2——强显示*/
.pagenav-02 span，
.pagenav-02 a:link，
.pagenav-02 a:visited { margin:0 2px; border:1px solid #dedede;text-decoration:none; }
.pagenav-02 a:hover，
.pagenav-02 a:active { background-color:#fff; border-color:#0A716F; text-decoration:none;}
.pagenav-02 .active { background-color:#12b5b0; padding: 0 8px;margin: 0 2px;}
.pagenav-02 .page-prev.disable:link，
.pagenav-02 .page-next.disable:visited，
.pagenav-02 .page-next.disable:hover，
.pagenav-02 .page-next.disable:active { border:none;cursor:auto; }

.iconfont {
    font-family: "iconfont";
    font-size: 14px;
    font-style: normal;
    line-height: 1;
    cursor:pointer;
}
.iconfont:active{
    color:#12b5b0;
}
