html,body{height:100%}
body{margin:0;padding:0;}
body{text-align:center;}
body,table tr td{font-size:12px;line-height:25px;font-family:"宋体";}
body div{margin:0 auto;}
/*.omit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/
img{margin:0;padding:0;border:0;nobar:expression(this.galleryImg='no')}
.f_clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.f_clear{display:inline-table;}
/* Hides from IE-mac \*/
* html .f_clear{height:1%;}
.f_clear{display:block;}
/* End hide from IE-mac */
a,a:link,a:visited,a:hover,a:active{text-decoration:none;cursor:hand;}
.r{color:#F00;}
.hide{display:none;}
/*page-start*/
span.p{color:#999999;}
span.p a{font:11px/25px sans-serif, Arial, Helvetica;}
span.p a,span.p a:link,span.p a:visited,span.p a:hover,span.p a:active{color:#333333;}
span.p input.g{color:#999999;width:30px;height:16px;font-size:11px;line-height:16px;border:#333 solid 1px;text-align:center;}
/*page-end*/
/*white-space : normal | pre | nowrap 
取值： 
normal : 默认值。默认处理方式。文本自动处理换行。假如抵达容器边界内容会转到下一行 
pre : 换行和其他空白字符都将受到保护。这个值需要IE6+或者 !DOCTYPE 声明为 standards-compliant mode 支持。如果 !DOCTYPE 声明没有指定为 standards-compliant mode ，此属性可以使用，但是不会发生作用。结果等同于 normal 。 
nowrap : 强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象。

CSS控制文本自动换行white-space:normal; word-break:break-all;*/