@charset "utf-8";
/* CSS Document */

/* 全局CSS定义 */
body {font-family:"宋体", arial;margin:0; padding:0; background: #FFF; font-size:12px; color:#000; background-image:url(../img/body_bg.gif);}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}

/* 链接颜色 */
a:link {color: #717263; text-decoration:none;}
a:visited {color: #717263;text-decoration:none;}
a:hover {color: #F26522; text-decoration:underline;}
a:active {color: #F26522;}


/* 常用链接 begin */
a.linkRed:link,a.linkRed:visited{color:#f00;}/* 红色 */
a.linkRed:hover{color:#c00;}
a.linkBlack:link,a.linkBlack:visited{color:#000;}/* 黑色 */
a.linkBlack:hover{color:#f00;}
a.linkWhite:link,a.linkWhite:visited{color:#fff;}/* 白色 */
a.linkWhite:hover{color:#fff;}
a.linkGray:link,a.linkGray:visited{color:#5d5d5d;}/* 灰色 */
a.linkGray:hover{color:#f00;}
a.linkCyan:link,a.linkCyan:visited{color:#92e4fa;text-decoration:underline;}/* 青色 */
a.linkCyan:hover{color:#f00;}


/* 颜色属性 */
.smalt{ color:#012B96;}
.orange{ color:#f60;}
.gray{ color:#6F6F70;}
.white{ color:#fff;}


/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f10{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f18{ font-size:18px;}
.b{ font-weight:bold;}


/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}
.textRight{ text-align:right; list-style:none;}
.textCenter{ text-align:center; list-style:none;}

.inputTextbox{ border:#c5c5be  solid 1px; height:15px; width:90px; }



#menu{}
#menu td{ background:url(../img/bg_menu1.gif) right top no-repeat;}
#menu td a{ color:#000;}
#menu td a:hover{ color:#fa6c03;}



.list01{ width:198px; height:184px; background: url(../img/bg_list01.jpg);}
.list01 dl{ margin:21px 0 0 20px; width:160px;}
.list01 dt{ padding-left:14px; font-weight:bold; margin-bottom:14px;}
.list01 dd{ line-height:1.6em;}


.list02{ width:198px; height:141px; background: url(../img/bg_list02.jpg); margin-top:6px;}
.list02 dl{ margin:7px 0 0 20px; width:160px;}
.list02 dt{ padding-left:24px; font-weight:bold; margin-bottom:14px;}
.list02 dd{ line-height:1.6em; margin:5px 0 5px 5px;}
.list02 dd img{ margin-left:42px; margin-top:3px;}

.box{ margin:10px 0 10px 10px;}
.box img{ margin:0 0 10px 0;}

.listTitleRed{ color:#9e0b0e; padding-left:15px;font-weight:bold; float:left;}

.more{ float:right; margin-right:5px;}


.listTable01{}
.listTable01 td{ border-bottom:#aaaaaa dotted 1px;}


.zhengwen h1{ font-size:14px; font-weight:bold;}
.zhengwen p{ margin:10px 0; line-height:1.6em; color:#666;}



.messageListTable{border-left:#D5D5D5 solid 1px;border-top:#D5D5D5 solid 1px; margin-bottom:5px;}
.messageListTable td{ border-right:#D5D5D5 solid 1px;border-bottom:#D5D5D5 solid 1px; line-height:1.6em;}
.messageListImg{ padding:2px; background:#fff; border:#ccc solid 1px; margin:6px;}

.table0{ border:0;}
.table0 td{ border:0; padding:3px 0 2px 6px;}
