/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffff00;}
a.channel:visited {color: #ffff00;}
a.channel:hover{color: #ffffff;}
a.channel:active {color: #ffff00;}
/* 顶部当前频道文字链接的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: #cccccc;}
a.bottom:visited {color: #cccccc;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #cccccc;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom1:link {color: #666666;}
a.bottom1:visited {color: #666666;}
a.bottom1:hover{color: #ffff00;}
a.bottom1:active {color: #666666;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000000;}
a.class:visited {color: #oo0000;}
a.class:hover{color: #ff0000;}
a.class:active {color: #000000;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url(/skin/pxce/bg.gif);background-position:center;
text-decoration: none;
scrollbar-face-color: #d4d0c8;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #808080; scrollbar-3dlight-color: #808080; 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”，background-image: url(/skin/pxce/tab_bg1.gif); 这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.ytad_top    /* ------------------------------------ */

{
background:url(/skin/ytad/ytad_bg_top.gif);;color: #ffffff;
font-size: 10pt;height: 31px;
}
.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: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */

.tdbg /* 顶部表格总背景颜色定义 */
{
background:#ffffff;
}


.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 880;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-image: url(/skin/pxce/tab_bg1.gif);-景、文字颜色定义 */
{
background-image: url(/skin/pxce/tab_bg1.gif);color: #0560a6;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 880;background:#ffffff;border-right: 1px solid #cccccc;border-left: 1px solid #cccccc;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;border-right: 1px solid #cccccc;border-left: 1px solid #cccccc;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#f2f2f2;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: 037fa8;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;
}
　　/* --网页中部左栏的css定义结束-- */
.main_articletitle /* 主标题文字颜色定义 */
{
color: cb2b2b;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
　　/* --网页中部中栏的css定义开始-- */

/* 自定义列表标签链接文字颜色定义 */
a.lanmua{text-decoration: none;}
a.lanmua:link {color: 000000;font-size: 9pt;}
a.lanmua:visited {color: 000000;font-size: 9pt;}
a.lanmua:hover{color: cc3433;font-size: 9pt;}
a.lanmua:active {color: 000000;font-size: 9pt;}
.lanmub /* --自定 background: #ffffff----义列background-image: url(/skin/artcn/title_index_artcn03.gif)---表标签中偶数表格行背景颜色定义-- */
{
background-image: url(/skin/ytad/lanmu_images.gif);height:25;font-size:9pt;color: #000000;

}

.lanmuc /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background-image: url(/skin/ytad/lanmu_images.gif);height:25;font-size:9pt;color: #000000;
}



.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 10;
}
.main_shadow_ytad /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 1;background:#cccccc;
}
.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_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 037fa8;background:url(/skin/pxce/tab_bg.gif);text-align: left;padding-left:40;height: 26;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
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:#ffffff;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #ffffff;padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #ffffff;padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 880;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background-image: url(/skin/pxce/tab_bg1.gif);color:#333333;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#3399cc;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.title_maintxt_left /* 77777777777777777777777777777777777777777777777 */
{
       background-color: #666666;
       color: #ffffff; 
}
.title_maintxt_flash /* 77777777 */
{
       background-color: #302e2c;
       color: #ffffff; 
}
.title_neirong /* 77777777777777777777777777777777777777777777777 */
{
       background-image: url(/skin/ytad/bg_neirong.gif);
       color: #ff0000; 
}
.border_1
{
border: 0px solid #cccccc;
}
.border
{
background:#ffffff;
border: 1px solid #cccccc;
}
.border2
{
	background-image: url(/skin/pxce/tab_bg.gif);
	padding: 0px 6px;
}
.border21
{
	background-image: url(/skin/pxce/tab_bga.gif);
	padding: 0px 6px;
}
.border22 
{
	background-color: #ffbfff;
	padding: 0px 6px;
}
.border23 
{
	background-color: #ffd9ff;
	padding: 0px 6px;
}

.border23_1 
{
  background:#e0e0e0;
  padding: 0px 6px;
}
.artcn_lanmu_left_z /* 左栏内容表格wc修改---------------------------------- */
{
	border-bottom: 6px solid #ededed;
	padding: 4px 6px;
	color: #333333;
}
.border3
{
	padding: 0px 6px;
}
body {cursor: url('/skin/pxce/blue.cur')}
.pic1 /* 图片边框 */
{
background-color: #ffffff;
border: 1px solid #666666;
padding: 5px;
}
.pic2 /* 图片边框 */
{
background-color: #ffffff;
border: 1px solid #666666;
padding: 5px;
}
.pic3 /* 图片边框 */
{
background-color: #ffffff;
border: 1px solid #666666;
padding: 5px;
}
.title_maintxt /* #c6c1aa 7777777777777777777777777777777777 */
{
background-color: #ff9900;
color: #ffffff; 
}

.content_design /* 文章内容文字大小定义------------------------------------- */    
{   
     font-size: 14px; line-height: 175%;
}
.content_design-1 /* 文章内容文字大小定义------------------------------------- */    
{   
	font-size: 14px;
	line-height: 150%;
	text-indent: 2em;
	padding: 10px;
	vertical-align: top;
         height:600;
}
.ytad_hits /* hits----颜色设计-------------------------- */
{
	color: #dddddd;
}
.artcn_lanmu_design_left  /* design栏目图片上线条导航航background-image: url(/skin/artcn/12345678.gif)---color: #ffffff;---background: #cb2b2b;------- */
{
	background: #cb2b2b;
         color: #ffffff;
}


.ahad_left /* 左栏 edf1f4   ededed栏 */
{
	border-bottom: 6px solid #edf1f4;
	padding: 4px 6px;
	color: #333333;
}
.ahad_left_z /* 左栏总 */
{
	background-color: #edf1f4;
	color: #333333;
}
.ahad_left_z1 /* 左栏总 */
{
	background-color: #e2e9ed;
	color: #333333;
}
.ahad_right /* 左栏 */
{
	padding: 4px 6px;
}
.ahad_img /* 内容页背景、文字颜色定义 */
{
    background:url(/skin_ahad/bg_img.gif);color: #000000;height: 32;
}
.ahad_img01 /* 内容页背景、文字颜色定义 */
{
    background:url(/skin_ahad/bg_img02.gif);color: #000000;height: 32;
}
.ahad_top /* 内容页背景、文字颜色定义 */
{
   background:#ce0000;
}
.ahad_hei /* 顶部表格总背景颜色定义 */
{
   background:#000000;
}
.ahad_x_dh /* 顶部表格总背景颜色定义 */
{
   background:#ce0000;color: #ffffff;height: 32;
}
.title_maintxt_top /* 777777 */
{
    background:url(/skin_ahad/ahad_top_dh.gif);color: #ffffff;height: 32; 
}
.bg_01 {
	height: 5px;
	text-indent: 0pt;
	width: 880px;
	background-image: url(/skin_ahad/bg_01.gif);
	text-align: center;
}
.bg_x01 {
	height: 5px;
	text-indent: 0pt;
	width: 880px;
	background-image: url(/skin_ahad/bg_x01.gif);
	text-align: center;
}