

/**
* common styles
*/


/**
* content styles
*/


.list .list-item{
	float:left;

	
}
.jpage1{
	float:left;
	width:1005px;
	height:900px;
}



/**
* pagination
*/
.jpage-pagination{
	list-style: none;
	padding: 0;
	margin: 0;
}

.jpage-pagination li{
	float: left;
	cursor: pointer;
	height: 22px;
	width: 22px;
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #777777;
	float:left;
	margin-right:1px;
	padding-left:8px;
}

.jpage-pagination li:hover{
	background-image: url(../images/all_page.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #444444;
	float:left;
}

.jpage-pagination .active,
.jpage-pagination .active:hover{
	color: #444444;
	background-image: url(../images/all_page.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float:left;
}

.person_page{
	float:left;
	width:820px;
	padding-bottom:24px;
	padding-left:360px;
	
}
.person_page a{
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #888888;
	text-decoration: none;
}
.person_page a:hover{
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #0087cc;
	text-decoration: none;
}
.all_page_more1{
}
.all_page{
	float: right;
	width: 820px;
	margin-top:20px;
}
