@charset "utf-8";

html body{width:100%;height:100%;}

html, body, p, div, span, ol, ul, li, form, label, table, tr, td, th, dl, dt, dd, a, h1, h2, h3, h4, h5, h6{
		margin:0px;padding:0px;color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif;}

body, p, div, span, li, td, th, dt, dd, a{font-size:12px;line-height:1.8em;}

img{border: none;}
a{color:#333333;text-decoration:none;}
a:hover{color:#FF0000;}
p{text-indent: 2em; word-wrap: break-word;word-break: normal;}

ol, ul, dl, form{display:block;}

li{list-style:none;}

.li{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;} /*文字溢出显示省略号,必须指定宽度*/

.nobr{white-space:nowrap;} /*强制不换行*/
.br{word-wrap: break-word;word-break: normal;} /*自动换行*/
.word_br{word-break:break-all;} /*强制英文单词断行*/
.clear{clear:both;}
.none{display:none;}
.clear0{ clear:both; height:0; width:10px; overflow:hidden;}

.title{font-size:14px;font-weight:bold;}
.blue{ color:#006699;}
.green{ color:#3c8100;}
.clear{ clear:both;width:100%;height:0;overflow:hidden;}
