/* CSS Document */

@charset "gb2312";
/*
=========================================
	@name : fly
	@author :550770197
	@date : 15:10 2010-05-05 
==========================================
*/
/*  Reset  Css */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table,th, td {margin:0;padding:0;}
	fieldset, img {border:0;}
	ul,li {list-style-type:none;}
	h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
	input, textarea, select {vertical-align:middle;}

	body{color:#333; }
	a{color:#532E01;text-decoration:none; outline:none; font-size:12px;}
	a:hover {color:#f00;text-decoration:underline; }
/*
a{blr:expression(this.onFocus=this.blur());} /* 让连接无虚线只支持IE，过多使用效率低 */
/*a:focus { -moz-outline-style: none; } /* IE不支持 */

/* Public */
    /*	.clear{border-top: 1px solid transparent !important;margin-top: -1px !important;border-top: 0px;margin-top: 0px;height:0px;clear: both;background: none;font-size: 0px;line-height:0px; visibility: hidden; height:0; overflow:hidden;}*/
.clear:after{clear: both;  content: '.';  display: block;  visibility: hidden; height: 0;  }  

.clear{  display: inline-block;  }  
* html .clear { height: 1% }  
.clear{  display: block } 

	.m_t_8{padding-top:8px;}
	.m_l_8{ margin-left:8px;}
	.none{display:none !important; }
	.fw_b{ font-weight:bold;}
	.c_f00{ color:#f00;}
    a.hot,.hot{color:red !important;}
	a.str,.str{color:blue !important}
	em.more{float:right;display:inline; font-style:normal;margin-right:10px;}
	em.more a{color:#999; }
	.fl{float:left !important; _display:inline; margin-right:10px;}
	.fr{float:right !important; _display:inline; margin-left:10px;}

    .clearfix:after{content:"";clear:both;display:block;} /*ff*/
    .clearfix{height:100%;}/* ie6  或者使用zoom:1 */