body{
background-color: #FDF0E1;
margin-top: 5px;
font-size: 12px;
color: #000000;
line-height: 18px;
word-break:break-all;
}
td,th {
margin-top: 5px;
font-size: 12px;
color: #000000;
line-height: 18px;
word-break:break-all;
}
/*这个样式是本站通用的表格样式#b1c9e4#e8f3ff*/
.zd_table{
background-color:#b1c9e4;///#b1c9e4
}
.zd_td{
background-color:#fce6cd;//#e8f3ff
}
.zd_spage {
background-color:#fce6cd;//#F0F6FD;
}
.zd_nav {
border-top: 1px solid #B1C9E4;
}
/*全站的链接默认 的样式*/
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}

/*标题列表的样式*/
.list {
border-bottom:#DEDEDE 1px dashed;//#DEDEDE
color: #000;
font-size : 12px;
}
.list a {
color: #261CDC;
font-size: 12px;
} 
.list a:hover {
color: #fff;
background-color:#261CDC;
}
/*显示正文 的样式*/
.cont {
width: 700;
text-align:left;
font-size : 14px;
line-height: 160%;
OVERFLOW: hidden;
}
A.cont:link {
COLOR: #333333;
text-decoration: none;
font-size : 14px;
}
A.cont:visited  {
	COLOR: #333333;
	text-decoration: none;
	font-size : 14px;
}
A.cont:active   {COLOR: #ff0000; text-decoration: none}
A.cont:hover    {COLOR: #0066FF; text-decoration: none}
/*正文中图片显示不至于把页面撑大 的样式*/
.cimg {
width: 700;
OVERFLOW: hidden;
}
/*三个框 的样式*/
INPUT  {height: 18px; font-size: 9pt; border: 1px solid; border-color:#b1c9e4; color:#000000;}
select            {color: #082D71; background-color: #ffffff; border-color: #082D71 #082D71 #082D71 #082D72; font-size: 9pt}
textarea          {color: #082d71; background-color: #ffffff}