html{height: 100%;}
body {margin:0 auto;padding:0;height: 100%;}
body, h1, h2, h3, h4, h5, h6,form{margin: 0px; padding:0px}
h1, h2, h3, h4, h5, h6 { font-weight: normal}
ul { margin:0; padding:0; list-style:none }
li {margin:0; padding:0;}
a {color:#000}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
img { border:0;}
dl{margin:0; padding:0}
dl dd{margin:0}
.float_left{float:left}
.float_right{float:right}
.clear{clear:both; line-height:0; padding:0; margin:0}
/****当前位置****/
.position {
	background:#e7e5e5;
	height:44px;
	line-height:44px;
	width:1200px;
	color:#333;
	margin:27px auto 0 auto;
	font-family:"微软雅黑","黑体";
}
.position a {
	color:#333;
	text-decoration:none;
}
/****列表****/
.list { margin:0 auto; width:1200px; overflow:hidden }
/****左边列表****/
.list_left {
	width:780px;
	margin-right:24px;
}
.list_left ul li{ width: 220px; float: left; padding: 20px 20px 0;}
.list_left ul li img{display: block; width: 220px; height: 140px;}
.list_left ul li h1{font-size: 14px; text-align: center; line-height: 35px; height: 35px; overflow:hidden}
.list_left ul li h2{font-size: 12px; color: #666; text-align: center;}
.gnkd {
	overflow:hidden;
	padding-bottom:30px;
	margin:20px 0;
	height:80px;
	border-bottom:1px dashed #c8c0b0;
}
.gnkd * { font-size:12px; }
.gnkd .thumb { float:left; margin-right:15px; }
.gnkd .thumb img { width:126px; height:90px; }
.gnkd_tit h1, .gnkd_tit h1 a {
	font-family:"微软雅黑";
	font-size:20px;
	color:#3c3c3c
}
.gnkd_tit h2 {
	font-size:12px;
	overflow:hidden;
	font-family:宋体;
}
.gnkd_tit h3 {
	font-size:12px;
	line-height:18px;
}
.gnkd_tit h3,.gnkd_tit h3 *,.gnkd_tit h2,.gnkd_tit h2 * { font-family:"微软雅黑"; }
.gnkd_tit h2 div {
	float:left;
	padding:0 10px 0 0;
	line-height:26px
}
.gnkd_tit h2 div img {
	display:inline-block;
	vertical-align:middle;
	padding:0 4px 0 0
}
.gnkd_tit h2, .gnkd_tit h3, .gnkd_tit h2 a, .gnkd_tit h3 a {
	color:#9699a0
}
/*****分页按钮*****/
#displaypagenum { padding:5px 0; text-align: center; margin-top: 32px; }
#displaypagenum a,#displaypagenum span { display: inline-block; width: 34px; height: 34px; line-height: 34px; overflow: hidden; background: url(http://i3.cqnews.net/hllj/144131.files/images/sprite.png) no-repeat 0 -29px; margin-left: 4px; font-size: 16px; vertical-align: top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
#displaypagenum a:hover { background-position: 0 -64px; color: #fff; text-decoration: none }
#displaypagenum .page-prev, #displaypagenum .page-next { line-height:80px; }
#displaypagenum .page-prev { background-position:-35px -29px; }
#displaypagenum .page-prev:hover { background-position: -35px -64px; }
#displaypagenum .page-next { background-position: -70px -29px; }
#displaypagenum .page-next:hover { background-position: -70px -64px; }
#displaypagenum .current,#displaypagenum span { background-position:0px -64px; color:#fff; }
#displaypagenum-tips { margin-top:10px; color:#999; text-align:center; }