*{
 margin: 0;
 padding: 0;
}
body{
 font-family:"Microsoft Yahei";
 background: #f5f5f5;
 height:100%;
 width:1600px;
 margin:0 auto;
 overflow-x: hidden;
}
ul,ol{
 list-style:none;
}
a{
 text-decoration: none;
 font-size: 14px;
}
a:hover{
 text-decoration: none;
}
img{
 border: 0;
 /*display: block;*/
}
.clearfix{
 zoom: 1;
}
.clearfix:after{
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clr{
 clear: both;
 height: 0;
}
.fl{
 float: left;
}
.fr{
 float: right;
}
.none{
 display: none;
}
.mr20{
	margin-right: 20px;
}
.pageContent{
	width: 1500px;
	margin: 0 auto;
}
.hd-title{
	background: url(../images/hd_title.jpg) left center no-repeat;
	height: 28px;
	padding-left: 20px; 
	margin: 20px 0;
}
.conWrap{
	width: 1202px;
	margin: 25px auto 0;
	padding: 10px 53px;
	background: #fff;
}
.date{
	font-size: 12px;
	color: #b8b8b8;
}

.pageStyle{

}
.pages{
	width: 500px;
	margin: 15px auto;
}
.pages li{
	float: left;
	margin: 0 5px;
}
.pages li a{
	display: block;
	padding: 5px 10px;
	color: #000;
	font-size: 12px;
	background: #e6e6e6;
}
.pages li a.active{
	background: #007084;
	color: #fff;
}