﻿

/* 分页 */
.pages_btns { width: 98%; padding: 25px 0 8px; overflow: hidden; }
.pages_btns { line-height: 26px; }

.first {/* width: 98%;*/ padding: 25px 0 8px; overflow: hidden; }
.prev { line-height: 26px; }
.pages { float: left; border: 1px solid #7bcf63; background: #FBFFE1; height: 24px; line-height: 26px; overflow: hidden; }
.pages a, .pages strong, .pages kbd { float: left; padding: 0 8px; line-height:26px; color: #000;}
.pages a:hover { background: #d7f0ce; color: #000; }
.pages a:visited { color: #000; }
.pages strong { font-weight: bold; color: #000; background: #d7f0ce; }
.pages a.prev, .pages a.next { line-height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.pages a.next { padding: 0 15px; }
.pages kbd { margin: 0; }
* html .pages kbd { padding: 1px 8px; }
.pages kbd input { border: 1px solid #7BCF63; margin-top: 3px !important; * > margin-top: 1px  !important; margin: 1px 4px 0 3px; padding: 0 2px; height: 17px; }
.pages kbd>input { margin-bottom: 2px; }

