/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #5b7a12; text-decoration: none;} /* 未访问的链接 */
a:visited {color: #8415ae; text-decoration: none;} /* 已访问的链接 */
a:hover{color: #8ab509; text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #9b17ea; text-decoration: none;} /* 点击激活链接 */
a.navlink:link {color: #ffffff; text-decoration: none;}
a.navlink:visited {color: #ffffff; text-decoration: none;}
a.navlink:hover {color: #ffffff; text-decoration: underline;}

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开调用代码为<a class='channel' ***>***</a> */
a.channel:link {padding: 15px 6px 8px 6px; color: #536b2e; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

a.channel:visited {padding: 15px 6px 8px 6px;  color: #333; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

a.channel:hover {padding: 15px 6px 8px 6px; color: #6a209c; background-color: #c5dc54; text-decoration: underline;line-height: 200%;}

a.channel:active {padding: 15px 6px 8px 6px; color: #333; background-color: #c5dc54; text-decoration: none;line-height: 200%;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {padding: 15px 6px 15px 6px; color: #333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}

a.channel2:visited {padding: 15px 6px 15px 6px;  color: #333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}

a.channel2:hover {padding: 15px 6px 15px 6px;  color: #ff6600; background-color: #9dbd31; text-decoration: underline;line-height: 200%;font-weight:normal;}

a.channel2:active {padding: 15px 6px 15px 6px;  color: #333; background-color: #9dbd31; text-decoration: none;line-height: 200%;font-weight:normal;}
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channeljs:link {color: #536b2e;}
a.channeljs:visited {color: #333333;}
a.channeljs:hover{color: #6a209c;}
a.channeljs:active {color: #333333;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channeljs2:link {color: #333333;}
a.channeljs2:visited {color: #333333;}
a.channeljs2:hover{color: #ff6600;}
a.channeljs2:active {color: #333333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #333333;}
a.bottom:visited {color: #333333;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #333333;}
/*调用代码为<td class='wshadow' ***>***</td> */
.wshadow 
{
 filter: dropshadow(offx=1,offy=1,color=#9dbd31);
 color: #000033;
 height: 0px;
 text-decoration: none
}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #333333; filter: dropshadow(offx=4,offy=4,color=#000000); color: #788932;}
a.class:visited {color: #333333;}
a.class:hover{color: #ff6600;}
a.class:active {color: #333333;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
cursor: url('/img/60du.cur');
font-size: 9pt;background: #d5f081;
text-decoration: none;
scrollbar-face-color: #96db32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
scrollbar-highlight-color: #f2ffde; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f2ffde; scrollbar-darkshadow-color: #ffffff;
}
a{cursor:url(/img/0051.cur)}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #33cc33 1px solid;
border-left: #33cc33 1px solid;
border-right: #33cc33 1px solid;
border-top: #33cc33 1px solid;
color: #33cc33;
height: 18px;
border-color: #33cc33 #33cc33 #33cc33 #33cc33; 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:#cc66ff;border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/lm/ad_dhbg.gif);color:#333333!important;text-align: centre;height: 29;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
color: #ffffff;height: 23;
}
.top1_announce /* 公告表格背景、文字颜色定义 */
{
text-align:
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:url(/Skin/60du-2006/lm/ad_mqdh.gif);border-right: 1px solid #a7a9a7;border-left: 1px solid #a7a9a7;height: 25;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/lm/ad_dhtp.gif);font-weight:bold;color: 333333;height: 28;
}
.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定义结束-- */
　　/* --网页中部左栏4的css定义开始-- */
.left4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_01.gif);font-weight:bold;color: 333333;width: 225;height: 29;padding-left: 78px; padding-top: 5px; filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;
}
.left4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	background:url(/Skin/60du-2006/leftxt/left4_02.gif);
	width: 225;
	height: 28;
	padding-left: 78px;
	padding-top: 5px;
	font-weight: bold;
}
.left4_tdbg2 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_03.gif);width: 225;height: 158;line-height: 150%;padding-left:5;padding-right:8;
}
.left4_tdbg3 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/left4_04.gif);width: 225;height: 27;
}
　　/* --网页中部左栏4的css定义结束-- */


　　/* --网页虚线图片边框1的css定义开始-- */
.left1_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb1_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 80px; padding-top: 5px;
}
.xb1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb1_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框1的css定义结束-- */

　　/* --网页虚线图片边框2的css定义开始-- */
.xb2_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb2_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 82px; padding-top: 5px;
}
.xb2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb2_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框2的css定义结束-- */

　　/* --网页虚线图片边框3的css定义开始-- */
.xb3_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb3_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_01.gif);font-weight:bold;color: 333333;height: 46;padding-left: 78px; padding-top: 5px;
}
.xb3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb3_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框3的css定义结束-- */

　　/* --网页虚线图片边框4的css定义开始-- */
.xb4_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.xb4_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_01.gif);font-weight:bold;color: 333333;width: 325;height: 46;padding-left: 78px; padding-top: 5px;
}
.xb4_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_02.gif);line-height: 150%;padding-left:5;padding-right:8;padding-left: 15px; padding-top: 5px;
}
.xb4_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/60du-2006/leftxt/xb4_03.gif);width: 325;height: 14;
}
　　/* --网页虚线图片边框4的css定义结束-- */

　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#cc66ff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:url(/Skin/blue/main_announce.gif);
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;border-right: #a8dc2e 1px dashed; border-top: #a8dc2e 1px dashed; border-left: #a8dc2e 1px dashed; border-bottom: #a8dc2e 1px dashed;background:#f0f8e9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 333333;background:url(/Skin/60du-2006/lm/ad_dhtp.gif);height: 28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/60du-2006/lm/ad_dhtp.gif);color: 333333;height: 28;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlecontent /* 文章内容页面正文定义 */
{
overflow-y: hidden; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; overflow: scroll; width: 695px; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #d8d8d8; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #d8d8d8; scrollbar-base-color: #ffffff;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);padding-left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
.twoline {
	font-family: 宋体;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14pt;
}
.twoline :hover{
	font-family: 宋体;
	font-size: 12px;
	color: #006a1b;
	border: 1px dotted #000000;
}
.main_shadow1 /* 首页间隔 */
{
height: 1;background:#84bf77;
}
.center_tdbgall1 /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
.indexall /* 首页背景 */
{
background:#f0f4ca;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #c4df28;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: ##7aa824;}
a.guest:visited {color: #7aa824;}
a.guest:hover{color: #7aa824;}
a.guest:active {color: #7aa824;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 0px solid #333333;padding-left:5;height: 30;color: #7aa824;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #f7f7f7;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#c4df28;color: #7aa824;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(//Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#9DBD31;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #9DBD31;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;color: 037fa8;height: 25;border-right: #a8dc2e 1px dashed; border-top: #a8dc2e 1px dashed; border-left: #a8dc2e 1px dashed; border-bottom: #a8dc2e 1px dashed;background:#f0f8e9;clear : left;
}

/* --用户控制css定义结束-- */

/* --增加鼠标效应的css定义开始-- */ 
.header	{ 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffffff; 
    font-weight: normal;
    background-color:#72c11a; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #ffffff;
}
/* --增加缩略图边框文章频道-- */ 
.pic1
{
border: 3px double #aea9a9;
}
/* --下载频道缩略图边框-- */ 
.pic2 {
	border-width : 1px;
	border-style : solid;
	border-color : #7D7D7D;
	padding : 2px;
}
/* --增加缩略图边框图片频道-- */ 
/* 图片频道样式 */
.pic_photo{
width:175px;height:119px;float :left;background-image : url(/Skin/60du-2006/qq/port_right1.gif);
padding : 13px 10px 10px 15px;
}
.pic_photo_img {
	padding: 0px;
         float:left;
}
.pic3 {
	border-width : 1px;
	border-style : solid;
	border-color : #7D7D7D;
}
.pic_soft_title {
	padding-left : 1px;
}
.text1{
         padding-bottom : 15px;
         padding-top : 0px;
	padding-left : 30px;
         padding-right : 30px;
}
/* 图片频道样式结束 */
/* ==调用的文章每行之间有一条虚线的效果== */
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#;border-bottom: 1px dashed #84c549; height: 24;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#;border-bottom: 1px dashed #84c549; height: 24;
}
.listbg3 /* --栏目文章列表内容间隔颜色的定义3-- */
{
background:#;border-bottom: 1px dashed #84c549; font-size: 12px; line-height: 24px;
}
/* ==顶部菜单风格开始== */
td {
	font-size: 12px
}
td.content {
	font-size: 14px; color: #000000; line-height: 140%
}
td.list {
	line-height: 148%
}
hr {
	color: #000000; height: 1px
}
textarea {
	font-size: 12px; font-family: "tahoma", "ms shell dlg"
}
.codetextarea {
	font-size: 12px; width: 515px; word-break: keep-all; font-family: "宋体"; height: 310px; word-wrap: normal
}
.navmedium {
	background-color: #f2f3f7
}
.navdark {
	background-color: #c5dc54
}
.logobackground {
	background-color: #ffffff
}
.pageseparator {
	background-color: #ccccd4
}
.pageselect {
	font-size: 9px; font-family: arial
}
.border {
	margin: auto; background-color: #ffffff
}
.pegeone {
	margin: auto; background-color: #ffffff;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pegetwo {
	background-color: #f2f3f7;padding-left: 2px;padding-top: 5px; padding-bottom: 5px
}
.pagelighter {
	background-color: #fafafa
}
.pagelight {
	background-color: #f2f3f7
}
.pagemedium {
	background-color: #8c8ea3
}
.pagemediumer {
	background-color: #ccccd4
}
.pagedark {
	background-color: #666688
}
.pagesubject {
	background-color: #d9dce8
}
.pageicon {
	font-size: 12px; font-family: "&euml;&icirc;ì&aring;"; background-color: #ffffff
}
.columntitle {
	background-color: #cfcdaf
}
.columncontent {
	background-color: #ebeadd
}
.hottitle {
	background-color: #abd3a5
}
.hotcontent {
	background-color: #e0efde
}
.listtitle {
	background-color: #ccccd4
}
.listcontent {
	background-color: #f2f3f7
}
.pagesimages {
	border-right: #bbbbbb 1px solid; border-top: #bbbbbb 1px solid; border-left: #bbbbbb 1px solid; border-bottom: #bbbbbb 1px solid
}
.titletable {
	background-color: #ccccd4
}
.listtable {
	background-color: #f2f3f7
}
.code {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 12px; padding-bottom: 5px; margin: 5px; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "verdana" , "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp_bak {
	border-right: #0099cc 1px solid; padding-right: 5px; border-top: #0099cc 1px solid; padding-left: 5px; font-size: 12px; padding-bottom: 5px; margin: 5px; overflow: hidden; border-left: #0099cc 1px solid; width: 480px; color: #000000; line-height: 18px; padding-top: 5px; border-bottom: #0099cc 1px solid; font-family: "courier new", "courier", "mono"; background-color: #ddedfb
}
.codesamp {
	border-right: #888888 1px solid; padding-right: 0.5em; border-top: #888888 1px solid; margin-top: 1em; padding-left: 0.5em; margin-bottom: 1em; padding-bottom: 0.5em; margin-left: 0pt; overflow: hidden; border-left: #888888 1px solid; width: 480px; padding-top: 0.5em; border-bottom: #888888 1px solid; font-family: "courier new"; background-color: #eeeeee
}
.docparameter {
	background-color: #efefef
}
.docparameter td {
	color: #999999
}
.listcontentmedium {
	background-color: #e4e3e8
}
.location {
	color: #333366
}
select {
	font-size: 12px; font-family: "ms shell dlg"
}
form {
	margin-top: 3px; font-size: 12px; margin-bottom: 0px; font-family: "tahoma", "ms shell dlg"
}
input {
	font-size: 12px; font-family: "tahoma", "ms shell dlg"
}
.dotline {
	padding-right: 0px; padding-left: 0px; background-image: url(/img/common/bg_dot.gif); padding-bottom: 0px; padding-top: 0px; height: 1px
}
.votebar {
	font-size: 9px; font-family: "verdana", "arial", "helvetica", "sans-serif"
}

/* ==虚线边框== */
.bk1 {border-right: #a8dc2e 1px dashed; border-top: #a8dc2e 1px dashed; border-left: #a8dc2e 1px dashed; border-bottom: #a8dc2e 1px dashed}
.bk2 {border-right: #b304c6 1px dashed; border-top: #b304c6 1px dashed; border-left: #b304c6 1px dashed; border-bottom: #b304c6 1px dashed}
.bk3 {border-right: #b193fb 1px dashed; border-top: #b193fb 1px dashed; border-left: #b193fb 1px dashed; border-bottom: #b193fb 1px dashed}
.bk4 {border-right: #fad31d 1px dashed; border-top: #fad31d 1px dashed; border-left: #fad31d 1px dashed; border-bottom: #fad31d 1px dashed}
.bk5 {border-right: #fc47a6 1px dashed; border-top: #fc47a6 1px dashed; border-left: #fc47a6 1px dashed; border-bottom: #fc47a6 1px dashed}
.bk6 {border-right: #4391fa 1px dashed; border-top: #4391fa 1px dashed; border-left: #4391fa 1px dashed; border-bottom: #4391fa 1px dashed}
.bk7 {border-right: #a8b56f 1px dashed; border-top: #a8b56f 1px dashed; border-left: #a8b56f 1px dashed; border-bottom: #a8b56f 1px dashed}
.bk8 {border-right: #12b81f 1px dashed; border-top: #12b81f 1px dashed; border-left: #12b81f 1px dashed; border-bottom: #12b81f 1px dashed}
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==顶部菜单风格结束== */
/* ==自选风格中的css定义结束== */
#menu {
	position:absolute;
	width:654px;
	height:33px;
	z-index:1;
	left: 212px;
	top: 279px;
	padding-top: 5px;
	text-align:left;
	color: #ffffff;background-color: #9dbd31
}
#channel {
	position:absolute;
	width:668px;
	height:150px;
	z-index:1;
	left: 206px;
	top: 250px;
}
#count {
	position:absolute;
	width:500px;
	height:28px;
	z-index:1;
	left: 223px;
	bottom: 30px;
}
#qt {
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 223px;
	top: 30px;
}
#star {
	position:absolute;
	width:250px;
	height:270px;
	z-index:2;
	left: 730px;
	top: 44px;
}
#fc {
	position:absolute;
	width:250px;
	height:270px;
	z-index:2;
	left: 43px;
	top: 60px;
}
#layer1 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 223px;
	top: 30px;
}
#layer2 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:2;
	left: 369px;
	top: 506px;
}
#layer3 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:3;
	left: 514px;
	top: 506px;
}
#layer4 {
	position:absolute;
	width:120px;
	height:120px;
	z-index:4;
	left: 662px;
	top: 506px;
}
.style3 {color: #ff0000}
.style5 {color: #ffffff; font-weight: bold; }




/* DIV样式开始 */
.top_60du_1{
	width : 210px;
	height : 248px;
	background-image : url(/Skin/60du-2006/top_01.gif);
	float : left;
}
.top_60du_2{
	width : 328px;
	height : 248px;
	background-image : url(/Skin/60du-2006/top_02.gif);
	float : left;
}
.top_60du_3{
	width : 330px;
	height : 248px;
	background-image : url(/Skin/60du-2006/top_03.gif);
	float : left;
}
.top_60du_4{
	width : 132px;
	height : 248px;
	background-image : url(/Skin/60du-2006/top_04.gif);
	float : left;
}
.top_60du_5{
	width : 210px;
	height : 66px;
	background-image : url(/Skin/60du-2006/top_05.gif);
	float : left;
}
.top_60du_6{
	width : 658x;
	height : 66px;
	float : left;
}
.top_60du_7{
	width : 132px;
	height : 66px;
	background-image : url(/Skin/60du-2006/top_07.gif);
	float : left;
}
.top_60du_8{
	width : 210px;
	height : 17px;
	background-image : url(/Skin/60du-2006/top_08.gif);
	float : left;
}
.top_60du_9{
	width : 658px;
	height : 17px;
	background-image : url(/Skin/60du-2006/top_09.gif);
	float : left;
}
.top_60du_10{
	width : 132px;
	height : 17px;
	background-image : url(/Skin/60du-2006/top_10.gif);
	float : left;
}
.top_60du_11{
	width : 366px;
	height : 73px;
	background-image : url(/Skin/60du-2006/nl_01.gif);
	float : left;
}
.top_60du_12{
	width : 507px;
	height : 73px;
	background-image : url(/Skin/60du-2006/nl_02.gif);
	float : left;
}
.top_60du_13{
	width : 127px;
	height : 73px;
	background-image : url(/Skin/60du-2006/nl_03.gif);
	float : left;
}
.top_60du_14{
	width : 285px;
	height : 29px;
	background-image : url(/Skin/60du-2006/nl_04.gif);
	float : left;
}
.top_60du_15{
	width : 691px;
	height : 29px;
	background-color : #fff;
	float : left;
}
.top_60du_16{
	width : 24px;
	height : 29px;
	background-image : url(/Skin/60du-2006/nl_06.gif);
	float : left;
}
 #channel_60du{
	width:658px; 
	height:66px;
	border: 1px solid #9DBD31;
	margin : 0 auto;
	background:#fff;
}
.bottom_60du_1{
	width : 366px;
	height : 112px;
	background-image : url(/Skin/60du-2006/nl_13.gif);
	float : left;
}
.bottom_60du_2{
	width : 507px;
	height : 112px;
	background-image : url(/Skin/60du-2006/nl_14.gif);
	float : left;
}
.bottom_60du_3{
	width : 127px;
	height : 112px;
	background-image : url(/Skin/60du-2006/nl_15.gif);
	float : left;
}
.bottom_60du_4{
	width : 471px;
	height : 61px;
	background-image : url(/Skin/60du-2006/bottom_01.gif);
	float : left;
}
.bottom_60du_5{
	width : 529px;
	height : 61px;
	background-image : url(/Skin/60du-2006/bottom_02.gif);
	float : left;
}
.bottom_60du_6{
	width : 471px;
	height : 95px;
	background-image : url(/Skin/60du-2006/bottom_03.gif);
	float : left;
}
.bottom_60du_7{
	width : 520px;
	height : 95px;
	background-image : url(/Skin/60du-2006/bottom_04.gif);
	float : left;
}
.bottom_60du_8{
	width : 9px;
	height : 95px;
	background-image : url(/Skin/60du-2006/bottom_05.gif);
	float : left;
}
.bottom_60du_9{
	width : 471px;
	height : 12px;
	background-image : url(/Skin/60du-2006/bottom_06.gif);
	float : left;
}
.bottom_60du_10{
	width : 529px;
	height : 12px;
	background-image : url(/Skin/60du-2006/bottom_07.gif);
	float : left;
}
.bottom_60du{
	width:520px; 
	background-position:center;
}
.body_60du_1{
	width : 28px;
	float : left;
}
.body_60du_2{
	width : 12px;
	float : left;
}
.body_60du_3{
	width : 228px;
	height : auto;
	float : left;
}
.body_60du_4{
	width : 12px;
	float : left;
}
.body_60du_5{
	width : 702px;
	height : auto;
	float : left;
}
.body_60du_6{
	width : 18px;
	float : left;
}
　　/* --网页中部左栏1的css定义开始-- */
.left1_title /* 左栏标题表格背景、文字颜色定义 */
{
	width : 221px;
	height : 80px;
background:url(/Skin/60du-2006/leftxt/left1_01.gif);font-weight:bold;filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;text-align:center;padding : 30px 20px;
}
.left1_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	width : 221px;
	height : auto;
	background-position:center;
background:url(/Skin/60du-2006/leftxt/left1_02.gif);line-height: 150%;padding-right:2px;padding-left: 10px; padding-top: 5px;
}
.left1_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	width : 221px;
	height : 19px;
background:url(/Skin/60du-2006/leftxt/left1_03.gif);
}
　　/* --网页中部左栏1的css定义结束-- */
　　/* --网页中部左栏2的css定义开始-- */
.left2_title /* 左栏标题表格背景、文字颜色定义 */
{
	width : 221px;
	height : 80px;
background:url(/Skin/60du-2006/leftxt/left2_01.gif);font-weight:bold;filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;text-align:center;padding : 30px 20px;
}
.left2_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	width : 221px;
	height : auto;
	background-position:center;
background:url(/Skin/60du-2006/leftxt/left2_02.gif);line-height: 150%;padding-right:2px;padding-left: 10px; padding-top: 5px;
}
.left2_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	width : 221px;
	height : 17px;
background:url(/Skin/60du-2006/leftxt/left2_03.gif);
}
　　/* --网页中部左栏2的css定义结束-- */

　　/* --网页中部左栏3的css定义开始-- */
.left3_title /* 左栏标题表格背景、文字颜色定义 */
{
	width : 221px;
	height : 78px;
background:url(/Skin/60du-2006/leftxt/left3_01.gif);font-weight:bold;filter: dropshadow(offx=1,offy=1,color=#000000); color: #788932;text-align:center;padding : 25px 20px;
}
.left3_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	width : 221px;
	height : auto;
	background-position:center;
background:url(/Skin/60du-2006/leftxt/left3_02.gif);line-height: 150%;padding-right:2px;padding-left: 10px; padding-top: 5px;
}
.left3_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	width : 221px;
	height : 17px;
background:url(/Skin/60du-2006/leftxt/left3_03.gif);
}
　　/* --网页中部左栏3的css定义结束-- */
.body_center_60du{
	width:1000px; 
	background-image : url(/Skin/60du-2006/nl_center.gif);
	background-position:center;
	margin : 0 auto;
}
.center_60du{
	width : 1000px; 
	margin : 0 auto;
}
.dh_60du{
	width : 507px;
	height : 73;
	padding-top : 10px;
}
.path_60du{
	width : 691px;
	height : auto;
}
.nl_left_60du{
	width : 221px;
	height : 158px;
}
.login_left_60du{
	width : 221px;
	height : 158px;
}
.nl_body_60du{
	width : 702px;
	height : auto;
	background-color : #fff;
}
.nl_body_60du_htbg{
	width : 702px;
	height : 32px;
	background-image : url(/Skin/60du-2006/lm/ad_rmwztpbg.gif);
}
.nl_body_60du_xhtbg{
	width : 702px;
	height : 28px;
	background-image : url(/Skin/60du-2006/lm/ad_dhtp.gif);
}
.nl_body_60du_xhtbg_1{
	width : 351px;
	padding : 10px 0px 0px 0px;
	float : left;
}
.nl_body_60du_xhtbg_2{
	height : 28px;
	line-height : 26px;
	background-image : url(/Skin/60du-2006/lm/ad_dhtp.gif);
	margin : 0 auto;
	clear:left;
}
.nl_body_60du_xhtbg_3{
	width : 267px;
	height : 28px;
	float : left;
	letter-spacing : 5px;
	color : #000;
}
.nl_body_60du_xhtbg_4{ /* 32高热门图片文章横条 */
	width : 239px;
	height : 32px;
	margin-right:200px;
	float : left;
	background-image : url(/Skin/60du-2006/lm/ad_rmwztp.gif);
}
.nl_body_60du_xhtbg_5{
	width : 615px;
	height : 28px;
	padding : 4px 0px 0px 10px;	
	letter-spacing : 2px;
	float : left;
}
.nl_body_60du_xhtbg_6{ /* 32高推荐图片下载横条 */
	width : 239px;
	height : 32px;
	margin-right:200px;
	float : left;
	background-image : url(/Skin/60du-2006/lm/ad_tjxzt.gif);
}
.nl_body_60du_xhtbg_7{ /* 小横条中间 */
	width : 550px;
	height : 28px;
	padding : 4px 0px 0px 10px;
	float : left;
}
.nl_body_60du_xhtbg_8{ /* 28高小横条 */
	width : 29px;
	height : 28px;
	float : left;
	background-image : url(/Skin/60du-2006/lm/ad_dh.gif);
}
.nl_body_60du_xhtbg_9{ /* 28高小横条 */
	width : 239px;
	height : 32px;
	margin-right:200px;
	float : left;
	background-image : url(/Skin/60du-2006/lm/ad_rmwztp.gif);
}
.nl_body_60du_xhtbg_10{ /* 28高小横条 */
	width : 550px;
	height : 28px;
	float : left;
}
.nl_body_60du_xhtbg_11{ /* 28高小横条 */
	width : 550px;
	height : 28px;
	float : left;
}
.nl_body_60du_more{
	width :55px;
	height : 28px;
	float : right;
}
.nl_body_60du_Search{ /* 搜索前面的小图标 */
	width : 114px;
	height : 29px;
	padding : 3px 5px 0px 50px;
	float : left;
	text-align:center;
	background-image : url(/Skin/60du-2006/lm/search_s1.gif);
}
.nl_body_60du_photo{
	width : 702px;
	height : auto;
	padding : 5px;
}
.nl_body_60du_list
{
	width : 702px;
	height : auto;
.nl_body_60du_list1 /* 频道首页栏目分半宽度 */
{
	width : 351px;
	height : auto;
}
.nl_body_60du_list2 /* 大栏目列表左边图片 */
{
	width : 42%;
	height : auto;
	border-right:1px #D8D8D8 solid;
	float :left;
.nl_body_60du_list3 /* 大栏目列表右边列表 */
{
	width : 58%;
	height : auto;
	float : right;
}
.nl_body_60du_list4 /* 频道首页左边图片 */
{
	width : 30%;
	height : auto;
	border-right:1px #D8D8D8 solid;
	float :left;
.nl_body_60du_list5 /* 频道首页列表右边列表 */
{
	width : 70%;
	height : auto;
	float : right;
}
.nl_60du_main_ArticleTitle{
	width : 702px;
	height : 40px;
	color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;text-align : center;
	background-image : url(/Skin/60du-2006/lm/ad_dybg2.gif);
}
.nl_60du_main_ArticleSubheading{
	width : 702px;
	height : 22px;
	float :none
}
.nl_60du_main_articlecontent /* 文章内容页面正文定义 */
{
padding-left: 6px;overflow-y: hidden; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; overflow: scroll; width: 695px; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #d8d8d8; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #d8d8d8; scrollbar-base-color: #ffffff;
}
.nl_60du_Article_tdbgall{
	width : 702px;
	height : 24px;
	float :none
}
.nl_60du_Article_tdbgbx1{
	width : 702px;
	height : 18px;
	background-image : url(/Skin/60du-2006/lm/ad_bx.gif);
	float :none
}
.nl_60du_left_tdbgall{
	width : 702px;
	height : 24px;
	text-align:right;
	float :none
}
.nl_60du_Comment{
	width : 702px;
	height : auto;
	float :none
}
 /* 下载频道DIV 缩略图*/
.pic_soft{
width:146px;height:100px;float :left;background-image : url(http://www.xx521.com//Skin/xx521_v1/xz_tpbg.gif);
padding : 6px 0px 0px 9px;margin-left : 20px;
}
a:hover .pic2 {
         border-width : 2px;
	border-style : solid;
	border-color : #7D7D7D;
	padding : 1px;
	
}
.pic_soft_title {
	padding-left : 10px;
}
 /* 文章频道DIV缩略图 */
.pic_art {
width:110px;height:auto;float :left;background-image : url();
padding : 10px 0px 0px 5px;margin-left : 3px;
}
.pic_art_img {
	padding: 0px 0px 0px 0px;
         float:left;
}

.pic_art_title {
	padding-left : 20px;
         float:left;
}
.pic_art_content {
         clear:left;text-indent:20pt;
}
div.pic_art_title a{text-decoration: none;}
div.pic_art_title a{color : #000;} 
div.pic_art_title a:hover{color: #13C8EC;} 
div.pic_art_title a:visited{color: #000;}
div.pic_art_title a:active{color: #000;}
