/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,strong,label,em{margin:0;padding:0;border:0;list-style:none;}
body
{
BACKGROUND-COLOR: #484848; 
background-image: url(/Skin/2007_1/bg5.gif);
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f2f2f2;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #c0c0c0; SCROLLBAR-3DLIGHT-COLOR: #c0c0c0; SCROLLBAR-ARROW-c0c0c0: #cccccc; SCROLLBAR-TRACK-COLOR: #cfcfcf; SCROLLBAR-DARKSHADOW-COLOR: #cfcfcf;; 
}
#info{height:0px; width:0px;top:35%; left:40%;position:absolute;line-height:1.7;}
#center{background:#fff;border:2px solid #fff; width:357px; height:358px; position:absolute; margin:-50px -100px;}
#center strong{ display:block; padding:2px 5px; background:#EBF4FC; color:#519FEE;}
#center p{padding:10px; text-align:center; color:#1C6FB8;}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-size: 9pt;
font-family:"宋体";
line-height: 150%;
font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #4a4a4a; 
height: 20px;font-size: 9pt
}
/*input*/
.input_on{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#f2f2f2;
}
.input_off{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_move{
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #999;
background-color:#f2f2f2;
}
.input_out{
/*height:16px;默认高度*/
padding:2px 8px 0pt 3px;
height:18px;
border:1px solid #CCC;
background-color:#FFF;
}
/*TEXTAREA*/
.TEXTAREA_on{
padding:2px 8px 0pt 3px;
height:150px;
border:1px solid #999;
background-color:#f2f2f2;
}
.TEXTAREA_off{
padding:2px 8px 0pt 3px;
height:150px;
border:1px solid #CCC;
background-color:#FFF;
}
.TEXTAREA_move{
padding:2px 8px 0pt 3px;
height:150px;
border:1px solid #999;
background-color:#f2f2f2;
}
.TEXTAREA_out{
/*height:16px;默认高度*/
padding:2px 8px 0pt 3px;
height:150px;
border:1px solid #CCC;
background-color:#FFF;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
background-color: #4a4a4a
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
background-color: #4a4a4a
font-size: 9pt;height: 20px;
}


/* 顶部主菜单和下面内容之间的行间距 */
.linespacing{
padding-top: 20px 
}
.linespacing2{
padding-top: 10px 
}
/* 白色背景内容之间的行间距 */
.linespacing3{
width:900px;
height:8px
background: #fff
}


/* 专题menu */
.zhuanti_menu {
font-family: verdana, arial, sans-serif; 
width:562px; 
margin:0; 
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.zhuanti_menu ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.zhuanti_menu ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.zhuanti_menu ul li a, .menu ul li a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
width:100px; 
height:23px; 
color:#000; 
background:url(/Skin/2007_1/zhuanti/zhuanti_bg.gif);
background-position:bottom;
background-repeat: no-repeat;
line-height:23px; 
font-size:11px;
}
/* make the dropdown ul invisible */
.zhuanti_menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.zhuanti_menu ul li:hover a {
color:#fff; 
background:url(/Skin/2007_1/zhuanti/zhuanti_bgover.gif);
background-position:bottom;
background-repeat: no-repeat;
}
/* make the sub menu ul visible and position it beneath the first list item */
.zhuanti_menu ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:23px; 
left:0; 
text-align:left;
z-index:100;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.zhuanti_menu ul li:hover ul li {
background:#000; 
color:#fff;
font-size:11px;
padding:10px;
width:689px;
height:180px;
overflow:auto;
border:10px solid #373737;
}
/*float the image left with padding and no border */
.zhuanti_menu ul li:hover ul li img {
float:left; 
padding:0px 0px 0px 0; 
border:0;
}
/* style the paragraph font height */
.zhuanti_menu ul li:hover ul li p {
font-size:1.2em;
line-height:15px; 
}
/* style the background and foreground color of the submenu links */
.zhuanti_menu ul li:hover ul li a {
color:#74bfff;
background:#000; 
display:inline;
font-size:1.0em;
text-decoration:underline;
}
/* style the background and forground colors of the links on hover */
.zhuanti_menu ul li:hover ul li a:hover {
text-decoration:underline; 
font-size:1.0em;
background:#000; 
color:#fff;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{color: #484848;text-decoration: underline;} /* 链接无下划线,有为underline */
a:link {color: #484848;text-decoration: underline;} /* 未访问的链接 */ 
a:visited {color: #484848;text-decoration: underline;} /* 已访问的链接 */
a:hover{COLOR: #dd0000;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #484848;text-decoration: underline;} /* 点击激活链接 */

/* 站内链接文字颜色定义 */
a.channel_keylink:link {color: #0000ff;}
a.channel_keylink:visited {color: #0000ff;}
a.channel_keylink:hover{color: #dd0000;}
a.channel_keylink:active {color: #dd0000;} 

/*焦点新闻*/
.toutiao /* 中栏内容表格背景颜色定义 */
{
color: #484848;BACKGROUND-COLOR: #f2f2f2;
padding:10px 0px 10px 5px; 
}
.toutiao ul{display:block; clear:both;zoom:1;}
toutiao li{float:left;padding-right:0px;line-height:25px;}
a.toutiaot:link {color: #dd0000;font-weight: bold;text-decoration: underline;padding-left:15px;font-size:14px;line-height:24px} /* 未访问的链接 */
a.toutiaot:visited {color: #dd0000;font-weight: bold;text-decoration: underline;padding-left:15px;font-size:14px;line-height:24px} /* 已访问的链接 */
a.toutiaot:hover{color: #dd0000;font-weight: bold;text-decoration: underline;padding-left:15px;font-size:14px;line-height:24px} /* 鼠标在链接上 */ 
a.toutiaot:active {color: #dd0000;font-weight: bold;text-decoration: underline;padding-left:15px;font-size:14px;line-height:24px} /* 点击激活链接 */


/* 首页新闻突出标题链接文字颜色定义 */
.jingsai_bbs1 {
line-height:30px
}

a.bbslink:link {color: #ff0000;font-weight: bold;text-decoration: underline;} /* 未访问的链接 */
a.bbslink:visited {color: #ff0000;font-weight: bold;text-decoration: underline;} /* 已访问的链接 */
a.bbslink:hover{color: #484848;font-weight: bold;text-decoration: underline;} /* 鼠标在链接上 */ 
a.bbslink:active {color: #484848;font-weight: bold;text-decoration: underline;} /* 点击激活链接 */

/* 标题论坛CSS定义:可定义内容为链接字体颜色、样式等 */
a.bbslink_tdbg {
width:40px;
height:20px;
background:url(..//Skin/2007_1/bbslink_tdbg.gif);
padding-left: 25px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}
a.bbslink_tdbg:hover {
width:40px;
height:20px;
background:url(..//Skin/2007_1/bbslink_tdbg.gif);
padding-left: 25px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}
/* 标题家园CSS定义:可定义内容为链接字体颜色、样式等 */
a.homelink_tdbg {
width:40px;
height:20px;
background:url(..//Skin/2007_1/homelink_tdbg.gif);
padding-left: 25px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}
a.homelink_tdbg:hover {
width:40px;
height:20px;
background:url(..//Skin/2007_1/homelink_tdbg.gif);
padding-left: 25px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}

/* 标题右边通用CSS定义:可定义内容为链接字体颜色、样式等 */
a.titlerightlink_tdbg {
width:60px;
height:20px;
background:url(..//Skin/2007_1/bbslink_tdbg.gif);
padding-left: 5px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}
a.bbslink_tdbg:hover {
width:40px;
height:20px;
background:url(..//Skin/2007_1/bbslink_tdbg.gif);
padding-left: 25px; padding-top: 2px; 
text-align: left; 
color: #ffffff;
display: block;
font-family:"宋体";
font-size:12px;
font-weight:normal;
}

/* 圣诞专题CSS定义:可定义内容为链接字体颜色、样式等 */
.xmasphoto {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.xmasphoto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.xmasphoto span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/pin.png) no-repeat;
}

/* 首页原创作品调用链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.home {background: #f2f2f2; width: 725px;padding-top:10px; padding-left:20px; 
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 0px;
border-right-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-top-color: #e0e0e0;
border-left-color: #e0e0e0;}
}
.textinfolist li  { list-style: none; height: 1.8em; line-height: 1.8em; overflow: hidden; }
#infoside .textinfolist li em a { color: #484848; margin-right: 4px; }
.imginfolist { overflow: hidden; *height: 1%; }
.imginfolist li { float: left; list-style: none; width: 144px; margin: 0 2px 8px 0; }
.imginfolist li a { padding: 0px; display: block; border: #484848 1px solid; }
.imginfolist li a:hover { padding: 0px; display: block; border: #ff0000 1px solid; }
.imginfolist li p { text-align: center; height: 20px; color: #484848; overflow: hidden; border: #ff0000 0px solid;}
.imginfolist li p a { border: none; }

.texthome_photo li  { list-style: none; height: 1.8em; line-height: 1.8em; overflow: hidden; }
.texthome_photo li em a { color: #484848; margin-right: 4px; }
.home_photo { padding:0;margin:0;overflow: hidden; *height: 1%; }
.home_photo li { float: left; list-style: none; width: 137px; margin: 0 4px 20px 0; }
.home_photo li a { padding: 0px; display: block; border: #484848 1px solid; }
.home_photo li a:hover { padding: 0px; display: block; border: #ff0000 1px solid; }
.home_photo li p { padding:0;margin:0;width: 137px; text-align: center; height: 20px; overflow: hidden; border: color: 484848;background:#f0f0f0; padding-left:1px; padding-right:0px; 
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-left-color: #e0e0e0;}
.photo li p a { border: none; }

.yc04 { color: #484848; font-size:14px; font-family:"宋体"; font-weight:bold; background:#f2f2f2; padding-right:5px; padding-left:15px; height:36px; 
border-right-width: 0px;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 3px;
border-right-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-top-color: #e0e0e0;
border-left-color: #484848;}
}
.yc03 { font-size:12px; font-family:"宋体"; font-weight:nomal; background:#c0c0c0; color: #fff;padding-right:5px; padding-left:15px; height:25px; 
border-right-width: 2px;
border-bottom-width: 1px;
border-top-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #a0a0a0;
border-bottom-color: #a0a0a0;
border-top-color: #a0a0a0;
border-left-color: #a0a0a0;}
}

/* 首页家园调用链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.home2 {width: 235px; padding-left:12px;padding-top:5px;margin:0;text-align: center;}
.texthome_newalbum li em a { color: #484848; margin-right: 0px; }
.home_newalbum { padding:0;margin:0;overflow: hidden; *height: 1%; }
.home_newalbum li { background:#ffffff; float: left; list-style: none; width: 110px; margin: 0 2px 8px 0; }
.home_newalbum li a { width: 110px; padding: 1px; display: block; border: #484848 1px solid; }
.home_newalbum li a:hover { width: 110px; padding: 1px; display: block; border: #ff0000 1px solid; }
.home_newalbum li p { background:#d0d0d0; height: 20px; text-align: center; overflow: hidden; padding:0;margin:0;border: none; }
.home_newalbum li p a { border: none; }
.home_newalbum li p a:hover { border: none; }

.home3 {width: 290px; padding-left:15px;padding-top:5px;margin:0;text-align: left;}
#infoside .space_photo li em a { color: #484848; margin-right: 0px; }
.space_photo { padding:0;margin:0;overflow: hidden; *height: 1%; }
.space_photo li { float: left; list-style: none; width: 64px; margin: 0 2px 8px 0; }
.space_photo li a { width: 64px; padding: 1px; display: block; border: #484848 1px solid; }
.space_photo li a:hover { width: 64px; padding: 1px; display: block; border: #ff0000 1px solid; }
.space_photo li p { text-align: center; height: 20px; color: #484848; overflow: hidden;border: none; padding:0;margin:0;}
.space_photo li p a { border: none; }
.space_photo li p a:hover { border: none; }

.home4 {width: 100%; padding-left:5px;padding-top:5px;margin:0;text-align: left;}
.texthome_blog li em a { color: #484848; margin-right: 0px; }
.home_blog { padding:0;margin:0;overflow: hidden; *height: 1%; }
.home_blog li { float: left; list-style: none; width: 290px; margin: 0 2px 8px 0; }
.home_blog li a { width: 290px; padding: 1px; display: block; border: #484848 1px solid; }
.home_blog li a:hover { width: 290px; padding: 1px; display: block; border: #ff0000 0px solid; }
.home_blog li p { background:#fff; height: 20px; text-align: left; overflow: hidden; padding:0;margin:0;border: none; }
.home_blog li p a { background:#fff; border: none; }
.home_blog li p a:hover { background:#fff; border: none; }

/* 首页调用家园设计师头像调用链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.home5 {width: 220px; padding-left:10px;padding-right:0px;padding-top:5px;margin:0;text-align: left;}
#infoside .space_photo2 li em a { color: #484848; margin-right: 0px; }
.space_photo2 { padding:0;margin:0;overflow: hidden; *height: 1%; }
.space_photo2 li { float: left; list-style: none; width: 54px; margin: 0 13px 16px 0; }
.space_photo2 li a { width: 54px; padding: 2px; display: block; border: #484848 1px solid; }
.space_photo2 li a:hover { background:#fff; width: 54px; padding: 2px; display: block; border: #ff0000 1px solid; }
.space_photo2 li p { text-align: center; height: 25px; color: #484848; overflow: hidden;border: none; padding:0;margin:0;}
.space_photo2 li p a { border: none; }
.space_photo2 li p a:hover { border: none; }

/* 首页调用家园最新相册链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.home6 {width: 240px; padding-left:5px;padding-top:5px;margin:0;text-align: center;}
.texthome_newalbum2 li em a { color: #484848; margin-right: 0px; }
.home_newalbum2 { padding:0;margin:0;overflow: hidden; *height: 1%; }
.home_newalbum2 li { float: left; list-style: none; width: 109px; margin: 0 8px 25px 0; }
.home_newalbum2 li a { width: 107px; padding: 1px; display: block; border: #484848 1px solid; }
.home_newalbum2 li a:hover { background:#fff; width: 107px; padding: 1px; display: block; border: #ff0000 1px solid; }
.home_newalbum2 li p { height: 20px; text-align: center; overflow: hidden; padding:0;margin:0;border: none; }
.home_newalbum2 li p a { border: none; }
.home_newalbum2 li p a:hover { border: none; }

/* 首页调用家园日志链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.home7 {width: 345px; padding-left:0px;padding-top:5px;margin:0;text-align: left;}
.texthome_blog2 li em a { color: #484848; margin-right: 0px; }
.home_blog2 { padding:0;margin:0;overflow: hidden; *height: 1%; }
.home_blog2 li { float: left; list-style: none; width: 290px; margin: 0 2px 8px 0; }
.home_blog2 li a { width: 340px; padding: 1px; display: block; border: #484848 1px solid; }
.home_blog2 li a:hover { width: 340px; padding: 1px; display: block; border: #ff0000 0px solid; }
.home_blog2 li p { background:#fff; height: 20px; text-align: left; overflow: hidden; padding:0;margin:0;border: none; }
.home_blog2 li p a { background:#fff; border: none; }
.home_blog2 li p a:hover { background:#fff; border: none; }

/* 论坛原创作品调用链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.bbs {width: 226px; padding-left:0px;padding-top:0px;margin:0;text-align: center;}
.textbbsphoto li em a { color: #484848; margin-right: 0px; }
.bbsphoto { padding:0;margin:0;overflow: hidden; *height: 1%; }
.bbsphoto li { float: left; list-style: none; width: 107px; margin: 0 2px 8px 0; }
.bbsphoto li a { width: 107px; padding: 1px; display: block; border: #484848 1px solid; }
.bbsphoto li a:hover { width: 107px; padding: 1px; display: block; border: #ff0000 1px solid; }
.bbsphoto li p { color: #484848; height: 20px; text-align: center; overflow: hidden; padding:0;margin:0;border: none; }
.bbsphoto li p a { border: none; }
.bbsphoto li p a:hover { border: none; }

/* 主站竞赛专题调用论坛竞赛作品链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
.competitions {width: 723px; padding-left:12px;padding-top:0px;margin:0;text-align: center;}
.textcompetitionsphoto li  { list-style: none; height: 1.8em; line-height: 1.8em; overflow: hidden; }
.textcompetitionsphoto li em a { color: #484848; margin-right: 0px; }
.competitionsphoto { padding:0;margin:0;overflow: hidden; *height: 1%; }
.competitionsphoto li { float: left; list-style: none; width: 139px; margin: 0 4px 4px 0; }
.competitionsphoto li a { background:#fff; padding: 1px; display: block; border: #484848 1px solid; }
.competitionsphoto li a:hover { background:#ff0000; padding: 1px; display: block; border: #ff0000 1px solid; }
.competitionsphoto li p { padding:0;margin:0;width: 139px; text-align: center; height: 20px; overflow: hidden; border: color: 484848; background:#fff; padding-left:1px; padding-right:0px; 
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-left-color: #e0e0e0;}

/* 主站竞赛专题调用论坛新闻列表CSS样式 */
.js_newslist{float:left;width:710px;padding:5px;line-height:22px}
.js_newslist ul{width:710px}
.js_newslist li{float:left;width:355px;}

/******************************/
/*顶排行插件，作者：rhongsheng*/
/******************************/
.rs_Digg{width:113px;height:92px; padding-left:2px; background:url(/Skin/2007_1/dig-bg5.gif)}
#shownum{line-height:65px;height:65px;font-size:60px; font-family:"Times New Roman"; font-weight:nomal; text-align:center; color: #cc0000;}
.digg_action{line-height:27px;height:27px;text-align:center;color: #cc0000;}
#loading{background:url(/Images/loading.gif) center center no-repeat; display:none;width:112px;height:50px;margin-top:-50px;color: #cc0000;}
a.digg2 {color: #cc0000;font-size:12x;text-align:center; text-decoration: none;font-weight:bold; } /* 链接无下划线,有为underline */
a.digg2:link {color: #000000;font-size:12px;text-align:center; text-decoration: none;font-weight:bold; } /* 未访问的链接 */ 
a.digg2:visited {color: #cc0000;font-size:12x;text-align:center; text-decoration: none;font-weight:bold; } /* 已访问的链接 */
a.digg2:hover{COLOR: #cc0000;font-size:12x;text-align:center; text-decoration: none;font-weight:bold; } /* 鼠标在链接上 */ 
a.digg2:active {color: #cc0000;font-size:12x;text-align:center; text-decoration: none;font-weight:bold; } /* 点击激活链接 */
.diggtdbg /* 中栏内容表格背景颜色定义 */
{
background:#ffffff; padding-left:0px; padding-left:0px; border: 0px solid #e0e0e0;
}

/* 分类的CSS定义:可定义内容为链接字体颜色、样式等 */
.zhuantibar {padding-left:15px;padding-top:5px;margin:0;background:#000; 
background:url(/Skin/2007_1/zhuanti/zhuanti_tdbg.gif);
background-position:bottom;
background-repeat: repeat-x;
}
a.fenlei_bigtitle {color: #000; 
display: block;
width: 528px;height: 21px;
text-align: left;
font-family:"宋体";
font-size:12px;
font-weight:bold;
background:url(/Skin/2007_1/fenlei_bigtitle_bg.gif);
background-position:bottom;
background-repeat: no-repeat;
padding-top:2px;padding-left:2px;
}
a.fenlei_bigtitle:hover {color: #000; 
width: 528px;height: 21px;
text-align: left;
font-family:"宋体";
font-size:12px;
font-weight:bold;
background:url(/Skin/2007_1/fenlei_bigtitle_bg.gif);
background-position:bottom;
background-repeat: no-repeat;
padding-top:2px;padding-left:2px;
}
a.fenlei_smalltitle:link {color: #000;font-weight: bold;text-decoration: none;} /* 未访问的链接 */
a.fenlei_smalltitle:visited {color: #000;font-weight: bold;text-decoration: none;} /* 已访问的链接 */
a.fenlei_smalltitle:hover{color: #ff0000;text-decoration: underline;} /* 鼠标在链接上 */ 
a.fenlei_smalltitle:active {color: #ff0000;text-decoration: underline;} /* 点击激活链接 */


/* 图片版栏目页链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='pic_bg' ***>***</a> */
a.pic_bg {color: #484848; 
display: block;
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/pic_bg_out.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}
a.pic_bg:hover {color: #ffffff; 
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/pic_bg_over.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}
/* 人才酷栏目页链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='peoplepic_bg' ***>***</a> */
a.peoplepic_bg {color: #484848; 
display: block;
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/pic_bg_out.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}
a.peoplepic_bg:hover {color: #ffffff; 
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/pic_bg_over.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}

/* TVC图片版栏目页链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='tvcpic_bg' ***>***</a> */
a.tvcpic_bg {color: #484848; 
display: block;
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/tvcpic_bg_out.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}
a.tvcpic_bg:hover {color: #ffffff; 
width: 150px;height: 185px;
text-align: center;
font-family:"宋体";
font-size:12px;
font-weight:nomal;
background:url(/Skin/2007_1/tvcpic_bg_over.gif);
background-position:top;
background-repeat: repeat-x;
padding-top:4px;
padding-left:2px;
padding-right:2px;
}

/* 网站Tag的CSS定义:可定义内容为链接字体颜色、样式等 */ 
a.tag:link {color: #07519a;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 未访问的链接 */
a.tag:visited {color: #07519a;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 已访问的链接 */
a.tag:hover{color: #07519a;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 鼠标在链接上 */ 
a.tag:active {color: #07519a;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 点击激活链接 */

/* 用户排行CSS定义:可定义内容为链接字体颜色、样式等 */ 
a.LinkTopUser:link {color: #fff;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 未访问的链接 */
a.LinkTopUser:visited {color: #fff;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 已访问的链接 */
a.LinkTopUser:hover{color: #dd0000;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 鼠标在链接上 */ 
a.LinkTopUser:active {color: #dd0000;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 点击激活链接 */

/* 网站标题右边频道精选择的CSS定义:可定义内容为链接字体颜色、样式等 */ 
a.title3:link {color: #ffffff;text-decoration: none;} /* 未访问的链接 */
a.title3:visited {color: #c0c0c0;font-weight: bold;text-decoration: none;} /* 已访问的链接 */
a.title3:hover{color: #c0c0c0;text-decoration: underline;} /* 鼠标在链接上 */ 
a.title3:active {color: #c0c0c0;text-decoration: underline;} /* 点击激活链接 */

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a.redbg:link {color: #ffffff;text-decoration: none;} /* 未访问的链接 */
a.redbg:visited {color: #ffffff;text-decoration: underline;} /* 已访问的链接 */
a.redbg:hover{COLOR: #ffffff;text-decoration: underline;} /* 鼠标在链接上 */ 
a.redbg:active {color: #ffffff;text-decoration: underline;} /* 点击激活链接 */

/* 每日精选的CSS定义:可定义内容为链接字体颜色、样式等 */
a.dailynews:link {color: #ffffff;text-decoration: none;} /* 未访问的链接 */
a.dailynews:visited {color: #ffffff;text-decoration: underline;} /* 已访问的链接 */
a.dailynews:hover{COLOR: #ffffff;text-decoration: underline;} /* 鼠标在链接上 */ 
a.dailynews:active {color: #ffffff;text-decoration: underline;} /* 点击激活链接 */

/* 红色背景字体反白的CSS定义:可定义内容为链接字体颜色、样式等 */
a.redbgfont:link {color: #484848;text-decoration: underline;} /* 未访问的链接 */
a.redbgfont:visited {color: #484848;text-decoration: underline;} /* 已访问的链接 */
a.redbgfont:hover{COLOR: #dd0000;text-decoration: underline;} /* 鼠标在链接上 */ 
a.redbgfont:active {color: #dd0000;text-decoration: underline;} /* 点击激活链接 */

/* ******LinkB表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkB:link {color: #484848;text-decoration: underline;}
a.LinkB:visited {color: 484848;text-decoration: underline;}
a.LinkB:hover{color: #DD0000;text-decoration: underline;}
a.LinkB:active {color: 484848;text-decoration: underline;}

/* ******LinkB表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkC:link {color: #fff;text-decoration: none;}
a.LinkC:visited {color: fff;text-decoration: none;}
a.LinkC:hover{color: #DD0000;text-decoration: underline;}
a.LinkC:active {color: fff;text-decoration: underline;}

/* ******LinkA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkA:link {color: #dd0000;text-decoration: underline;}
a.LinkA:visited {color: #dd0000;text-decoration: underline;}
a.LinkA:hover{color: #000000;text-decoration: underline;}
a.LinkA:active {color: #000000;text-decoration: underline;}

/* 网站副菜单深色背景上的文字的CSS定义:可定义内容为链接字体颜色、样式等 */ 
a.box2:link {color: #ffffff;text-decoration: none;} /* 未访问的链接 */
a.box2:visited {color: #ffffff;font-size: 10pt;font-weight: bold;text-decoration: none;} /* 已访问的链接 */
a.box2:hover{color: #dd0000;font-size: 10pt;font-weight: bold;text-decoration: underline;} /* 鼠标在链接上 */ 
a.box2:active {color: #ffffff;text-decoration: underline;} /* 点击激活链接 */

/* ******首页最新文章中间隔各行的风格样式，分奇数行与偶数行****** */
.LinkBbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
color:#484848;
}
.LinkBbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
color:#484848;
}
.LinkBbg01, .LinkBbg02 { width:240px; overflow:hidden;float:left;}

/* 顶尖设计2007标签文字的CSS定义:可定义内容为链接字体颜色、样式等 */
.boxout {
	background-image: url(/Skin/2007_1/box_out.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #fff; 
         BORDER-RIGHT: #E0E0E0 1px solid; 
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.boxover {
	background: #f6f6f6;
         color: #dd0000;
         BORDER-left: #fff 1px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.box2out {
	background-image: url(/Skin/2007_1/box2_out.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #484848; 
         BORDER-RIGHT: #E0E0E0 1px solid; 
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
         text-align: center;
}
.box2over {
	background-image: url(/Skin/2007_1/box2_over.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #fff;
         BORDER-left: #fff 1px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
         text-align: center;
}
.box3out {
	width: 76px;
         height: 20px;
         color: #484848;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #f6f6f6; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.box3over {
         width: 78px;
         height: 20px;
         color: #fff;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #616161; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.box3board {
         BORDER-left: #616161 2px solid;BORDER-right: #616161 2px solid;
         BORDER-top: #616161 2px solid;BORDER-bottom: #616161 2px solid;
         background: #fff; 
         font-weight: nomal; 
         font-size: 9pt;
         text-align: left;
         padding-left:5px;
}
.box4out {
	width: 60px;
         height: 20px;
         color: #fff;
         BORDER-left: #616161 0px solid;BORDER-right: #616161 0px solid;
         BORDER-top: #616161 0px solid; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.box4over {
         width: 60px;
         height: 20px;
         color: #484848;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #d0d0d0; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
/* 顶尖设计4A专题页的CSS定义:可定义内容为链接字体颜色、样式等 */
.box5out {
	width: 57px;
         height: 20px;
         color: #484848;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #f6f6f6; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.box5over {
         width: 57px;
         height: 20px;
         color: #fff;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #616161; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.box2_tdbg {
         background:#616161;          
         color: #dd0000;
         BORDER-left: #fff 0px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 30px;
         text-align: left;
         padding-left:30px;
         padding-top:5px;
         padding-bottom:5px;
}
.gray01 {
	background-image: url(/Skin/2007_1/box_out.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #ffffff; 
         BORDER-RIGHT: #E0E0E0 1px solid; 
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.red01 {
         color: #ff0000;
         background: #f6f6f6;
         BORDER-left: #fff 1px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.itschoolTabOff {
	background-image: url(/Skin/2007_1/box_out.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #fff; 
         BORDER-RIGHT: #E0E0E0 1px solid; 
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.itschoolTab {
         background: #f6f6f6;
         color: #dd0000;
         BORDER-left: #fff 1px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.hrTabOff {
	background-image: url(/Skin/2007_1/box_out.gif);
	background-repeat: repeat-x;
	background-position: center top;
         color: #fff; 
         BORDER-RIGHT: #E0E0E0 1px solid; 
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
.hrTab {
         background: #f6f6f6;
         color: #dd0000;
         BORDER-left: #fff 1px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 25px;
}
/* 顶尖设计2007酷页标签文字的CSS定义:可定义内容为链接字体颜色、样式等 */
.out01 {
	background-image: url(/Skin/2007_1/submenucoolye-out.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
         color: #ffffff; 
         font-weight: nomal; 
         font-size: 9pt;
}
.over01 {
	background-image: url(/Skin/2007_1/submenucoolye-over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
         color: #ffffff;
         font-weight: nomal; 
         font-size: 9pt;
}
/* 顶尖设计您现在的位置的CSS定义:可定义内容为链接字体颜色、样式等 */
.userlogin_tdbg {
color: #ffffff; font-weight: normal;padding-left:5px;
padding-right:5px;padding-bottom:5px;
background: #000000; 
}

/* 网站标签文字的CSS定义:可定义内容为链接字体颜色、样式等 */
a.tab:link{color:#fff;text-decoration:none;font-weight: bold;}
.gray {
	background-image: url(/Skin/b2/graybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.red {
	background-image: url(/Skin/b2/redbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 关于顶尖设计标签文字的CSS定义:可定义内容为链接字体颜色、样式等 */
.gray2 {
	background-image: url(/Skin/b2/gray2_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #000000; 
         font-weight: bold; 
         font-size: 10pt;
}
.red2 {
	background-image: url(/Skin/b2/red2_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #000000;
         font-weight: bold; 
         font-size: 10pt;
}

/*CSS showpage style pagination*/

DIV.showpage {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center;
}
DIV.showpage A {BORDER-RIGHT: #919191 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #919191 0px solid; PADDING-TOP: 4px; BORDER-LEFT: #919191 0px solid; PADDING-left: 5px; COLOR: #919191; FONT-WEIGHT: bold; BACKGROUND-COLOR: #fff;MARGIN-RIGHT: 2px; BORDER-BOTTOM: #919191 0px solid; PADDING-BOTTOM: 2px; TEXT-DECORATION: none;
height: 31px;
background:url(/Skin/2007_1/showpagebg_out.gif);
background-position:top;
background-repeat: repeat-x;}
DIV.showpage A:hover {BORDER-RIGHT: #dd0000 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #dd0000 0px solid; PADDING-TOP: 4px; BORDER-LEFT: #dd0000 0px solid; PADDING-left: 5px; COLOR: #fff; FONT-WEIGHT: bold; BORDER-BOTTOM: #dd0000 0px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #dd0000;TEXT-DECORATION: none;
height: 31px;
background:url(/Skin/2007_1/showpagebg_over.gif);
background-position:top;
background-repeat: repeat-x;}
DIV.showpage SPAN.current {BORDER-RIGHT: #919191 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #919191 0px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #919191 0px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 4px; BORDER-BOTTOM: #919191 0px solid; BACKGROUND-COLOR: #919191;TEXT-DECORATION: none;
height: 31px;
background:url(/Skin/2007_1/showpagebg_over.gif);
background-position:top;
background-repeat: repeat-x;}
DIV.showpage SPAN.disabled {font-weight:bold;BORDER-RIGHT: #919191 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #919191 0px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #484848 0px solid; COLOR: #919191; MARGIN-RIGHT: 2px; PADDING-TOP: 4px; BORDER-BOTTOM: #919191 0px solid;BACKGROUND-COLOR: #fff;TEXT-DECORATION: none;
height: 31px;
background:url(/Skin/2007_1/showpagebg_out.gif);
background-position:top;
background-repeat: repeat-x;}


/*CSS showpage style pagination*/

.soft_showpage {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center;
}
.soft_showpage A {BORDER-RIGHT: #919191 0px solid; PADDING-RIGHT: 2px; BORDER-TOP: #919191 0px solid; PADDING-TOP: 2px; BORDER-LEFT: #919191 0px solid; PADDING-left: 2px; COLOR: #919191; FONT-WEIGHT: bold; BACKGROUND-COLOR: #fff;MARGIN-RIGHT: 2px; BORDER-BOTTOM: #919191 0px solid; PADDING-BOTTOM: 2px; TEXT-DECORATION: none;
height: 16px;
background:url(/Skin/2007_1/showpagebg_out.gif);
background-position:top;
background-repeat: repeat-x;}
.soft_showpage A:hover {BORDER-RIGHT: #dd0000 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #dd0000 0px solid; PADDING-TOP: 2px; BORDER-LEFT: #dd0000 0px solid; PADDING-left: 2px; COLOR: #fff; FONT-WEIGHT: bold; BORDER-BOTTOM: #dd0000 0px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #dd0000;TEXT-DECORATION: none;
height: 16px;
background:url(/Skin/2007_1/showpagebg_over.gif);
background-position:top;
background-repeat: repeat-x;}

/* 内容页分页的CSS定义: */
#nextpage{float:right;border:1px solid #484848;text-align:center;WIDTH: 55px;HEIGHT: 22px;background-color:#e0e0e0;padding:2px;margin:2px;margin-right:0;font-size: 10pt;}
#pages{float:right;border:1px solid #484848;text-align:center;WIDTH: 22px;HEIGHT: 22px;background-color:#e0e0e0;padding:2px;margin:2px;margin-right:0;font-size: 10pt;}

/* 顶尖创意频道标签文字的CSS定义开始:可定义内容为链接字体颜色、样式等 */
/* 图文标签文字的CSS定义: */
.article{}
.article .pic_art_title a{color:#000;font-size:15px;font-weight: bold; font-family:"宋体";font-weight: bold;width:164px;line-height:23px;}
.article .pic_art_img{float:center;}
.article .pic_art_content,.article .pic_art_title{float:left;color:#686868;width:164px;line-height:20px}
.Thumbnails_tdbg {
width:200px;padding:2px;
background: #c0c0c0; 
}
.designlist_tdbg {
width:196px;color: #808080; font-weight: normal;padding-left:3px;
padding-right:2px;padding-bottom:2px;padding-top:0px;
background: #fff; 
}
.zhaiyao_tdbg {
width:400px;color: #808080; font-weight: normal;
background: #fff; 
}
.showpath_tdbg {
color: #808080; font-weight: normal;padding-left:8px;
padding-right:8px;padding-bottom:5px;padding-top:5px;
background: #fff; 
}

/* 顶尖创意频道标签文字的CSS定义结束:可定义内容为链接字体颜色、样式等 */

/* 顶尖周刊标签文字的CSS定义:可定义内容为链接字体颜色、样式等 */
.weeklymenu_out {
	background-image: url(/Skin/b2/bobdweekly/bobdweekly_menu_out.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #ffffff; 
         font-weight: bold; 
         font-size: 10pt;
}
.weeklymenu_over {
	background-image: url(/Skin/b2/bobdweekly/bobdweekly_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #ffffff;
         font-weight: bold; 
         font-size: 10pt;
}
.bobdweekend_bg {
	background-image: url(/Skin/2007_1/bobdweekend_bg.gif);
         padding-left:8px;padding-right:8px;
         padding-top:8px;padding-bottom:8px;
}
.bpbdweekend_left_tdbg {
color: #000000; font-weight: normal;padding-left:5px;
padding-right:5px;padding-bottom:5px;padding-top:5px;
background: #ffffff; 
}
.bpbdweekend_right_tdbg {
color: #ffffff; font-weight: normal;padding-left:5px;
padding-right:5px;padding-bottom:5px;padding-top:5px;
background: #616161; 
}
.bpbdweekend_daodu_tdbg {
color: #000000; font-weight: normal;padding-left:5px;
padding-right:5px;padding-bottom:5px;padding-top:5px;
background: #eeeeff; 
}
.bobdweekend_title1 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #94c43a; 
}
.bobdweekend_title2 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #36A7E8; 
}
.bobdweekend_title3 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #9F0078; 
}
.bobdweekend_title4 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #DA9A22; 
}
.bobdweekend_title5 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #999a99; 
}
.bobdweekend_title6 {
color: #ffffff; font-weight: bold;padding-left:5px;
padding-right:5px;
background: #591178; 
}

/* 4A专题文字的CSS定义:可定义内容为链接字体颜色、样式等 */
.4a_line {
	background-image: url(/Skin/2007_/4a_line.gif);
	background-repeat: repeat-Y;
	background-position: right top;
}
.4A_tdbg1 {
color: #484848; font-weight: nomal;padding-left:5px;
padding-top:5px;text-align:left;
}

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffcc00;font-size: 10pt;font-weight:bold;}
a.channel:visited {color: #ffcc00;font-size: 10pt;font-weight:bold;}
a.channel:hover{color: #ffffff;font-size: 10pt;font-weight:bold;}
a.channel:active {color: #ffffff;font-size: 10pt;font-weight:bold;}
/* 设计服务链接总的CSS定义:可定义内容为链接字体颜色、样式等 */ 
a.xj_menu:link {color: #ffffff;}
a.xj_menu:visited {color: #ffffff;}
a.xj_menu:hover{color: red;}
a.xj_menu:active {color: red;}
/* 顶部副频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffffff;}
a.channel2:visited {color: #ffffff;}
a.channel2:hover{color: #ffcc00;}
a.channel2:active {color: #ffcc00;}
/* 顶部设为主页文字链接的css定义－－调用代码为<a class='channel3' ***>***</a> */
a.channel3:link {color: #ff6666;font-size: 9pt;}
a.channel3:visited {color: #ff6666;font-size: 9pt;}
a.channel3:hover{color: #ffffff;font-size: 9pt;}
a.channel3:active {color: #ffffff;font-size: 9pt;}
/* 顶尖设计2007顶部副频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.bobdsubchannel:link {color: #ffffff;font-size: 9pt;font-weight:bold;}
a.bobdsubchannel:visited {color: #ffffff;font-size: 9pt;font-weight:bold;}
a.bobdsubchannel:hover{color: #ffffff;font-size: 9pt;font-weight:bold;}
a.bobdsubchannel:active {color: #ffffff;font-size: 9pt;font-weight:bold;}

a.bobdsubchannel2:link {color: #ff0000;font-size: 9pt;font-weight:bold;line-height: 130%;}
a.bobdsubchannel2:visited {color: #ff0000;font-size: 9pt;font-weight:bold;line-height: 130%;}
a.bobdsubchannel2:hover{color: #ff0000;font-size: 9pt;font-weight:bold;line-height: 130%;}
a.bobdsubchannel2:active {color: #ff0000;font-size: 9pt;font-weight:bold;line-height: 130%;}

a.bobdsubchannel3:link {color: #ffffff;font-size: 9pt;font-weight:nomal;line-height: 130%;}
a.bobdsubchannel3:visited {color: #ffffff;font-size: 9pt;font-weight:nomal;line-height: 130%;}
a.bobdsubchannel3:hover{color: #ffffff;font-size: 9pt;font-weight:nomal;line-height: 130%;}
a.bobdsubchannel3:active {color: #ffffff;font-size: 9pt;font-weight:nomal;line-height: 130%;}
/* 顶尖设计2007酷页顶部副频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.coolyesubchannel:link {color: #ffffff;font-size: 9pt;font-weight:nomal;}
a.coolyesubchannel:visited {color: #ffffff;font-size: 9pt;font-weight:nomal;}
a.coolyesubchannel:hover{color: #ffffff;font-size: 9pt;font-weight:nomal;}
a.coolyesubchannel:active {color: #ffffff;font-size: 9pt;font-weight:namal;}
/* 图文组合文字链接的css定义－－调用代码为<a class='elite' ***>***</a> */
a.elite:link {color: #ffcc00;}
a.elite:visited {color: #ffcc00;}
a.elite:hover{color: #fffff;}
a.elite:active {color: #fffff;}
/* 底部友情连接文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='link' ***>***</a> */
a.link:link {color: #ffffff;}
a.link:visited {color: #ffffff;}
a.link:hover{color: #dd0000;}
a.link:active {color: #dd0000;}
.b_tdbg2
{
background:url(/Skin/2007_1/bottom_bg.gif);
background-repeat: repeat-x;
background-position: left top;
background: #484848; 
color: #ffffff; font-weight: normal;padding:5px;
font-family: Arial, Helvetica, sans-serif;font-size: 9pt;
}
.b_tdbg3
{
background: #484848; 
color: #ffffff; font-weight: normal;padding-left:5px;padding-right:5px;
}
.copy
{
color: #ffffff; font-weight: normal;
font-family: Arial, Helvetica, sans-serif;font-size: 9pt;
}

/* 底部友情连接文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='userlogin_tdbg' ***>***</a> */
.userlogin_tdbg
{
color: #ffffff; font-weight: normal;padding-left:5px;padding-right:5px;
background: #dd0000; 
}
/* 搜索结果文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='search1' ***>***</a> */
a.search1:link {color: #ffcc00; font-size: 10pt;}
a.search1:visited {color: #ffcc00; font-size: 10pt;}
a.search1:hover{color: #ffffff; font-size: 10pt;}
a.search1:active {color: #ffffff; font-size: 10pt;}

/* ******LinkA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkA:link {color: #ffffff;text-decoration: none;}
a.LinkA:visited {color: #ffffff;text-decoration: none;}
a.LinkA:hover{color: #ffcc00;text-decoration: underline;}
a.LinkA:active {color: #ffcc00;text-decoration: underline;}

/* ******文章中间隔各行的风格样式，分奇数行与偶数行****** */
.LinkAbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
color: #c0c0c0; padding-right:5px; 
}
.LinkAbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
color: #c0c0c0; padding-right:5px;
}

/* ******下载中间隔各行的风格样式，分奇数行与偶数行****** */
.Linksoftbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background: #383838; padding-left: 2px; padding-right: 2px; border: 1px solid #686868;
}
.Linksoftbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
background: #585858; padding-left: 2px; padding-right: 2px; border: 1px solid #686868;
}

/* ******下载频道风格样式开始****** */
a.softtitle:link {color: #2c6aa9;font-size: 10pt;font-family:"宋体"; font-weight:bold;text-decoration: none;} /* 未访问的链接 */
a.softtitle:visited {color: #2c6aa9;font-size: 10pt;font-family:"宋体"; font-weight:bold;text-decoration: none;} /* 已访问的链接 */
a.softtitle:hover{color: #dd0000;font-size: 10pt;font-family:"宋体"; font-weight:bold;text-decoration: underline;} /* 鼠标在链接上 */ 
a.softtitle:active {color: #2c6aa9;font-size: 10pt;font-family:"宋体"; font-weight:bold;
text-decoration: underline;} /* 点击激活链接 */
.soft_tdbg /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background: #ffffff; padding-bottom: 5px;  
BORDER-RIGHT: #E0E0E0 0px solid; BORDER-left: #E0E0E0 0px solid; BORDER-TOP: #E0E0E0 0px solid; BORDER-bottom: #E0E0E0 1px solid; 
}
.soft_tdbg2 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background: #f2f2f2; padding: 0px; border: 0px solid #e0e0e0; 
}
.soft_titlebg /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background-image: url(/Skin/2007_1/soft_title_bg.gif);
	background-repeat: x-repeat;
	background-position: center top;
         color: #ffffff; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: right;
         padding-right:5px;  
}
.soft01 {
	background-image: url(../soft/images/soft_titlebg_out.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #484848; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.soft02 {
	background-image: url(../soft/images/soft_titlebg_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #ff9933;
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.soft03 {
	background-image: url(../soft/images/soft_titlebg_out.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #484848; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.soft04 {
	background-image: url(../soft/images/soft_titlebg_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #ff9933;
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.softmenu_out 
{ 
width:118px;height:50px;background:url(../soft/images/softmenubg_out.gif);font-weight: bold; text-align: center; color: #484848;font-size: 11pt;font-family:"Arial";
} 
.softmenu_over 
{ 
width:118px;height:50px;background:url(../soft/images/softmenubg_over.gif);font-weight: bold; text-align: center; color: #dd0000;font-size: 11pt;font-family:"Arial";

}
.Soft1TabOff 
{ 
width:118px;height:50px;background:url(../soft/images/softmenubg_out.gif);font-weight: bold; text-align: center; color: #484848;font-size: 11pt;font-family:"Arial";
} 
.Soft1Tab 
{ 
width:118px;height:50px;background:url(../soft/images/softmenubg_over.gif);font-weight: bold; text-align: center; color: #dd0000;font-size: 11pt;font-family:"Arial";
}  
/* ******下载频道风格样式结束****** */

/* ******首页人才调用中间隔各行的风格样式，分奇数行与偶数行****** */
.Linkhomejobbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background: #585858; padding: 2px; border: 0px solid #262626; 
}
.Linkhomejobbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
background: #484848; padding: 2px; border: 0px solid #262626; 
}


/* --顶部频道标题背景定义-- */
.menu_title1
{
width:78px;height:43px;background:url(/Skin/b2/channel1_1.gif);font-weight: normal;padding-top:2px 
}
.menu_title2{
width:78px;height:43px;background:url(/Skin/b2/channel_over.gif);line-height: 120%;padding-top:2px
}
.top1_tdbg{
background-image: url(/Skin/2007_1/topbg_1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.top1_tdbg2{
background-image: url(/Skin/2007_1/topbg_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* --顶部副菜单标题背景定义-- */
.submenu_bg
{height:28px;background:url(/Skin/b2/submenu_bg.gif);font-weight: normal;padding-left:2px;padding-right:2px;
}
.submenu_bg2
{height:25px;background:url(/Skin/b2/submenu_bg2.gif);font-weight: normal;padding-left:2px;padding-right:2px;
}
.submenured_bg
{
color: #ffffff;font-weight: normal;padding-left:5px;padding-right:5px;
background: #dd0000; 
}
.submenucoolye_bg
{
color: #ffffff;font-weight: normal;padding-left:0px;padding-right:0px;padding-bottom:0px;
background: #dd0000; 
}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #dd0000;}
a.class:active {color: #ffffff;}

.btn1_mouseout {
BORDER-RIGHT: #2f2f2f 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #2f2f2f 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#898989); BORDER-LEFT: #2f2f2f 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #2f2f2f 1px solid
}
.btn1_mouseover {
BORDER-RIGHT: #2f2f2f 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #2f2f2f 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#b4b4b4); BORDER-LEFT: #2f2f2f 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #2f2f2f 1px solid
}

/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
/* ==自选风格中的CSS定义结束== */
.pic1
{
border: 1px solid #787878; 
}
.pic2
{
border: 1px solid #787878; 
}
.pic3
{
border: 1px solid #787878; 
}

/* --广告背景定义-- */
.ad
{
border-bottom: #dd0000 1px solid;
border-left: #dd0000 0px solid;
border-right: #dd0000 0px solid;
border-top: #dd0000 1px solid;
}
.ad1
{
border-bottom: #dd0000 0px solid;
border-left: #dd0000 0px solid;
border-right: #dd0000 0px solid;
border-top: #dd0000 0px solid;
background: #ffffff;
}
.ad3  /* 灰色表格边框背景颜色定义(504) */
{
background: #9c9a9c;
}
.ad4  /* 灰色表格边框背景颜色定义(504) */
{
background: #696870;
}
.ad5 /* 左边广告表格背景颜色定义 */
{
padding: 3px; border: 0px solid #585858; color: #ffffff;
}
.ad6 /* 首页焦点新闻广告表格背景颜色定义 */
{
padding-bottom: 3px; border: 0px solid #585858; color: #ffffff;
}

/* ==公告表格css定义开始== */
#ann { 
    padding-left: 10px; 
    height: 17px;  /*滚动框的高度，可自行调整*/ 
    overflow: hidden; 
} 

/* ==频道通用表格css定义开始== */
.top_logotdbg /* 顶部表格背景颜色定义(230x85) */
{
width:230px;
}
.top_tdbg1 /* 顶部右上表格背景颜色定义(670x30) */
{
background:#fefefe;
padding-right:0px;
height:30px;
text-align: right;
}
.maintop_tdbgall /* 顶部表格背景颜色定义(900) */
{
}
.topsearch_tdbgnew /* 顶部右上表格背景颜色定义(670x30) */
{
background:#414141;
padding-right:10px;padding-left:15px;padding-top:5px;padding-bottom:5px;
text-align: right;
color:#fff;
}
.bobdsubchannel_tdbg /* 表格背景颜色定义(760) */
{
background:#696870;line-height: 130%;border: 0px solid #262626;
padding-right:8px;padding-left:8px;
}
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.submenu_tdbg {
         background-image: url(/Skin/2007_1/box2_tdbg_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;	
         color: #dd0000;
         BORDER-left: #fff 0px solid;
         font-weight: bold; 
         font-size: 10pt;
         height: 40px;
         text-align: left;
         padding-left:25px;
         line-height:1.7
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #c0c0c0;color: #484848;height: 27;text-align: center;font-weight:bold;border: 1px solid #262626;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#f2f2f2;line-height: 120%;border: 1px solid #262626;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fff;line-height: 120%; border: 1px solid #262626;
}
.vertical /* 网站中部表格分列间隙背景颜色定义 */
{
width:8;
}
.redbg_nomor /* 分页表格背景颜色定义(760) */
{
color: #ffffff; padding: 4px;
}

/* ==首页卡片表格css定义结束== */
.sec1 {
	BORDER-RIGHT: #585858 1px solid; BORDER-left: #282828 0px solid; BORDER-TOP: #585858 1px solid; BORDER-bottom: #585858 1px solid; CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #282828; height: 10;
}
.sec2 {
	BORDER-left: gray 0px solid; BORDER-top: #ffffff 0px solid; FONT-WEIGHT: bold; BORDER-right: #ffffff 0px solid; CURSOR: hand; COLOR: #ffcc00; BACKGROUND-COLOR: #585858; height: 10;background:url(/Skin/b2/bigsearch_over.gif); 
}
.topsearch_tdbg
{
height:35px;background:url(/Skin/b2/topsearch_bg.gif);font-weight: normal;padding-top:2px 
}
.main_tab {
	BORDER-RIGHT: gray 1px solid; BORDER-LEFT: #ffffff 1px solid; COLOR: #000000; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: #d4d0c8
}
/* ==首页卡片表格css定义结束== */


/* ==人才菜单表格css定义开始== */
.hrmenu_tdbg
{
background:url(/Skin/B2/people_num_arrow.gif); 
background-position: right center;
background-repeat: no-repeat;  
background:#585858;
color: #ffcc00; 
font-weight: bold; 
border: 2 solid #C0C0C0;
}
.hrsubmenu_tdbg
{
background:url(/Skin/B2/people_num_arrow.gif); 
background-position: right center;
background-repeat: no-repeat;  
background:#484848;
color: #ffcc00; 
font-weight: bold; 
border: 0 solid #C0C0C0;
}
.hrtitle_tdbg
{
background:url(/Skin/2007_1/title_redtdbg250.gif);  
background-position: right center;
background-repeat: no-repeat;  
height：19px
color: #ffffff; 
font-weight: bold; 
border: 0 solid #C0C0C0;
padding-left: 5px; 
}
.hr01 {
	background-image: url(../hr/images/hr-out.gif);
	background-repeat: no-repeat;
	background-position: center top;
         font-weight: bold; 
         font-size: 10pt;
}
.hr02 {
	background-image: url(../hr/images/hr-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
         font-weight: bold; 
         font-size: 10pt;
}
.job_maintdbg /* 中栏内容表格背景颜色定义 */
{
border: 1px solid #cccccc;background:#f2f2f2; 
padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; 
}
.job_tdbg /* 中栏内容表格背景颜色定义 */
{
border-left: #cccccc 1px solid;
}
.people_tdbg /* 首页人才酷最新信息表格背景颜色定义 */
{
background:#d0d0d0; 
padding-left: 7px; padding-right: 7px; padding-top: 7px;BORDER-RIGHT: #c0c0c0 1px solid; 
}
.people_maintdbg /* 中栏内容表格背景颜色定义 */
{
border: 1px solid #cccccc;background:#f2f2f2; 
padding-left: 8px; padding-right: 8px; padding-top: 5px; padding-bottom: 5px; 
}
.people_phototdbg /* 中栏内容表格背景颜色定义 */
{
border: 0px solid #cccccc;background:#c0c0c0; 
padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; 
}
.yc_tdbg /* 中栏内容表格背景颜色定义 */
{
color: #484848;background:#e0e0e0; padding: 0px; border: 0px solid #b0b0b0;
}
.yc_titlebg /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background-image: url(/Skin/2007_1/soft_title_bg.gif);
	background-repeat: x-repeat;
	background-position: center top;
         color: #ffffff; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: right;
         padding-left:5px;
         padding-right:5px;  
}
.yc01 {
	background-image: url(/Skin/2007_1/people_titlebg_out.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #fff; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.yc02 {
	background-image: url(/Skin/2007_1/people_titlebg_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
         color: #dd0000;
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}

.menu_bottom1 
{ 
width:250px;height:37px;background:url(../people/images/menubg-out.gif);font-weight: normal; padding-left: 80px; text-align: left; color: #484848;
} 
.menu_bottom2 
{ 
width:250px;height:37px;background:url(../people/images/menubg-over.gif);font-weight: normal; padding-left: 80px; text-align: left; color: #484848;
} 
/* ==人才菜单表格css定义结束== */

/* ==帮助中心表格css定义开始== */
.helpmenu_over /* 当前频道菜单表格边框背景颜色定义(760) */
{
width:250px;height:37px;background:url(..//Skin/2007_1/menubg-over.gif);font-weight: normal; padding-left: 80px; text-align: left; color: #484848;
font-family:"宋体";
font-size:14px;
font-weight:bold;
}
a.helpmenu_out {
width:250px;
height:37px;
background:url(..//Skin/2007_1/menubg-out.gif);
padding-left: 80px; padding-top: 10px; 
text-align: left; 
color: #484848;
display: block;
font-family:"宋体";
font-size:14px;
font-weight:normal;
}
a.helpmenu_out:hover {
width:250px;
height:37px;
background:url(..//Skin/2007_1/menubg-out.gif);
padding-left: 80px; padding-top: 10px; 
text-align: left; 
color: #dd0000;
display: block;
font-family:"宋体";
font-size:14px;
font-weight:normal;
}
.help_tdbg1 
{ 
padding-left: 6px; padding-right: 6px; padding-top: 10px; padding-bottom: 6px;line-height: 150%; text-align: left; 
} 
/* ==帮助中心表格css定义结束== */

/* ==酷页表格css定义开始== */
.coolyemenu_tdbg
{
color: #ffcc00; 
background:#585858;
background:url(/Skin/B2/coolye_menubg.gif); 
background-position: left top;
background-repeat: repeat-y;  
font-weight: bold; 
border: 0 solid #C0C0C0;
padding-left: 15px; 
}
.coolyepicbg {
	BORDER-RIGHT: #585858 0px solid; BORDER-left: #282828 0px solid; BORDER-TOP: #585858 0px solid; BORDER-bottom: #585858 0px solid; CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #686868; height: 0;
}
/* ==酷页频道表格css定义结束== */

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: ０px solid #262626; 
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#c0c0c0;color: #484848;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#888888;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#262626;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: #c0c0c0;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #c0c0c0;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: #c0c0c0;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: #c0c0c0;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.show_path /* 您现在的位置表格背景、文字颜色定义 */
{
background:url(/Skin/b2/yourplace_arrow.gif);
background-position: left bottom;
background-repeat: no-repeat;
BACKGROUND-COLOR: #2a2a2a;
height: 20;
BORDER-top: #585858 1px solid; 
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* --网页底部的css定义开始-- */
.d_tdbgall /* 底部表格总背景颜色定义 */
{
background: #585858; padding-left: 6px; padding-right: 6px; padding-top: 10px; padding-bottom: 6px;
}
.d_tdbg /* 底部表格背景颜色定义 */
{
background: #686868; padding: 2px; border: 1px solid #262626; 
}

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
}
.center_redtdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff; 
}
.people_tdbgall /* 中部表格总背景颜色定义 */
{
background:#585858;color: #ffffff; 
}
.people_tdbg2 /* 底部表格背景颜色定义 */
{
background: #585858; padding: 2px; border: 0px solid #262626; 
}

/* ==专题文章内容页中部的css定义开始== */
.neirongye_huazhongzhua /* 底部表格背景颜色定义 */
{
border-right-width: 8px;
border-right-style: solid;
border-right-color: #ffffff;
}
.center_specialtdbgbig /* 中部表格总背景颜色定义 */
{
background-image: url(/Skin/2007_1/bg4.gif);
background-repeat: repeat-y;
background-position: left top;
background:#686868; 
}
.specialtdbg_xmas /* 中部表格总背景颜色定义 */
{
background-image: url(/Skin/2007_1/xmas_bg.gif);
background-repeat: repeat-y;
background-position: left top;
background:#fff; 
}
.center_specialtdbgmain /* 中部表格总背景颜色定义 */
{
color: #ffffff;
}
.center_specialtdbg /* 中部表格总背景颜色定义 */
{ 
color: #c0c0c0;
}

/* --网页右栏的css定义开始-- */
.feed_tdbg /* 中栏标题表格背景、文字颜色定义(250) */
{
FONT-SIZE:10pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 30px;
padding-left:7px;
padding-right:4px;
text-align: left;
padding-bottom:4px;
border: 0px solid #585858; 
background-image: url(/Skin/2007_1/feed_tdbg.gif);
background-repeat: repeat-x;
background-position: left bottom;
}
.right_redtdbgall /* 左栏表格总背景颜色定义 */
{
background:#d0d0d0;
color: #ffffff;
}
.title_redtdbg /* 中栏标题表格背景、文字颜色定义(250) */
{
FONT-SIZE:10pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 20px;
padding-left:7px;
padding-right:4px;
text-align: left;
border: 0px solid #585858; 
}
.right_redtdbg /* 中栏内容表格背景颜色定义 */
{
background:#d0d0d0;
color: #484848;
font-family:"宋体"; 
padding: 5px; 
text-align: left;
border: 0px solid #585858; 
}
.right_redtdbg2 /* 中栏内容表格背景颜色定义 */
{
color: #484848;  
}
.right_graytdbg /* 中栏内容表格背景颜色定义 */
{
color: #ffffff;padding: 2px; border: 0px solid #7f7f7f; background:#616161;
}

　　/* --网页中部左栏的css定义开始-- */
.left_redtdbgall /* 左栏表格总背景颜色定义 */
{
background:#dd0000;
}
.left_redtdbg /* 中栏内容表格背景颜色定义 */
{
padding: 5px; border: 0px solid #585858; color: #484848;
}
.right_graytdbg /* 中栏内容表格背景颜色定义 */
{
color: #ffffff;padding: 2px; border: 0px solid #7f7f7f; background:#616161;
}
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#585858;
}
.left_tdbg /* 左栏表格总背景颜色定义 */
{
border: 1px solid #000000;
}
.left_title1 /* 左栏标题表格背景、文字颜色定义 */
{
FONT-SIZE:12pt;
color: #ffcc00;
font-weight:bold;
font-family:"宋体";
height: 28px;
padding-left:7px;
text-align: left;
background-image: url(/Skin/b2/left_title_bg.gif);
}
.left_title2 /* 左栏大分类菜单标题表格背景、文字颜色定义 */
{
FONT-SIZE:12pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 28px;
padding-left:7px;
text-align: left;
background-image: url(/Skin/b2/left_title_bg2.gif);
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px; background-color: #333333; border: 0px solid #000000
}
.left_tdbg2 /* 左栏间隔表格背景、文字颜色定义 */
{
	height: 10px; padding: 0px;
}
.left_tdbg3 /* 左栏附加菜单表格背景、文字颜色定义 */
{
	height: 20px; padding-left:4; padding-right:4; background-color: #4a4a4a;border: 1px solid #000000;
}
.left_tdbg4 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px; background-color: #BE1A2F; border: 0px solid #000000
}
.left_tdbg5 /* 顶尖周刊看深红色表格背景、文字颜色定义 */
{
	padding: 5px; background-color: #9C0000; border: 0px solid #000000
}
.left_slide /* 左栏幻灯片表格背景、文字颜色定义 */
{
	padding: 0px; background-color: #2a2a2a;border: 1px solid #000000;
}
　　/* --网页中部左栏的css定义结束-- */

/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #dd0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: dd0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
background: #f2f2f2; padding: 0px; border: 0px solid #e0e0e0; 
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#ffffff; padding-left:0px; padding-right:0px; border: 0px solid #262626; font-weight: 
FONT-SIZE:12pt;
color: #000000;
font-weight:bold;
font-family:"宋体";
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background: #f2f2f2; padding: 0px; border: 0px solid #e0e0e0; line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#262626;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #c0c0c0;background:#f2f2f2;color: #ffffff; padding-left:5px; padding-right:5px;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ffcc00; padding:5px; 
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #ffffcc;background:#686868; padding-left:5px; padding-right:5px; border: 0px solid #262626; line-height: 120%;
}
　　/* --留言频道css定义结束-- */

    /* --会员排行css定义开始-- */
.TopUser td{
color:#fff;
line-height: 200%;
}

    /* --论坛登录css定义开始-- */
.bbslogin_tdbg/*中部大表格定义*/
{
border: 1px solid #f5f5f5; background:#f2f2f2; padding-left:25; padding-right:5px; padding-top:5px; padding-bottom:10px; 
}

    /* --会员中心css定义开始-- */
.user_border/*中部大表格定义*/
{
border: 0px solid #000000; background:#ffffff; padding: 5px;
}
.user_box/*中部表格定义*/
{
border: 0px solid #262626; background:#ffffff; 
}
.title5
{
width:78px;height:19px;background:url(/Skin/2007_1/title_graytdbg504.gif);font-weight: normal;padding-top:0px;padding-top:2px;cursor:hand;
border: 1px solid #5f5f5f;
}
.title6
{
width:78px;height:19px;background:url(/Skin/2007_1/member_center_button_over.gif);line-height: 120%;padding-top:2px;cursor:hand;
}

/* --用户控制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_righttitle {
background-color: #585858;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
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: #585858;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 0px solid #bfbfbf;
}

.title
{
background:#c0c0c0;
FONT-SIZE:10pt;
color: #000000;
font-weight:bold;
font-family:"宋体";
height: 20px;
padding-left:7px;
padding-right:7px;
text-align: left;
border: 1px solid #7f7f7f; 
}
.border
{
         border: 1px solid #5f5f5f;
}
.tdbg
{
background:#fff;line-height: 120%;
}
.tdbgmouseover{
background:#g0g0g0;line-height: 120%;
}
.tdbg2
{
background:#f0f0f0;line-height: 120%;
}
.tdbg5
{
background:#f0f0f0;line-height: 120%;
}
.button1
{
width:90px;
}
.show_page {
text-align: right;
}


/* --IT学院的css定义开始-- */
a.itschool_Navigation_text:link {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 未访问的链接 */
a.itschool_Navigation_text:visited {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 已访问的链接 */
a.itschool_Navigation_text:hover{color: #dd0000;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 鼠标在链接上 */ 
a.itschool_Navigation_text:active {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 点击激活链接 */

a.itschool_subtitle:link {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 未访问的链接 */
a.itschool_subtitle:visited {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 已访问的链接 */
a.itschool_subtitle:hover{color: #dd0000;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 鼠标在链接上 */ 
a.itschool_subtitle:active {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 点击激活链接 */

a.itschool_listtitle:link {color: #2c6aa9;font-size: 11pt;font-weight: bold;text-decoration: none;} /* 未访问的链接 */
a.itschool_listtitle:visited {color: #2c6aa9;font-size: 11pt;font-weight: bold;text-decoration: none;} /* 已访问的链接 */
a.itschool_listtitle:hover{color: #dd0000;font-size: 11pt;font-weight: bold;text-decoration: underline;} /* 鼠标在链接上 */ 
a.itschool_listtitle:active {color: #2c6aa9;font-size: 11pt;font-weight: bold;text-decoration: underline;} /* 点击激活链接 */

a.itschool_Navigation_text:link {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 未访问的链接 */
a.itschool_Navigation_text:visited {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: none;} /* 已访问的链接 */
a.itschool_Navigation_text:hover{color: #dd0000;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 鼠标在链接上 */ 
a.itschool_Navigation_text:active {color: #2c6aa9;font-size: 9pt;font-weight: nomal;text-decoration: underline;} /* 点击激活链接 */
.itschool_Slidetdbg /* 中栏内容表格背景颜色定义 */
{
background:#e0e0e0; padding-left:0px; padding-left:0px; border: 1px solid #e0e0e0;
}
.hr{width:100%;height:1px; background:url(/Skin/2007_1/list2.gif)}
.itschool_tdbg1 /* 中栏内容表格背景颜色定义 */
{
color: e0e0e0;background:#fff; padding: 5px; 
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-right-color: #999999;
border-left-color: #999999;
border-bottom-color: #999999;
}

.itschool_tdbg2 /* 右栏内容表格背景颜色定义 */
{
color: e0e0e0;background:#f0f0f0; padding-left:10px; padding-left:2px; border: 0px solid #e0e0e0;
}
.itschool_tdbg3 /* 中栏子栏目列表表格背景颜色定义 */
{
color: 484848;background:#f0f0f0; padding-left:5px; padding-right:5px; 
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-left-color: #e0e0e0;
}
.itschool_tdbg4 /* 中栏栏目列表表格背景颜色定义 */
{
color: c0c0c0;background:#f6f6f6; padding:5px;  
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-right-color: #e0e0e0;
border-bottom-color: #e0e0e0;
border-left-color: #e0e0e0;
border-top-color: #e0e0e0;
}
.itschool_tdbg5 /* 中栏栏目列表表格背景颜色定义 */
{
color: 686868;
}
.itschool_titletdbg_left /* 中部标题左边背景颜色定义 */
{
color: 484848;
font-weight: bold;
background:#fff; 
line-height: 200%;
text-align: center;
padding-left:5;
padding-right:5;
border-right-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-top-color: #999999;
border-left-color: #999999;
}
.itschool_titletdbg_left_out /* 中部标题右部背景颜色定义 */
{
color: fff;
background:#999999; 
line-height: 200%;
text-align: center;
border-right-width: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-right-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-top-color: #999999;
border-left-color: #e0e0e0;
}
.itschool_titletdbg_right /* 中部标题右部背景颜色定义 */
{
color: 484848;
background:#e0e0e0; 
line-height: 150%;
text-align: left;
padding-right:5;
padding-left:5;
border-right-width: 0px;
border-top-width: 0px;
border-right-style: solid;
border-top-style: solid;
border-right-color: #e0e0e0;
border-top-color: #e0e0e0;
}
.itschool_titletdbg2_left /* 中部标题左边背景颜色定义 */
{
color: 484848;
background:#f0f0f0; 
line-height: 150%;
text-align: center;
border-right-width: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-right-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-top-color: #e0e0e0;
border-left-color: #e0e0e0;
}
.itschool_titletdbg2_right /* 中部标题右部背景颜色定义 */
{
color: 484848;
background:#e0e0e0; 
line-height: 150%;
text-align: left;
padding-right:5;
padding-left:5;
border-right-width: 0px;
border-top-width: 0px;
border-right-style: solid;
border-top-style: solid;
border-right-color: #e0e0e0;
border-top-color: #e0e0e0;
}
.itschool_titletdbg2_left_out /* 中部标题左边背景颜色定义 */
{
color: 484848;
background:#e0e0e0; 
line-height: 150%;
text-align: center;
border-right-width: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-right-style: solid;
border-top-style: solid;
border-left-style: solid;
border-right-color: #e0e0e0;
border-top-color: #e0e0e0;
border-left-color: #e0e0e0;
}

/* --商城网页中部中栏的css定义开始-- */
.shop_tdbg /* 中栏内容表格背景颜色定义 */
{
color: #484848;background:#e0e0e0; padding: 5px; border: 0px solid #b0b0b0;
}

　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
border: 1px solid #000000; background:#383838; 
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_graytdbg /* 中栏内容表格背景颜色定义 */
{
background:#e0e0e0; padding: 5px; border: 0px solid #7f7f7f; 
}
.main_graytdbg2 /* 中栏内容表格背景颜色定义 */
{
background:#e0e0e0; padding: 0px; border: 1px solid #7f7f7f; 
}
.main_tdbgnew /* 中栏内容表格背景颜色定义 */
{
color: 037fa8;background:#e0e0e0; padding: 5px; border: 0px solid #7f7f7f;
}
.main_tdbgnew2 /* 中栏内容表格背景颜色定义 */
{
color: #484848;background:#f6f6f6; padding: 5px; border: 0px solid #b0b0b0;
}
.tag_tdbg /* 中栏内容表格背景颜色定义 */
{
color: #484848;padding-left: 0px; border: 0px solid #c6c6c6;
height: 0px; text-align: left;
}
.main_tdbg /* 中栏内容表格背景颜色定义 */
{
background:#585858; padding: 5px; 
}
.main_tdbg1 /* 中栏最新资讯表格背景颜色定义 */
{
background:#363636; padding: 5px; 
}
.main_tdbg2 /* 中栏最新资讯表格背景颜色定义 */
{
background-color: #686868;border: 1px solid #787878; padding: 5px; 
}
.main_tdbg3 /* 中栏间隔表格背景、文字颜色定义 */
{
	height: 4px; padding: 0px;
}
.main_tdbg4 /* 淡色表格背景、文字颜色定义 */
{
	background:#787878; padding-left:5px; padding-right:5px; border: 3px solid #787878; 
}
.main_tdbg5 /* 中栏深色表格背景颜色定义 */
{
background:#363636; padding-left:4px; padding-right:4px; padding-top:2px; padding-bottom:2px; align=center;
}
.main_title /* 中栏标题表格背景、文字颜色定义(760) */
{
FONT-SIZE:16pt;
color: #dd0000;
font-weight:bold;
font-family:"宋体";
text-align: left;
}
.special_title /* 中栏标题表格背景、文字颜色定义(760) */
{
FONT-SIZE:16pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
text-align: left;
}
.title_graytdbg /* 中栏标题表格背景、文字颜色定义(186) */
{
FONT-SIZE:10pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 20px;
padding-left:7px;
padding-right:7px;
text-align: left;
border: px solid #7f7f7f; 
}
.title_graytdbg2 /* 中栏标题表格背景、文字颜色定义(186) */
{
FONT-SIZE:10pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 20px;
padding-left:7px;
padding-right:7px;
text-align: left;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #f2f2f2;
}
.s_title /* 中栏小标题表格背景、文字颜色定义(760) */
{
{
FONT-SIZE:10pt;
color: #ffffff;
font-weight:bold;
font-family:"宋体";
height: 19px;
padding-left:25px;
text-align: left;
background-image: url(/Skin/b2/s_title_bg.gif);
background-repeat: no-repeat;
background-position: left 50%"
}

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;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: dd0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
background-image: url(/Skin/2007_1/barBg.jpg);
background-position:top;
background-repeat: repeat-x;
height: 36px;
font-weight:bold;
color: #484848;padding-left: 8px; 
}

.ArticleSubheading /* 作者来源文字颜色定义 */
{
color: #484848;padding-left: 8px; border: 0px solid #c6c6c6;
background:url(/Skin/2007_1/barBg.jpg);
background-position:top;
background-repeat: repeat-x;
}

.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(/Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}
　　/* --文章显示页的css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */



.channel_font /* 搜索等特殊文字颜色定义 */
{
color: #ffcc00;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 



/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
a.rss{color: #ffffff;text-decoration: underline;}
a.rss:link {color: #ffffff;}
a.rss:visited {color: #ff0000;}
a.rss:hover{color: #ff0000;}
a.rss:active {color: #ff0000;}

#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
.userbox{
background:url(/Skin/ocean/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}

/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bg.jpg);
	height: 26px;
}






.fffclear {
	background:#fff;PADDING: 5px;
}

.news h3 {
	padding: 3px 20px 2px 15px;
	font-size: 14px;
	margin: 0px 0px 5px; 
	text-align:left;
	color: #7e7e7e;

}

.tdbg{
    background: url(/img/ico_news.gif) #f0f0f0 no-repeat left;
    line-height: 120%;
}
.tdbgmouseover{
    background: url(/img/ico_news.gif) #BFDFFF no-repeat left;
    line-height: 120%;
}
.tdbgmouseout{
    background: url(/img/ico_news.gif) #ffffff no-repeat left;
    line-height: 120%;
}

.news h3 a {
	color: #4678AB;
}

.news h3 span {
	font-size: 11px;
}

.news p {
	padding: 1px 0 10px 10px;
	color: #999;
	line-height: 16px;
	font-family: "Arial", "Helvetica", "sans-serif",;
	font-size: 12px;
}

/* 首页调用招聘CSS定义:可定义内容为链接字体颜色、样式等 */
.job1 {text-align:left;width:600px;line-height:25px;padding-bottom: 10px;}
.job1_tr{border-bottom:1px #c0c0c0 solid;}
.cname_title {width:227px;color:#484848;text-align:left;font-weight: bold;}
.jname_title {width:245px;color:#484848;text-align:left;font-weight: bold;}
.jpay_title {;width:128px;color:#484848;text-align:right;font-weight: bold;}
.cname {width:227px;color:#484848;text-align:left;}
.jname {width:245px;color:#484848;text-align:left;}
.jpay {text-align:right;width:128px;color:#484848}

.resume1 {text-align:left;width:220px;line-height:25px;}
.resume_tr{border-bottom:1px #c0c0c0 solid;}
.rname_title {text-align:left;width:100px;color:#484848;font-weight: bold;}
.rjobname_title {text-align:right;width:120px;float:left;color:#484848;font-weight: bold;}
.rname {text-align:left;width:100px;color:#484848;}
.rjobname {text-align:right;width:120px;float:left;color:#484848;}
.jobout {
	width: 60px;
         height: 20px;
         color: #fff;
         BORDER-left: #616161 0px solid;BORDER-right: #616161 0px solid;
         BORDER-top: #616161 0px solid; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}
.jobover {
         width: 60px;
         height: 20px;
         color: #484848;
         BORDER-left: #616161 1px solid;BORDER-right: #616161 1px solid;
         BORDER-top: #616161 1px solid;
         background: #d0d0d0; 
         font-weight: bold; 
         font-size: 10pt;
         text-align: center;
}


