﻿.pagebar {
	font-size: 0;
    -webkit-text-size-adjust:none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.pagebar a,
.pagebar span.current {


	width: 40px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	/*margin-left: -4px;*/
	margin-right: 6px;
	box-sizing: border-box;
	border: solid 1px #ebebeb;
	color: #666666;
	background: #f8f8f8;
	vertical-align: middle;
	font-size: 16px;
}
.pagebar a:hover, 
.pagebar .active,
.pagebar span.current {
	background: #ff591b;
	color: white;
	border: solid 1px #ff591b;
}

.pagebar .many {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    margin-right: 6px;
    width: auto;
    border: none;
    background: none;
}

.pagebar a.next-page {
	width: 68px;
}


/*兼容插件的样式*/
/*.pagebar span.current {
	display:inline-block;
	width: 40px;
	height: 30px;
	background: #d60000;
	color: white;
	border: solid 1px #d60000;
}*/


.pagebar .prev,
.pagebar .next,
.pagebar .current.prev,
.pagebar .current.next{
	width: 68px;
}
.pagebar .current.prev,
.pagebar .current.next{
	
	color:#999;
	border-color:#ebebeb;
	background:#fff;
}
