/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff0000;} /* 鼠标在链接上 ff6600*/ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a:link.channel0 {color: #ffffff;}
a:visited.channel0 {color: #ffffff;}
a:hover.channel0{color: #ff6600;}
a:active.channel0 {color: #ffffff;}

a:link.channelnews {color: #ffffff;}
a:visited.channelnews {color: #ffffff;}
a:hover.channelnews{color: #000000;}
a:active.channelnews {color: #ffffff;}

a:link.top1_announce {color: #ffffff;}
a:visited.top1_announce {color: #ffffff;}
a:hover.top1_announce{color: #000000;}
a:active.top1_announce {color: #ffffff;}

a:link.channel {color: #333333;}
a:visited.channel {color: #333333;}
a:hover.channel{color: #ff6600;}
a:active.channel {color: #333333;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a:link.channel2 {color: #333333;}
a:visited.channel2 {color: #333333;}
a:hover.channel2{color: #ff6600;}
a:active.channel2 {color: #333333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a:link.bottom {color: #333333;}
a:visited.bottom {color: #333333;}
a:hover.bottom{color: #ff6600;}
a:active.bottom {color: #333333;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a:link.class {color: #333333;}
a:visited.class {color: #333333;}
a:hover.class{color: #ff6600;}
a:active.class {color: #333333;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的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;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: #ff6600;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: #ff6600;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall
{
width: 760;background:#ffffff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
.top_channel
{
background:url(/skin/adv43/ad_dhbg.gif);color:#333333!important;text-align: right;height: 29;
}
.top_announce
{
background:url(/skin/blue/top_nav_menu.gif);color: #ffffff;height: 30;
}

.top1_announce
{
text-align:
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:link.announce {color: #ffffff;}
a:visited.announce {color: #ffffff;}
a:hover.announce{color: #ffffff;}
a:active.announce {color: #ffffff;}

}
.top_nav_menu
{
background:url(/skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top_path
{
width: 760;background:url(/skin/adv43/ad_mqdh.gif);border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;height: 25;
}
.top_userlogin
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall
{
background:#ffffff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
　　/* --网页中部左栏的css定义开始-- */ .left_tdbgall
{
background:#f8f8f8;border-right: 1px solid #a7a9a7;
}
.left_title
{
background:url(/skin/adv43/ad_dhtp.gif);font-weight:bold;color: 333333;height: 28;
}
.left_tdbg1
{
line-height: 150%;padding-left:5;padding-right:5;
}
.left_tdbg2
{

}
　　/* --网页中部左栏的css定义结束-- */ 　　/* --网页中部中栏的css定义开始-- */ .main_tdbgall
{
width: 572;background:#ffffff;
}
.main_shadow
{

}
.main_announce
{
color: 333333;height: 25;background:url(/skin/blue/main_announce.gif);
}
.main_search
{
color: 333333;height: 25;background:#f7f7f7;
}
.main_top
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_title_575
{
background-position: 0% 0%; color: #333333;height: 28; background-image:url('images/ad_dhtp.gif'); background-repeat:repeat; background-attachment:scroll
}
.main_tdbg_575
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282
{
background:url(/skin/adv43/ad_dhtp.gif);color: 333333;height: 28;
}
.main_tdbg_282
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg
{
height: 24;
}
.listbg2
{
height: 24;
}
　　/* --网页中部中栏的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
{
background:url(/skin/blue/main_title_760.gif);padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760
{
padding: 8;
}
　　/* --文章显示页的css定义结束-- */ .bottom_tdbgall
{
width: 760;background:#ffffff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
.bottom_adminlogo
{
background:url(/skin/adv43/ad_dhbg.gif);color:#333333;height: 29;
}
.bottom_copyright
{
background:#ffffff;color:#333333;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
