/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #27937a;text-decoration: underline; } /* 鼠标在链接上 */ 
a:active {color: #468E6C;} /* 点击激活链接 */
 /* 频道表格背景、文字颜色定义 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #000000;}
a.Channel:visited {color: #000000;}
a.Channel:hover{COLOR: #27937a;}
a.Channel:active {color: #000000;}
a.aaa:link {color: #000000;} 
a.aaa:visited {color: #333333;}
a.aaa:hover{color: #cc6600; ext-decoration: underline} 
a.aaa:active {color: #468E6C;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.Channel2:link {color: #000000;}
a.Channel2:visited {color: #27937A;}
a.Channel2:hover{COLOR: #27937A;}
a.Channel2:active {color:#468E6C;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.Bottom:link {color: #000000;}
a.Bottom:visited {color: #000000;}
a.Bottom:hover{COLOR: #27937A;}
a.Bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #849A5A;}
a.class:visited {color: #849A5A;}
a.class:hover{
	color: #a40000;
	text-decoration: none;
}
a.class:active {color: #006600;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 9pt;background:url(/2005IMAGE/INDEX_bg1.gif);
text-decoration: none;
	scrollbar-face-color: #eeeeee; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #dee3e7; 
	scrollbar-3dlight-color: #d1d7dc; 
	scrollbar-arrow-color: #006699; 
	scrollbar-track-color: #ededed; 
	scrollbar-darkshadow-color: #98aab1}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
Font-family: "??ì?";font-size: 9pt;line-height: 150%;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;BORDER-RIGHT: #665b8e 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 1px; FONT-SIZE: 11px; BACKGROUND: #eeeeee; PADDING-BOTTOM: 1px; BORDER-LEFT: #ffffff 1px solid; WIDTH: 60px; CURSOR: hand; COLOR: #333333; PADDING-TOP: 1px; BORDER-BOTTOM: #665b8e 1px solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; HEIGHT: 20px
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;background:#f9f9f9;
}
/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 776;background:#ffffff;}
.top_channel /* 频道表格背景、文字颜色定义 */
{
	color:#000000;
	height: 42px;
	background-image: url(/2005IMAGE/Index_menuBG.gif);
	font-family: Verdana, "宋体", Helvetica;font-size: 11pt;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{

	width: 776;
	background:url(/2005IMAGE/position_BG.jpg);
	height: 30px;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#F3F9F4;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
font-weight:bold;color: 037fa8;height: 26;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
height: 10;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 10;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:url(/skin/blue/main_announce.gif);border: 1px solid #8cc3de;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
	color: #849A5A;
	height: 25;
	background:#F3F9F4;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9CAE7B;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
	color: #849A5A;
	text-align: left;
	padding-left:15;
	height: 26;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #849A5A;
	background-color: #F3F9F4;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
	color: #000000;
	text-align: left;
	padding-left: 5;
	height: 40px;
	background-image: url(/2005IMAGE/center_title_bg.gif);
	background-repeat: repeat-x;
}
.main_font
{border: 1px solid #6bbe48;line-height: 150%;text-align: left;padding-left:5;padding-right:5;font-size: 10.5pt;
}


.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 037fa8;height: 20;border-top: 1px solid #8cc3de;border-left: 1px solid #8cc3de;border-right: 1px solid #8cc3de;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #8cc3de;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
	color: a40000;
	font-weight:bold;
	font-size: 16;
	line-height: 150%;
	font-family: "幼圆";
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: #849A5A;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/blue/main_title.gif);border: 1px solid #D9E8D9;padding-left:5;height: 25;color: #333333;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8cc3de;padding: 8;color:#ffffff;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 776;background:#849A5A;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
	color:#000000;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
	background:#ffffff url(/2005IMAGE/bottom_bg.gif) no-repeat;
	color:#000000;
	height: 80px;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */.line_green {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009933;
}
.lndh {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6bbe48;
	line-height: 25px;
}
.leftdate {

color:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: #FFFFFF;
	height: 38;
	background-image: url(/img/left_BG_zsyz.gif);
	padding: 12px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	line-height: normal;
	padding-left:5;
	padding-right:8;
	font-family: "宋体";
	font-size: 9pt;
	background-image: url(/img/left_BG1_zsyz.gif);
	height: 3px;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10;
	background-image: url(/img/LEFT_BG2_zsyz.gif);
}
a.class1:link {color: #FFFFFF;}
a.class1:visited {color: #FFFFFF;}
a.class1:hover{
	color: #FFFF00;
	text-decoration: none;
}
a.class1:active {color: #FFFFFF;}
.font105 {
	font-family: "宋体";
	font-size: 10.5pt;
	line-height: 180%;
}
.lvcedz {
	FONT-WEIGHT: bolder; FONT-SIZE: 18px; COLOR: #387925; FONT-FAMILY: "黑体"; TEXT-DECORATION: none
}.p_underline {
	border-bottom-style: none;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
}
.leftbg1220c {
	background-image: url(/skin/1220/photo/righ-b.gif);
	height: 21px;
	width: 176px;
}
.leftbg1220b {
	background-image: url(/skin/1220/photo/right-bj.gif);
	width: 176px;
}
.leftbg1220a {

	background-image: url(/skin/1220/photo/righ-a.gif);
	height: 48px;
	width: 176px;
}
