@charset "UTF-8";
/**
 * 
 * @authors 邱磊 (you@example.org)
 * @date    2014-09-18 10:48:03
 * @version $Id$
 * @description  对html标签初始化 和 网页中常用的基本样式
 */

/* 初始化样式 */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{ line-height: 1.6em;    color:#000; font-size:12px; overflow:visible; font-family:\5B8B\4F53;}
A{text-decoration: none;color: #007ac3;}
A:hover{text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word; line-height:21px;}
ol,ul {	list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:200;}

h1{height:40px;line-height:40px;font-family:黑体}
/* end */


/* 常用样式 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear{ clear:both;}
/* end */

 .hide{ display:none;}
 /*文字超出...*/
.cutStr{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*通用布局功能样式*/
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.img-circle{ border-radius:50%;}
