/*****图片显示****/
.pic_list{ width:100%; clear:both; padding-top:10px; overflow:hidden;}
.pic_list ul li{ width:260px; height:190px; margin:15px 0 5px; text-align:center; float:left; font-size:12px;}
.pic_list ul li img{ width:180px; height:150px; overflow:hidden; margin-bottom:15px; border:0; padding:3px; border:#EEEEEE 1px solid;}
.pic_list ul li a{ font-weight:normal;}

/*****文字列表显示****/
.list_list{ clear:both; overflow:hidden; padding:10px 0;}
.list_list dl{ width:100%; height:30px; line-height:30px; margin:0 20px; overflow:hidden;}
.list_list dl dt{ float:left; width:80%; background:url(../images/ico_li_1.gif) left center no-repeat; text-indent:10px;}
.list_list dl dt span{ display:inline-block; padding:0 5px; height:18px; line-height:18px; font-size:12px; color:#FFF; background-color:#F87425; text-align:center; border-radius:3px; margin-left:5px; text-indent:0;}
.list_list dl dt a{ font-size:14px; font-weight:normal;}
.list_list dl dd{ float:right; width:15%; color:#999; height:30px; line-height:30px;}

/*****图文列表显示****/
.plist_list{ padding:10px 0; clear:both; overflow:hidden;}
.plist_list dl{ width:740px; height:128px; padding:15px 20px; border-bottom:#D6D6D6 1px dotted; overflow:hidden;}
.plist_list dl:first-child{}
.plist_list dl dt{ float:left; width:128px; height:128px;}
.plist_list dl dt img{ width:128px; height:128px; border:none; border-radius:6px;}
.plist_list dl dd{ height:128px; line-height:30px; padding-left:20px; overflow:hidden;}
.plist_list dl dd h3{background:url(../images/ico_li_1.gif) left center no-repeat; text-indent:10px;}
.plist_list dl dd h3 span{ padding-left:10px; font-size:12px; color:#999; font-weight:normal;}
.plist_list dl dd p{ line-height:23px; text-indent:2em; color:#999;}
.plist_list dl dd p.sdetail{ text-indent:0; padding-top:5px;}
.plist_list dl dd p.sdetail a{ padding:3px 16px; background-color:#F87425; color:#fff;}

/*****页码显示****/
#page{ clear:both; padding:10px 0; overflow:hidden; text-align:center; margin:10px 0;}
#page a{padding:4px 10px; text-decoration:none; font-size:14px; margin-right:5px; overflow:hidden;border:#CCCCCC 1px solid; color:#666666;}
#page a:hover{ border:#4371AD 1px solid; color:#fff; background-color:#4371AD;}
#page a.on{ border:#019740 1px solid; color:#fff; background-color:#4371AD; font-weight:bold;}
#page a.no{ color:#CCC; border:#EFEFEF 1px solid; background:none;}
#page a.slh{ color:#666; border:none; background:none; cursor:default;}


@media only screen and (max-width: 991px){
	
	/*****图片显示****/
	.pic_list{ width:100%; clear:both; padding-top:10px; overflow:hidden;}
	.pic_list ul li{ width:50%;  height:150px; margin:15px 0 5px; overflow: hidden; text-align:center; float:left; font-size:12px;}
	.pic_list ul li img{ width:80%; height:110px; overflow:hidden; margin-bottom:15px; border:0; padding:3px; border:#EEEEEE 1px solid;}
	.pic_list ul li a{ font-weight:normal;}

	/*****文字列表显示****/
	.list_list{ clear:both; overflow:hidden; padding:10px 0;}
	.list_list dl{ width:100%; height:30px; line-height:30px; margin:0 10px; overflow:hidden;}
	.list_list dl dt{ float:left; width:90%; height: 30px; overflow: hidden; background:url(../images/ico_li_1.gif) left center no-repeat; text-indent:10px;}
	.list_list dl dt span{ display:none; padding:0 5px; height:18px; line-height:18px; font-size:12px; color:#FFF; background-color:#F87425; text-align:center; border-radius:3px; margin-left:5px; text-indent:0;}
	.list_list dl dt a{ font-size:14px; font-weight:normal;}
	.list_list dl dd{ display:none; float:right; width:15%; color:#999; height:30px; line-height:30px;}

	/*****图文列表显示****/
	.plist_list{ padding:10px 0; clear:both; overflow:hidden;}
	.plist_list dl{ width:100%; height:100px; padding:15px 0; border-bottom:#D6D6D6 1px dotted; overflow:hidden;}
	.plist_list dl:first-child{}
	.plist_list dl dt{ float:left; width:100px; height:100px;}
	.plist_list dl dt img{ width:100px; height:100px; border:none; border-radius:6px;}
	.plist_list dl dd{ height:100px; line-height:30px; padding-left:20px; overflow:hidden;}
	.plist_list dl dd h3{background:url(../images/ico_li_1.gif) left center no-repeat; text-indent:10px;}
	.plist_list dl dd h3 span{ padding-left:10px; font-size:12px; color:#999; font-weight:normal;}
	.plist_list dl dd p{ line-height:23px; text-indent:2em; color:#999;}
	.plist_list dl dd p.sdetail{ text-indent:0; padding-top:5px;}
	.plist_list dl dd p.sdetail a{ padding:3px 16px; background-color:#F87425; color:#fff;}
}