/*浏览器重设*/
html { filter: expression(document.execCommand("BackgroundImageCache", false, true));}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,MARQUEE { padding:0; margin:0;}
body{ background-color:#F2F2F2; text-align:center; font:12px/1.75 "宋体", arial, sans-serif,'DejaVu Sans','Lucida Grande',Tahoma,'Hiragino Sans GB',STHeiti,SimSun,sans-serif;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,em,/*strong,*/th,var { font-weight: normal; font-style: normal;}
ol,ul,li { list-style: none;}
caption,th { text-align: left;}
/*h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;}
*/q:before,q:after { content:'';}
abbr,acronym { border: 0;}
a { color:#333333;text-decoration:none;}
a:hover { color:#1E7A25; text-decoration:underline;}
.more{ padding-right:5px; float:right; color:000; }
.more a:hover{ color:ff6830; }
/*img:hover{filter:alpha(opacity=60);}*//*降低透明度*/

.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clear { clear:both; } 
/* Hide from IE Mac */ 
/* End hide from IE Mac */ 
/* end of clearfix 非ie：div:after{clear:both; content:'.' height:0; visibility:hidden; diplay:block;}ie：div{ zoom:1;}*/