@charset "utf-8";
/* CSS Document */

.xxxy-back{
	background: #f2f2f2;
}
/*xxxy-top*/
.xxxy-top{
	width: 100%;
	height: 518px;
	background: url(xxxy-top.png) center no-repeat;
}
.xzzf-top{
	width: 100%;
	height: 518px;
	background: url(xzzf-top.png) center no-repeat;
}
/*xxxy-list*/
.xxxy-list{
	width: 1100px;
	height: auto;
	padding: 0 50px;
	background: #fff;
	margin-top: 30px;
}
.xxxy-list ul{
	width: 100%;
	height: auto;
	padding: 50px 0;
	border-bottom: 1px dashed #c9c9c9;
}
.xxxy-list ul li{
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.xxxy-list ul li i{
	width: 6px;
	height: 6px;
	border: 2px solid #555;
	border-radius: 50%;
	float: left;
	margin: 19px 19px 0 0;
}
.xxxy-list ul li a{
	width: auto;
	height: 48px;
	font-size: 18px;
	float: left;
}
.xxxy-list ul li span{
	width: auto;
	height: 48px;
	font-size: 16px;
	color: #555;
	float: right;
}
/*page*/
.page{
	width: 1100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 60px 0;
	position: relative;
}
.page a{
	width: auto;
	height: 36px;
	display: inline-block;
	background: #fff;
	border: 1px solid #c9c9c9;
	padding: 0 15px;
	margin: 0 2px;
}
.page a:hover{
	background: #e52d1c;
	color: #fff;
}
.page span{
	padding: 0 2px;
}
.page .view-page{
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #c9c9c9;
	position: absolute;
	top: 66px;
	z-index: 9;
}
.page .page-ts{
	margin-left: 46px;
}
.page .page-botton{
	width: auto;
	height: 36px;
	display: inline-block;
	background: #f2f2f2;
	padding: 0 14px;
}