/* 整体样式 */
body{font-size:12px;font-family:"宋体";line-height:24px;color:#4d4d4d;background-color:#fff;margin:0;padding:0;}
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol,li{list-style:none;}
textarea,input,select{font-size:12px;}

/* 常用布局式样 */
.dis{display:block}
.undis{display:none}
.fLefts{float:left;}
.fRights{float:right;}
.textCenter{text-align:center;}
.textLeft{text-align:left;}
.textRight{text-align:right;}

/* font CSS*/
a:link {color:#666;text-decoration:none;}
a:visited{color:#666;text-decoration:none;}
a:hover{color:#333;text-decoration:none;}
/*a:active{color:#666;text-decoration:none;}*/

a.lblack:link,a.lblack:visited {color:black;}
a.lgray:link,a.lgray:visited,a.lgray:hover{color:#4d4d4d;}
a.lyellow:link,a.lyellow:visited,a.lyellow:hover{color:#F86E12;}
a.lwhite:link,a.lwhite:visited,a.lwhite:hover{color:#fff;} 
a.lred:link,a.lred:visited,a.lred:hover{color:#C9243F;} 
a.lgreen:link,a.lgreen:visited,a.lgreen:hover{color:#390;}
a.lgray6:link,a.lgray6:visited,a.lgray6:hover{color:#666;} 
a.lgray9:link,a.lgray9:visited,a.lgray9:hover{color:#999;} 

.underlines,a.underlines:link,a.underlines:visited,a.underlines:hover{text-decoration:underline;}
a.nolines:link,a.nolines:visited,a.nolines:hover{text-decoration:none;}

.tblack{color:#000;}
.tred{color:#F26522;}
.tyellow{color:#F86E12;}
.tyellow02{color:#E67700;}
.twhite{color:#ffffff;}
.tgreen { color:#390}
.tgray6 { color:#666}
.tgray9 { color:#999}

.px12{font-size:12px;}
.px14{font-size:14px;}
.px16{font-size:16px;}
.px18{font-size:18px;}
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh28{line-height:28px;}
.bolds{font-weight:bold;}
.thins{font-weight:normal;}
.arialFont{font-family:arial;}
.tl1em{text-indent:1em;}
.tl2em{text-indent:2em;}

.w1200{ width:1200px; margin-left:auto; margin-right:auto;}
.top10{ margin-top:10px;}
.top5{ margin-top:5px;}
.both{ clear:both;}
.p10{ padding:10px;}
#content{ /*background-color:#1e1e1e; padding:20px;*/}
#content .tit{ border-bottom:1px solid #DDDDDF; /*color:#FFFFFF;*/ font-size:16px; padding:10px 0;}
#content .pag{ /*border-top:1px solid #DDDDDF;*/ line-height:42px; text-align:center; color:#666666;}
#pjs_class li{ width:50%; float:left;}
#xw_class li{background-color:#ffffff; text-indent:5px; border-bottom:1px solid #DDDDDF; cursor:pointer; line-height:36px; height:36px;}
#foot{height:50px; background:url(img_27.gif) no-repeat right;border-top:1px solid #DDDDDF; margin-top:10px; text-align:right;}
#foot .zhichi{ display:inline-block; width:40px; height:12px; margin-top:20px;}
.Arial{ font-family:Arial, Helvetica, sans-serif;}