/*****图片显示****/
.pic_list{ padding:0 5px; margin:0 auto; clear:both; overflow:hidden;}
.pic_list ul li{float:left; width:33.3%; margin:15px 0 0; height:220px; text-align:center; overflow:hidden;}
.pic_list ul li img{ width:220px; height:180px; overflow:hidden; margin-bottom:5px; padding:1px; border:#ccc 1px solid;}
.pic_list ul li:hover img{ border:#999 1px solid;}
.pic_list ul li a{ display:block; 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{ clear:both; overflow:hidden;}
.plist_list dl{ padding:15px 20px; border-bottom:#D6D6D6 1px dotted; overflow:hidden;}
.plist_list dl:first-child{}
.plist_list dl dt{ float:left; padding-right:20px;}
.plist_list dl dt img{ width:110px; height:100px; border:none; border-radius:6px;}
.plist_list dl dd{ line-height:30px; overflow:hidden;}
.plist_list dl dd h3{background:url(../images/li_ico_1.gif) left center no-repeat; text-indent:10px;}
.plist_list dl dd h3 a{ color:#F54D00;}
.plist_list dl dd h3 a:hover{ text-decoration:underline;}
.plist_list dl dd h3 span{ float:right; padding-left:10px; font-size:12px; color:#999; font-weight:normal;}
.plist_list dl dd p{ line-height:23px; text-indent:2em; color:#666;}

/*****产品下面资讯****/
.list_news_title{ width:780px; margin-top:15px; border:#ccc 1px solid; background-color:#f2f2f2; height:32px; line-height:32px; text-indent:10px; font-size:14px; font-weight:bold;}
.list_news_con{ width:780px; border:#ccc 1px solid; margin-top:-1px;}
.list_news_con ul li{ float:left; width:50%; height:32px; line-height:32px; background:url(../images/li_ico_1.gif) 10px center no-repeat; text-indent:20px; white-space: nowrap; text-overflow: ellipsis;}
.list_news_con ul li a{ font-family:Arial, Helvetica, sans-serif; color:#333; font-size:14px;}
.list_news_con ul li a:hover{ text-decoration:underline;}

/*****资讯下面产品****/
.list_pro_title{ width:780px; margin-top:15px; border:#ccc 1px solid; background-color:#f2f2f2; height:32px; line-height:32px; text-indent:10px; font-size:14px; font-weight:bold;}
.list_pro_con{ width:780px; padding:15px 0; border:#ccc 1px solid; margin-top:-1px; overflow:hidden;}
.list_pro_con ul li{ float:left; width:25%; margin:10px 0; text-align:center;}
.list_pro_con ul li a{ display:block;}
.list_pro_con li img{ width:160px; height:140px; border:#eee 1px solid; margin-bottom:6px;}
.list_pro_con li:hover img{ border:#F54D00 1px solid;}


/*****页码显示****/
#page{ clear:both; padding:20px 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:#333 1px solid; color:#fff; background-color:#333;}
#page a.on{ border:#333 1px solid; color:#fff; background-color:#333; 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;}