/**
 * 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: #077fdc!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(14, 149, 253, 0.17);
	color: #333!important;
	text-decoration: none;
}

.pagination .current {
	background: #428bca;
	color: #fff;
	border: 1px solid #428bca;
}

.pagination .current.prev,.pagination .current.next {
	color: #999;
	border-color: #eee;
	background: #fff;
}