﻿/* 网站链接总的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;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-size: 9pt;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.input1
{
	background-color: #ffffff;
	border-bottom-style: none;
	border: 0px;
}
input
{
	background-color: #ffffff;
	border: #cccccc 1px solid;
}
/* 按钮的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;
	border: 0px;
}
.banner-table
{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 87px;
	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;
}
.main-table
{
	text-align: center;
}
.buttom-nav-table
{
	background-image: url(../images/buttom-navbg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	border: 0px;
	text-align: center;
}
.buttom-table
{
	background-image: url(../images/buttombg.jpg);
	background-repeat: repeat-x;
	height: 94px;
	border: 0px;
	text-align: center;
}
.xx-table
{
	background-color: #F0F7FD;
	border: #A6D0E7 1px solid;
	text-align: center;
}
/*特大字*/
.fontSuperBig
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	font-family: "verdana";
}
.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
{
	height: 22px;
	margin: 0 auto; /*水平居中*/
	margin-top: 30px; /*顶部30px*/
}
#nav ul
{
	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;
}

/****列表头，数据行换色****/
.tdstyle3
{
	background-color: #E0F0FD;
	text-align: center;
	line-height: 25px;
}
.hidtdstyle3
{
	display:none;
}
.altbg1
{
	background-color: #D5EAFB;
}

.altbg2
{
	background-color: #ffffff;
}
.htfontbt
{
	color: #6699CC;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
.pagelist
{
	display: block !important;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	font-family: "Arial";
}
.pagelist *
{
	vertical-align: middle;
}
.pagelist a
{
	padding: 3px;
	display: inline-block;
	margin: 0;
	font-family: "Arial";
}
.xhx
{
	border-bottom: #E0F0FD 1px solid;
}



/**** 为控制表头样式，新增样式 ****/
.headimg
{
	background: url(../images/gtk-go-forward-ltr.gif);
}

/***** 为新的分页状态栏，新增样式 *****/
.main2-table2{    
    border:1px #C1DCF1 solid;
	height:28px;	
	}
	
	
.ss-table{
border-style: none;
    border-color: inherit;
    border-width: 0px;
background-image:url('../images/xk_2_4.jpg');
    background-repeat:repeat-x;
height:27px;
width:958px;
    margin:0 auto;

}
