/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {
	text-decoration: none;
	color: #000000;
} /* 未访问的链接 */
a:visited {
	text-decoration: none;
	color: #000000;
} /* 已访问的链接 */
a:hover{text-decoration: underline} /* 鼠标在链接上 */ 
a:active {
	text-decoration: none;
	color: #000000;
} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #333333;}
a.channel2:visited {color: #333333;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #333333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff; font-size: 14px;}
a.bottom:visited {color: #ffffff;font-size: 14px;}
a.bottom:hover{color: #ffff00;font-size: 14px;}
a.bottom:active {color: #ffffff;}
a.mainbottom:link {color: #0000ff; font-size: 12px;}
a.mainbottom:visited {color: #0000ff;font-size: 12px;}
a.mainbottom:hover{color: #ffff00;font-size: 12px;}
a.mainbottom:active {color: #0000ff;}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000000;}
a.class:visited {color: #000000;}
a.class:hover{color: #ae0927;}
a.class:active {color: #064280;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;
	font-family: "宋体";
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img{ border:0}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
height: 18px;
font-size: 10pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 10pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 10pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==简短标题文字的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: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#3399cc;color:#3ab1f5!important;text-align: right;
}
.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: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#f2f2f2;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: 064280;height: 26;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg2.gif);height: 10;
}
.left_titlebz /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_titlebz.gif);font-weight:bold;color: 064280;height: 26;
}
.left_tdbg1bz /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg1bz.gif);line-height: 150%;padding-left:5;padding-right:8;
}
.left_tdbg2bz /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg2bz.gif);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: 037fa8;height: 25;border: 1px solid #8cc3de;background:#f7f7f7;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_top_tlnjtg /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top_tlnjtg.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575.gif);border: 1px solid #8cc3de;text-align: left;padding-left:40;height: 26;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #8cc3de;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/skin/blue/main_title_282.gif);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: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #8cc3de;padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8cc3de;padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#3399cc;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menu1{ background:url(../images/bg_menu.gif) no-repeat; width:93px; height:20px; text-align:center; padding-top:9px; float:left; margin-right:1px;}
.menu1 a{ color:#fff; font-weight:bold}
.menu1 a.here{ color:#fc0;}
.menu1 a:hover{ color:#fc0; font-weight:bold}
.menubody
{
background-color: #ffffff;
}
.unnamed1 {  font-size: 10pt; text-decoration: none; line-height: 18px}
.unnamed2 {  font-size: 10pt; line-height: 20px; text-decoration: none}
.unnamed3 {  font-size: 8pt; text-decoration: none}
.unnamed4 {  font-size: 10pt; text-decoration: none; line-height: 16px}
.unnamed5 {  font-size: 10pt; text-decoration: none; line-height: 14px}
/* ==自选风格中的css定义结束== */
.dnsc1 {BACKGROUND: white; BORDER-BOTTOM: #9966FF 1px solid; BORDER-LEFT: #9966FF 1px solid; BORDER-RIGHT: #9966FF 1px solid; BORDER-TOP: #9966FF 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.dnsc2 {BACKGROUND: white; BORDER-LEFT: #9966FF 1px solid; BORDER-RIGHT: #9966FF 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.dnsc3 {BACKGROUND: white; BORDER-LEFT: #9966FF 1px solid; BORDER-TOP: #9966FF 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.jypx1 {BACKGROUND: white; BORDER-BOTTOM: #059d62 1px solid; BORDER-LEFT: #059d62 1px solid; BORDER-RIGHT: #059d62 1px solid; BORDER-TOP: #059d62 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.sytd1 {
	BACKGROUND: white;
	BORDER-LEFT: #A1E1C8 1px solid;
	BORDER-RIGHT: #A1E1C8 1px solid;
	COLOR: black;
	FONT-FAMILY: "宋体", "Arial";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	border-bottom: #A1E1C8 1px solid;
}
.jk1 {BACKGROUND: white; BORDER-BOTTOM: #E9DA73 1px solid; BORDER-LEFT: #E9DA73 1px solid; BORDER-RIGHT: #E9DA73 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.wfzl1 {BACKGROUND: white; BORDER-BOTTOM: #FFCCFF 1px solid; BORDER-LEFT: #FFCCFF 1px solid; BORDER-RIGHT: #FFCCFF 1px solid; COLOR: black; FONT-FAMILY: "宋体", "Arial"; FONT-SIZE: 10pt; FONT-WEIGHT: normal}
.rdjc1 {
	BACKGROUND: white;
	COLOR: black;
	FONT-FAMILY: "宋体", "Arial";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	border-right-color: #008EF7;
	border-left-color: #008EF7;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #008EF7;
	border-top-style: solid;
	border-top-width: 1px;
}
.rdjc2 {
	BACKGROUND: white;
	COLOR: black;
	FONT-FAMILY: "宋体", "Arial";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	border-right-color: #008EF7;
	border-left-color: #008EF7;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #008EF7;
	border-top-style: solid;
	border-top-width: 1px;
}
.rdjc3 {                                  
	BACKGROUND: white;                      
	COLOR: black;                           
	FONT-FAMILY: "宋体", "Arial";           
	FONT-SIZE: 10pt;                        
	FONT-WEIGHT: normal;                    
	border-right-color: #008EF7;            
	border-left-color: #008EF7;             
	border-left-width: 1px;                 
	border-right-width: 1px;                
	border-right-style: solid;              
	border-left-style: solid;               
	border-top-color: #008EF7;              
	border-top-style: solid;                
	border-top-width: 1px;                  
	border-bottom-color: #008EF7;           
	border-bottom-style: solid;             
	border-bottom-width: 1px;               
}                                         
.rdjc4 {
	BACKGROUND: white;
	COLOR: black;
	FONT-FAMILY: "宋体", "Arial";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	border-right-color: #008EF7;
	border-left-color: #008EF7;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #008EF7;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #008EF7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.black1 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.yellow1 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	height: auto;
	text-decoration: underline;
}
.yellow1:link {color: #FFFF00;}
.yellow1:visited {color: #FFFF00;}
.yellow1:hover{color: #FFFF00;}
.yellow1:active {color: #FFFF00;}
.font10
{
font-family:宋体;font-size: 10pt;line-height: 150%; 
}
.font11
{
	font-family:宋体;
	font-size: 11pt;
	line-height: 150%;
}
.w10 {
	font-family: "宋体";
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	color: #0066FF;
	line-height: 20px;
	text-decoration: underline;
	font-size: 10pt;
	background-color: #FAFAFA;
}
.w11 {
	background-image: url(/images/menutop11.gif);
}
.w12 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	height: auto;
	text-decoration: underline;
}
.w12:link {color: #ffffff;}
.w12:visited {color: #ffffff;}
.w12:hover{color: #ffffff;}
.w12:active {color: #ffffff;}
.w20 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: auto;
	text-decoration: underline;
}
.w21 {
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	text-decoration: none;
	background-color: #FAFAFA;
	border-right-color: #FF6500;
	border-right-style: solid;
	border-right-width: 2px;
}
.w21b {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #FEF3E1;
}
.w22 {
	font-stle: normal;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #F1F7FE;
	border-right-color: #4B90EB;
	border-right-style: solid;
	border-right-width: 2px;
}
.w22b {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #F1F7FE;
}
.w23 {
	font-stle: normal;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #FEEBF0;
	border-right-color: #FD7ACF;
	border-right-style: solid;
	border-right-width: 2px;
}
.w23b {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #FEEBF0;
}
.w24 {
	font-stle: normal;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #EFFFF7;
	border-right-color: #2DCE0D;
	border-right-style: solid;
	border-right-width: 2px;
}
.w24b {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #EFFFF7;
}
.w24c {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #EFFFF7;
	border-right-color: #DCDCDC;
	border-right-style: solid;
	border-right-width: 1px;
}
.w25 {
	font-stle: normal;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #EFFFF7;
	border-right-color: #2DCE0D;
	border-right-style: solid;
	border-right-width: 2px;
}
.w25a {
	font-family: "宋体";
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #189200;
	line-height: 20px;
	text-decoration: none;
	font-size: 10pt;
}
.w25b {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #F2DFFF;
}
.w25c {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #DCDCDC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-color: #F2DFFF;
	border-right-color: #DCDCDC;
	border-right-style: solid;
	border-right-width: 1px;
}
.w26 {
	font-family: "宋体";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-color: #E1DED9;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #676767;
	background-color: #D4D0C8;
	border-right-color: #676767;
	border-right-style: inset;
	border-right-width: 2px;
	border-left-color: #E1DED9;
	border-left-style: solid;
	border-left-width: 2px;
}
.undot {
	BORDER-RIGHT: #999999 0px dotted;
	BORDER-TOP: #999999 0px dotted;
	BORDER-LEFT: #999999 0px dotted;
	LINE-HEIGHT: 200%;
	BORDER-BOTTOM: #999999 1px dotted;
	font-size: 10pt;
}
.tit03{ 
	background:url(/images/yyb_ima01.gif)
	padding:1px;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.tit03cen{ 
	background-color: #ffffff;
	padding:1px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}