@charset "utf-8";
/* 全局CSS定义 */
*{margin:0;padding:0;}
body{font-family:tahoma,Verdana,Arial,'宋体';text-align:center;margin:0 auto;padding:0;font-size:12px;color:#333;}

h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:bold;text-align:left;white-space:nowrap;*text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
h1{font-size:14px;}
h1{line-height:2.0em;}
ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#C90000;text-decoration:underline;}
a.emp,a.emp:hover{font-weight:bold;color:#039;}
a.normal,a.normal:hover{font-weight:normal;}

/* 通用属性 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*常用方法*/
.show{display:block;}
.hidden{display:none;}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';font-size:10px;}
.b{font-weight:bold;}

/* CSS空白 */
.blank1{margin:0 auto;height:1px;font-size:1px;background:none;clear:both;}
.blank2{margin:0 auto;height:2px;font-size:1px;background:none;clear:both;}
.blank3{margin:0 auto;height:3px;font-size:1px;background:none;clear:both;}
.blank5{margin:0 auto;height:5px;font-size:1px;background:none;clear:both;}
.blank7{margin:0 auto;height:7px;font-size:1px;background:none;clear:both;}
.blank10{margin:0 auto;height:10px;font-size:1px;background:none;clear:both;}

/* 虚线 */
.line1{margin:0 auto;height:1px;font-size:1px;background:url(../images/dot_icon.png);clear:both;overflow:hidden;}

/* 通用样式 */
img{border:none;}
li{text-align:left;overflow:hidden;white-space:nowrap;*text-overflow:ellipsis;-o-text-overflow:ellipsis;}
p{line-height:1.6em;overflow:hidden;text-align:left;color:#666;}
p a,p a:hover{color:#666;}
.mr{margin-right:0;}