/* CSS Document */
select{
	width: 207px; height: 46px; border-radius: 6px; border: 1px solid #e6e6e6; color: #666666; padding:0 20px; margin-right: 20px;
}
.search{
	float: right; position: relative;
}
.search input{
	width: 455px; height: 46px; border-radius: 6px; border: 1px solid #e6e6e6; color: #666666; padding-left: 20px;
}
.searchIcon{
	position: absolute; right:18px; top: 13px; cursor: pointer;
}
table{
	font-size: 14px; color: #666666; width: 100%; border-bottom:1px solid #ededed; margin: 42px auto 62px
}
tr{
	height: 80px; cursor: pointer;
}
td{
	border-top:1px solid #ededed;
}


.pageList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 40px;
	margin: 20px auto 54px;
	width: max-content;
}
.allPage{
	font-size: 16px; color: #999999;
}
.allPage span{
	color: #5e9d78; font-weight: bolder;
}
.pages{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 40px;
	border: 1px solid #e0e0e0;
	height: 40px;
}
.pages div{
	width: 32px; height: 40px; border-left: 1px solid #e0e0e0; background: #fff; font-size: 21px; color: #666666; line-height: 40px; text-align: center; cursor: pointer;
}
.numpage{
	font-size: 21px; width: 54px; height: 40px; border: 1px solid #e0e0e0; margin-left: 40px; text-align: center; color: #666666; 
}
.turnBtn{
	color: #fff; font-size: 16px; width: 68px; height: 40px; background: #5e9d78; text-align: center; line-height: 40px; margin-left: 10px; cursor: pointer;
}

.ricon{
	width: 6px;
}