/* 基础标签固定样式 */
BODY{background:#FFF; color:#333; font:12px SimSun,Arial;}
BODY, TABLE, TH, TD, DIV, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, P, IMG, FORM{border:0; padding:0; margin:0;}
UL, OL, LI, DL, DT, DD{list-style:none;}
H1{font-size:22px;}
H2{font-size:20px;}
H3{font-size:18px;}
H4{font-size:16px;}
H5{font-size:14px;}
H6{font-size:12px;}
INPUT, SELECT, TEXTAREA{font:12px Arial; padding:0;}

/* 文字与超连接默认样式 */
A{color:#0041d9; text-decoration:underline;}
A:hover{color:#ff6600; text-decoration:underline;}

A.no{text-decoration:none;}
A.no:hover{text-decoration:underline;}

/* 文字样式定义 */
.b{font-weight:bold;}
.i{font-style:italic;}
.l{font-weight:lighter;}
.u{text-decoration:underline;}
.n{text-decoration:none;}
.s{text-decoration:line-through;}

/* 字号定义 */
.f16{font-size:16px;}
.f14{font-size:14px;}
.f12{font-size:12px;}
.f0{font-size:0;}

/* 汉字字体 */
.simsun{font-family:SimSun;}
.simhei{font-family:SimHei;}
.lisu{font-family:LiSu;}
.youyuan{font-family:YouYuan;}

/* 常用行高 */
.lh20{line-height:20px;}
.lh24{line-height:24px;}
.lh26{line-height:26px;}
.lh28{line-height:28px;}

/*段落前空格*/
.space{text-indent:2em;}

/* 截取超出规定长度的字段 */
.tof{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/* 英文自动换行 */
.ww{word-wrap:break-word;}

/* 常用颜色 */
.red{color:#f00;}
.orange{color:#f60;}
.blue{color:#0041d9;}
.white{color:#fff;}
.grey{color:#868686;}
.black{color:#333;}

/* 浮动 */
.fl{float:left;}
.fr{float:right;}
.cb{clear:both; height:0; overflow:hidden;}

/* 定位 */
.top{vertical-align:top}
.bottom{vertical-align:bottom}
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}

/* 按钮样式 */
.btn{border:none; cursor:pointer;}

/* 撑不大 */
.ofH{overflow:hidden;}

/* 间距样式 */
.mauto{margin:0 auto;}
.mb5{margin:0 auto 5px;}
.mb8{margin:0 auto 8px;}
.mb10{margin:0 auto 10px;}
.mr12{margin-right:12px;}

/* 宽度和高度 */
.div_950{width:950px;}
.div_710{width:710px;}
.div_228{width:228px;}
.div_307{width:307px;}
.div_628{width:628px;}