.paging{
	text-align: center;
}
.pagination{
	height: 36px;
	vertical-align: middle;}
.pagination a,
.pagination .active
{
	display: inline-block;
	min-width: 30px;
	padding: 0 9px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fcfcfc;
	border:1px solid #D8D7D7;
	margin:3px;
	color:black;
	vertical-align: middle;
}
.pagination a:hover,
.pagination .active{
	border:1px solid #D30000;
	background-color: #D30000;
	color:white;
}
.total-page{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-right:8px;
	color: #333333;
	
}
.jump-ipt{
	width: 40px;
	height: 30px;
	line-height: 30px;
	outline: none;
	border:1px solid #D8D7D7;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
}
/* .pagination .prev{
	background: url(../../static/icons/arrow-left.png) no-repeat center;
	background-size:16px;
}
.pagination .next{
	background: url(../../static/icons/arrow-right.png) no-repeat center;
	background-size:16px;
} */
.delegation{
	overflow: hidden;
	position: relative;
}
.delegation_left{
	float: left;
	width: 8%;
}
.delegation_left i{
	font-style: normal;
	line-height: 30px;
}
.delegation_right{
	float: left;
	width: 82%;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}
.delegation em{
	font-style: normal;
	padding:0 20px;
	line-height: 30px;
}
/* 展开更多 */
.result_list_more{ width: 7%; height: 30px; line-height: 30px; background-color: #fff; text-align: left;float: left;}
.result_list_more a{ position: relative; display: inline-block; text-indent: -0.2rem; font-size: 14px; text-align: center}
.result_list_more a::after{ content: ""; position: absolute; right: -20px; top:6px; font-size: 18px;
	width: 10px; height: 10px; border-top:2px solid #333; border-right: 2px solid #333;
	-ms-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);}
.result_list_more .result_rotate::after{top:12px;
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);}