/**
 * created by liuhongyang on 2016/10/9.
 */
.pagination {
	font-family: "microsoft yahei", tahoma, arial,;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center
}

.pagination a {
	text-decoration: none;
	border: 1px solid #bbbbbb;
	color: rgb(247, 116, 0) !important;
	border: 1px solid #d8d6d6;
	/*color: #077fdc;*/
}

.pagination a,.pagination span {
	padding: 0.2em 0.6em;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px !important;
	/* -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; */
}

.pagination a:hover {
	background: rgba(247, 116, 0,0.25);
	color: #333 !important;
	text-decoration: none;
}

.pagination .current {
	background: rgb(247, 116, 0);
	color: #fff;
	border: 1px solid rgb(247, 116, 0);
}

.pagination .current.prev,.pagination .current.next {
	color: #999;
	border-color: #eee;
	background: #fff;
}
.go-page{
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	color: #666;
	font-size: 14px;
}

.go-page input{
	border-radius: 4px;
	border: 1px solid #dcdee2;
	height: 30px;
	width: 66px;
	margin: auto 5px;
	padding-left: 5px;
}
