@media only screen and (min-width:1200px ) {
/****当前位置****/
.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;
}
.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; }
}
/*........................pc端媒体查询结束..............................*/
/*手机媒体查询开始*/
@media only screen and (min-width:320px) and (max-width:768px){
/*列表页样式*/
.position{width:100%;margin-top:56px;overflow: hidden;font-size:16px;height:1.2rem;line-height:1.2rem;background:#e7e5e5;}
.list{width:96%;margin-left:2%;}
.list_left {width:100%;}
.gnkd {overflow:hidden;padding-bottom:.2rem;margin:.2rem 0;height:2.8rem;border-bottom:1px dashed #c8c0b0;}
.gnkd * { font-size:12px; }
.gnkd .thumb { float:left; margin-right:.3rem; }
.gnkd .thumb img { width:3rem; height:2.8rem; }
.gnkd_tit h1, .gnkd_tit h1 a {font-family:"微软雅黑";font-size:15px;color:#3c3c3c;line-height:.8rem;height:.8rem;overflow: hidden;}
.gnkd_tit h2 {font-size:12px;overflow:hidden;font-family:宋体;}
.gnkd_tit h3 {font-size:12px;line-height:.8rem;height:.8rem;overflow: hidden;}
.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:.8rem; }
#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; }
}
@media only screen and (min-width:319px) and (max-width:340px){
	.position{width:100%;margin-top:72px !important;overflow: hidden;font-size:16px;height:1.2rem;line-height:1.2rem;background:#e7e5e5;}	
	}
	