/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接有下划线,无为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #ff6600;text-decoration: none} /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: none;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.nav:link {color: #ffffff;}
a.nav:visited {color: #ffffff;}
a.nav:hover{color: #000000;}
a.nav:active {color: #ffffff;}
/* 侧边特殊突出文字链接的css定义－－侧边特殊突出文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.tc:link {color: #DA3300;}
a.tc:visited {color: #DA3300;}
a.tc:hover{color: #000000;}
a.tc:active {color: #DA3300;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffffff;}
a.channel2:visited {color: #ffffff;}
a.channel2:hover{color: #000000;}
a.channel2:active {color: #ffffff;}

A.line01:link { color: #FF6600; TEXT-DECORATION: none }
A.line01:visited { COLOR: #FF6600; TEXT-DECORATION: none }
A.line01:hover { COLOR: #016497; TEXT-DECORATION: none } 
A.line01:active { COLOR: #FF6600; TEXT-DECORATION: none } 

/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #006699;}
a.class:visited {color: #552c55;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;

text-decoration: none;
background-color: #ffffff;
margin:0px;
padding:0px;
}
body,div,ul,li{padding:0; margin:0; list-style-type:none}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-size: 9pt;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input1
{
background-color: #ffffff; 
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
}
input
{
border: 1px solid #cccccc;
	background-color: #ffffff; 
	width: 105px;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 字体css定义:对应css中的“select”，这里为需要的特殊标题定义字体大小色彩等风格设置 */

.h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	
	font-style: normal;
} 
.top-table{
background-image:url(../images/topbg.jpg);
background-repeat:repeat-x;
height:22px;
width:960px;
border:0px;
}
.banner-table{
background-image:url(../images/index_1.jpg);

background-repeat:no-repeat;
height:103px;
width:960px;
border:0px;


}
.banner-btn-table{
background-image:url(../images/btnbg.jpg);
background-repeat:no-repeat;
height:22px;
width:80px;
text-align:center;
padding-top:5px;
display:block;
}
.topnav-table{
background-image:url(../images/navbg.jpg);
background-repeat:repeat-x;

height:30px;
width:960px;

}
.main-table{
text-align:center;
width:960px;
border:#cccccc 1px solid; 

}
.line-table{
 width:960px;
 text-align:center;
 margin:5px 0px;}
 .kc-table{
 width:960px;
 background-image:url(../images/list-kc_1_4.jpg);
 height:56px;
 text-align:left;
 margin:0px auto;
 } 
.kc-list-bg{ background-image:url(../images/list-kc_2bg.gif);
background-repeat:no-repeat;
width:212px;
height:107px;
text-align:center;
line-height:100%;} 
.buttom-nav-table{
background-image:url(../images/buttom-navbg.jpg);
background-repeat:repeat-x;
height:26px;
width:960px;
border:0px;
text-align:center;
}
.buttom-table{
background-image:url(../images/buttombg.jpg);
background-repeat:repeat-x;
height:74px;
width:960px;
border:0px;
text-align:center;
}
.dh-table{

height:24px;
width:960px;
border:0px;
text-align:left;
background-color:#f4f4f4;
margin:5px auto;

}
.dh-table td{padding-left:10px;}
.list-nav{ background-image:url(../images/listss_1_4.jpg);
background-repeat:no-repeat;
text-align:center;
width:198px; height:27px;
padding-top:3px; 
 

}
.content-table{ width:960px; margin:0px auto;  text-align:center;}
.content-table p{ line-height:200%; text-indent:2em; padding:0px 30px; text-align:left;}
.bt{ font-size:26px; line-height:60px;  border-bottom:1px solid #ccc;}
.bt2{ font-size:14px; line-height:40px; color:#0066CC; font-weight:bold;}
.bt3{ font-size:12px; line-height:20px; color:#1CA0A0;}

/*特大字*/
.fontSuperBig {
	font-size: 14px;
	font-weight: bold;
	color: #3D77C9;
	padding-left:5px;
	
}
.tba {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.top-font-color{ color:#FFFFFF; padding-left:15px;}
.top-font-color2{ color:#FFFFFF; padding-right:5px;}
#nav{
	width:960px;
	height:22px;

	margin:0 auto;/*水平居中*/
	margin-top:30px;/*顶部30px*/
}
#nav ul{
	width:960px;
	height:22px;
	
}
#nav ul li{
	height:22px;
	float:right;
	list-style:none;	
	line-height:22px;
	text-align:center;
	width:80px;
	background-image:url(../images/btnbg.jpg);
	background-repeat:no-repeat;
	padding-right:5px;
}
#nav ul li a{color:#333; text-decoration:none; padding:0 5px;}
#nav ul li a:hover{color:#000; text-decoration:underline;}

.dep_right_c ul{ padding-top:5px;  padding-left:10px;list-style:none;	}
.dep_right_c li { text-indent:9px; line-height:190%; font-family:"宋体"; font-size:12px; width:220px;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}

.dep_right_c ul li a{color:#333; text-decoration:none; padding:0 5px;}
.dep_right_c ul li a:hover{color:#000; text-decoration:underline;}

.dep_right_c2 ul{ padding-top:5px;  padding-left:10px;list-style:none;	}
.dep_right_c2 li { text-indent:9px; line-height:190%; font-family:"宋体"; font-size:12px; width:95%;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}

.dep_right_c2 ul li a{color:#333; text-decoration:none; padding:0 5px;}
.dep_right_c2 ul li a:hover{color:#000; text-decoration:underline;}

.dep_right_c3 ul{ padding:5px;  padding-left:10px;list-style:none;border-top:1px solid #ccc;}
.dep_right_c3 li { text-indent:9px; line-height:200%; font-family:"宋体"; font-size:12px; width:95%;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}

.dep_right_c3 ul li a{color:#333; text-decoration:none; padding:0 5px;}
.dep_right_c3 ul li a:hover{color:#000; text-decoration:underline;}

.dep_right_c4 ul{ padding-top:5px;  padding-left:10px;list-style:none;	}
.dep_right_c4 li { text-indent:9px; line-height:190%; font-family:"宋体"; font-size:12px; width:190px;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}

.list_title{ border-top:1px solid #ccc; padding:0px; }
.list_title{ width:97%; padding:0 10px; border:1px solid #fff;height:22px; line-height:22px;}

.list_title span{ float:right; width:60px; text-align:right;}

.content1{margin-left: 16px; height:100%; width: 100%;}



