/* CSS Document */
* { margin: 0; padding: 0; outline: none; }
img { border: none; vertical-align: top; }
ul, li { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; }
.bc { margin-left: auto; margin-right: auto; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
/**/
a { color: #333; text-decoration: none; cursor: pointer; blr:expression(this.onFocus=this.blur());
outline: none; }
a:hover { color: #0167b7; }
a:focus { outline: none; }
body { font: 12px/24px "宋体"; background: #fff; color: #666; }
.f_wr { font-family: "Microsoft YaHei", 微软雅黑; }
.w100 { width: 100%; }
/* content_w原来是1000，出现了下沉到下一行的问题，2023年4月22日改为1100 */
.content_w { width: 1100px; }
.mt30{ margin-top:30px;}
