*{margin:0;padding:0}
body{
	background:#efefef;
	font-family: '微软雅黑';
}
a{
	color:#333333;
}
a:hover{
	text-decoration:none;
}
ul{
	margin:0;
	list-style:none;
}
#container{
	width:1280px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.top{
	width:1280px;
	margin:0 auto;
	height:380px;
}
.container-fluid{
	width:1078px;
	margin:0 auto;
	height:auto;
	position: relative;
    top: -76px;
    z-index: 5;
    background:#FFFFFF;
    padding:0;
}
.row-fluid .span12 h5{
	margin:10px;
	height:35px;
	line-height:35px;
	padding-left:15px;
	color:#0073ca;
	font-family:'微软雅黑';
	background:url(../../img/menu.gif) repeat;
	position:relative;
	z-index:10;
	border:1px solid #98d0fb;
}
.row-fluid .span12 .list{
	height:auto;
	*height:auto;
	min-height:475px;
	_height:475px;
}
.row-fluid .span12 .list ul{
	padding-top:15px;
}
.row-fluid .span12 .list ul li{
	width:95%;
	font-size:14px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	*margin-top:-3px;
	overflow:hidden;
	background:url(../../img/dd.gif) no-repeat 0 17px;
	border-bottom:1px dashed #CCCCCC;
}
.row-fluid .span12 .list ul li a{
	float:left;
	color:#333333;
	padding-left:10px;
}
.row-fluid .span12 .list ul li span{
	float:right;
	color:#AAAAAA;
}
.pagination{
	text-align:center;
	 margin:30px 0;
}
.pagination ul{
	box-shadow:none;
}
.pagination ul li{
	float:left;
	margin:0 5px;
	width:37px;
	height:37px;
}
.pagination ul li a{
	width:37px;
	height:37px;
	display:block;
	font-weight:bold;
	line-height:37px;
	text-align:center;
	color:#666666;
	margin:0;
	padding:0;
	background:url(../../img/page.png) no-repeat 0 0;
	border:none;
}
.pagination ul li a:hover{
	background:url(../../img/page.png) no-repeat 0 -37px;
}
.pagination ul li a:focus{
	background:url(../../img/page.png) no-repeat 0 -74px;
}
.pagination ul li a.selected{
	background:url(../../img/page.png) no-repeat 0 -111px;
	color:#FFFFFF;
}
.foot{
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:-60px;
}
