body,td,th {
	/*FILTER: gray;*/
	font-size: 12px;
	font-family: "宋体";
}
	
}
.new a:link {
	color: #00408f;
	text-decoration: none;
}
.new a:visited {
	text-decoration: none;
	color: #00408f;
}
.new a:hover {
    font-weight:bold;
	text-decoration: underline;
	color: #00408f;
}
.new a:active {
	text-decoration: none;
	color: #00408f;
}
.dh{
    background:url(images/head_01.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
    color: #CCCCCC;
	font-weight: bold;
	padding:8 0 0 28;
}
.dh a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.dh a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.dh a:hover {
	text-decoration: underline;
	color: #C7C7C7;
}
.dh a:active {
	text-decoration: none;
	color: #C7C7C7;
}
.dh {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}


.db a:link {
	color:#000000;
	text-decoration: none;
}
.db a:visited {
	text-decoration: none;
	color: #000000;
}
.db a:hover {
	text-decoration: underline;
	color: #C7C7C7;
}
.db a:active {
	text-decoration: none;
	color: #C7C7C7;
}
.db {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
.STYLE5 {
	font-family: "宋体";
	font-size: 12px;
	color:#000000;
}
.serch{
    font-family: "宋体";
	font-size: 12px;
	color: #008BE2;
}

.fy a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "宋体";
	font-size: 12px;
}
.fy a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "宋体";
	font-size: 12px;
}
.fy a:hover {
	text-decoration: underline;
	color: #C7C7C7;
}
.fy a:active {
	text-decoration: none;
	color: #C7C7C7;
}
.STY{
    font-family: "宋体";
	font-size: 14px;
	color:#666666;
	font-weight: bold;
}
.bule_big{
	color:#00408f;
	font-weight: bold;
	font-family: "宋体";
	font-size: 14px;
}
.bule_sm{
	color:#00408f;
	font-family: "宋体";
	font-size: 12px;
	line-height:20px
}
.white_big{
	color:#FFFFFF;
	font-weight: bold;
	font-family: "宋体";
	font-size: 13px;
}
.cc{
	width:100%;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	padding:20 20 20 20;
	line-height:25px;
} 

.white_sm{
	color:#FFFFFF;
	font-weight: bold;
	font-family: "宋体";
	font-size: 12px;
}

.xcp1{
	background:url(images/index_b_01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.xcp2{
	color:#666666;
	font-family: "宋体";
	font-size: 14px;
	padding-left:15px;
	font-weight:300px;
	background:url(images/index_b_02.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.black_sm{
	color:#CC3300;
	font-weight: bold;
	font-family:"华文行楷";
	font-size: 20px;
}


a{
color:#000; text-decoration:none;
}
.img{
border:0px;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 1280;
height: 1024;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 53%;
left: 25%;
width: 800px;
height: 600px;
border: 1px solid #FFF;
border-bottom:none;
background-color: white;
z-index:1002;
overflow: auto;
}

#nav {       
height:26px;

border-bottom:2px solid #00408f;

}


#nav li {      /*针对列表项，去除列表前面的样式，并使之浮动定位

，形成横向导航条*/

float:left;

list-style-type:none;

}

#nav li a {     /*将导航文字作为块级元素，使之可以像一个方块按

钮一样去运作，对之进行样式设计*/

color:#FFF;

text-decoration:none;

padding-top:10px;

display:block;

width:127px;
font-weight: bold;
height:30px;
text-align:center;

background-color:#00408f;

margin-left:1px;

}

#nav li a#current { /*此样式是想模仿一种文件夹样式，当前文档所

在频道会显示为与其他频道不同的样式*/

background-color:#CCCCCC;

color:#fff;

}

#nav li a:hover{ /*设置鼠标悬在按钮上的样式，注意，a:hover只有

在a标签中有href属性中的才有效*/

background-color:#bbb;

color:#fff;

}
