@charset "utf-8";

/* 全局CSS定义 */
*{margin:0;padding:0;}
body{font-family:'微软雅黑',Arial,Helvetica,sans-serif,'宋体';text-align:center;margin:0 auto;padding:0;font-size:12px;color:#393939;background:#FFF7E6;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:bold;}
ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a{outline-style:none; color:#393939;text-decoration:none}
a:hover{color:#C03;;text-decoration:underline;}
a:hover img{border:1px solid #f63;}

/* 通用属性 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*文字对齐方式*/
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

/*常用方法*/
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';font-size:12px;}
.b{font-weight:bold;}

/* CSS空白 */
.blank1{margin:0 auto;height:1px;font-size:1px;clear:both;}
.blank2{margin:0 auto;height:2px;font-size:1px;clear:both;}
.blank3{margin:0 auto;height:3px;font-size:1px;clear:both;}
.blank4{margin:0 auto;height:4px;font-size:1px;clear:both;}
.blank5{margin:0 auto;height:5px;font-size:1px;clear:both;}
.blank8{margin:0 auto;height:8px;font-size:1px;clear:both;}
.blank10{margin:0 auto;height:10px;font-size:1px;clear:both;}
.blank15{margin:0 auto;height:15px;font-size:1px;clear:both;}
.blank20{margin:0 auto;height:20px;font-size:1px;clear:both;}

h2{font-size:14px;text-align:left;overflow:hidden;}
li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}