@charset "UTF-8";
.pagingButton{
	display:block;
}
.pagingButton .click,.pagingButton  .notclick{
	width:auto;
	height:auto;
	padding:8px;
	//color:#FFF;
	cursor:pointer;
	font-size:14px;
	border-radius:15%;
	text-decoration:none;
}
.pagingButton .click{
	//border-radius:50%;
	//background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    //background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    //background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    //background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
}
.pagingButton  .notclick{
	color:#ccc;
}
.pagingButton span{
	font-size:14px;
	line-height: 50px;
}
/*.pagingButton .in{
	width:30px;
	height:25px;
}*/
.pagingButton #pageNum{
	//min-width:30px;
	width:auto;
	//height:35px;
	outline:none;
	//color:#FFF;
	//border:none;
	//border-radius:50%;
	//padding:8px;
	//background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    //background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    //background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    //background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
}
#pageNum option{
	color:#00bbff;
	background-color:#FFF;
}
.preAndnext{
	font-size:14px;
}
.preAndnext a{
	color:#000;
	text-decoration:none;
}
.preAndnext a:hover{
	color:#6BB32A;
}
.preAndnext .span_b{
	font-weight:bold;
}
.preAndnext .gray{
	color:#8080803b;
}
.preAndnext .lefts,.preAndnext .rights{
	width:50%;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}