.list {
	width: 100%;
	height: auto;
}

.list li {
	margin: 0px;
	;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #CCC;
	color: #119e9c;
}

.list li a {
	color: #333333;
}

.page {
	/*position: relative;
	top: 127px;
	width: 100%;
	height: auto;*/
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
}
.page .pagination {
	width: 100%;
	height: auto;
}

.page .pagination ul {
	width: 255px;
	height: 30px;
	margin: 0 auto;
}

.page .pagination ul li {
	line-height: 21px;;
	margin: 5px;
	float: left;
	background-color: #f8f8f8;
}

.page .pagination ul li a {
	border-radius: 2px;
	font-size: 13px;
	color: #6b6b6b;
	padding: 2px 8px;
	border: 1px solid #d8d8d8;
}
.current{
	padding: 2px 8px;
	background-color: #008785;
	color: #FFFFFF !important;
}
