/* 全局CSS定义 */
body, html, div, img, label, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, a, input, button, th, td { margin: 0; padding: 0; border:none; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background:#fff; color:#666; font:normal 12px Arial; }
ul, dl { list-style: none; }
/* 默认链接颜色 */
a { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }
/*单元格边距*/
td { padding:4px;}
/* 下划线 */
.unline, .unline a { text-decoration:underline }
.nounline, .nounline a, .list12 .nounline { text-decoration:none }
/* 通用属性 */
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
/*常用文字颜色*/
.red { color:red;}
.blue { color:blue;}
.gray { color:gray;}
.date { color:#6685a3; }
.txtRight a , .more a { color:#d58001;}

.display .txtRight a ,.display .more a,  #display .anli li a, .more a.dis { color:#0573B1}
/*文字对齐方式*/
.txtLeft { text-align:left }
.txtRight { text-align:right }
.txtCenter, .picCenter { text-align:center }
.picCenter { margin:10px auto;}
.txtIndent { text-indent:0px;}
/*常用方法*/
.show { display:block }
.hidden { display:none }
.hand { cursor:pointer; }
.fontArial { font-family:'Arial'; }
.b { font-weight:bold; }




