@charset "utf-8";
/* pagination */
.pagination{font-size:80%; padding-left: 3px; padding-bottom: 3px; margin: 12px; padding-top: 8px; text-align: left;margin:0 auto;}    
.pagination a{text-decoration:none;border:solid 1px #E8EBEF;color:#3F3E3A;}
.pagination a,.pagination span{display:inline-block;padding:0.5em 0.5em;margin-right:5px;margin-bottom:5px;min-width: 30px;text-align:center;position: relative;}
.pagination .current{background:#f1f1f1;color:#46433a;border:solid 1px #E8EBEF;}
.pagination .current:not(.prev):not(.next){
	font-weight:bold;
}
.pagination .current.prev, .pagination .current.next{color:#AAA !important;border-color:#E8EBEF !important;background:#fff !important; position: relative;}
.pagination #pagevalue {
    height: 30px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    outline: none;
    border: 1px solid #E8EBEF;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    font-size: 12px;
    width: 45px;
    box-sizing: border-box;
}
.pagination #pageSkip {
    padding-right: 0;
    margin-right: 0;
}
.pagination #search {
   margin-right: 0;
}
.pagination .prev:not(.first) {
    padding-left: 20px;
}
.prev:not(.first):before {
    content: '';
    background: url(../images/icons_companysite.png) -205px -112px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -6px;
    top: 10px;
}
.pagination .next:not(.last) {
    padding-right: 20px;
}
.next:not(.last):after {
	content: '';
    background: url(../images/icons_companysite.png) -248px -112px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -8px;
    top: 10px;
}
/*简洁风格样式重写(.pagination.pithy-style)*/
.pagination.pithy-style a, .pagination.pithy-style span{
    height: 32px;
    line-height: 33px;
    padding: 0px 13px !important;
    min-width: inherit !important;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 0px;
}
.pagination.pithy-style .current{
    background-color: #ff8123 ;
    color: #fff!important;
}
.pagination.pithy-style .prev:not(.first){
	width: 32px;
	border-right:0;
    padding: 0 !important;
}
.pagination.pithy-style .next:not(.last){
	width: 32px;
	border-left:0;
    padding: 0 !important;
}
.pagination.pithy-style .next:not(.last):after{
    right: -1px;
    top: 12px;
}
.pagination.pithy-style .prev:not(.first):before{
    left: -1px;
    top: 12px;
}
