h1{text-decoration: none;} /* 链接无下划线,无为none 有为underline */ 
h1:link {color: #ffffff;} /* 未访问的链接 */
h1:visited {color: #ffffff;} /* 已访问的链接 */
h1:hover{COLOR: #ffffff;} /* 鼠标在链接上 */ 
h1:active {color: #ffffff;} /* 点击激活链接 */


/* 网站中部资讯大字体新闻和技术 */
.zixun a{font-size:13pt;color:#3E3E3E;width:105%;}
.zixun{width:105%;line-height:200%;}

/* 首页技术头条 */
a.toutiao-jishu{text-decoration: none;}
a.toutiao-jishu:link {color: 003299;font-family:"黑体";align: left;font-size: 20px;line-height: 200%;width:110%;}
a.toutiao-jishu:visited {color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%;width:110%;}
a.toutiaojishu:hover{color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%;width:110%;}
a.toutiao-jishu:active {color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%;width:110%;}

/* 会展 */
.huizh a{font-size:12pt;color:#3E3E3E;width:520px;TEXT-DECORATION: none;}
.huizh {width:100%;line-height:200%;}

/* 网站中部大字体新闻和技术 */
.title-sy a{font-size:13pt;color:#3E3E3E;width:110%;}
.title-sy{width:110%;line-height:200%;}

/* 首页左侧百科 */
.index_left_baike a{font-size:12pt;color:#3E3E3E;width:280px;TEXT-DECORATION: none;}
.index_left_baike {width:100%;line-height:200%;}

/* 首页右侧百科 */
.index_right_baike a{font-size:12pt;color:#3E3E3E;width:280px;TEXT-DECORATION: none;}
.index_right_baike {width:100%;line-height:200%;}

/* 首页左边图片下方新闻 */
.index_left a{font-size:12pt;color:#3E3E3E;width:100%;}
.index_left{width:100%;line-height:200%;}

/* 首页右侧图片下方新闻 */
.index_right a{font-size:12pt;color:#3E3E3E;width:100%;}
.index_right {width:100%;line-height:200%;}

/* 网站首页左边带图新闻 */
.index_pic a{font-size:10.5pt;font-family:"黑体";color:#3E3E3E;width:100%;}
.index_pic{width:100%;line-height:150%;}

/* 网站首页右边带图新闻 */
.index_right_pic a{font-size:10.5pt;font-family:"黑体";color:#3E3E3E;width:100%;}
.index_right_pic{width:100%;line-height:150%;}

/* 网站首页右边黄页 */
.index_huangye a{font-size:10pt;font-family:"黑体";color:#3E3E3E;width:280px;}
.index_huangye{width:280px;line-height:150%;}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,无为none 有为underline */ 
a:link {color: #3E3E3E;} /* 未访问的链接 */
a:visited {color: #3E3E3E;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #003399;} /* 点击激活链接 */

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 9pt;line-height: 140%; 
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 11pt;line-height: 150%; 
}

/* 首页头条新闻字体颜色及大小 */
a.toutiao{text-decoration: none;}
a.toutiao:link {color: 003299;font-family:"黑体";align: center;font-size: 20px;line-height: 200%}
a.toutiao:visited {color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%}
a.toutiao:hover{color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%}
a.toutiao:active {color: 003299;font-family:"黑体";font-size: 20px;line-height: 200%}

/* 首页头条新闻下面的新闻字体颜色及大小 */
a.news{text-decoration: none;} /* 链接无下划线,无为none 有为underline */ 
a.news:link {color: #003399;FONT-SIZE: 10.8pt;line-height: 200%}
a.news:visited {color: #003399;FONT-SIZE: 10.8pt;line-height: 200%}
a.news:hover{color: #AE0927;FONT-SIZE: 10.8pt;line-height: 200%}
a.news:active {color: #003399;FONT-SIZE: 10.8pt;line-height: 200%}
.newsbbb=== /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
background:#ffffff;height: 20;font-size:10.8pt;color: blue;
}

/* 首页其他大字体资讯字体颜色及大小 */
a.aaa{text-decoration: none;}
a.aaa:link {color: 003399;FONT-SIZE: 10.8pt;}
a.aaa:visited {color: 003399;FONT-SIZE: 10.8pt;}
a.aaa:hover{color: AE0927;FONT-SIZE: 10.8pt;}
a.aaa:active {color: 003399;FONT-SIZE: 10.8pt;}

.bbb=== /* --自定义列表标签中奇数表格行背景颜色定义-- */
{
background:#ffffff;height: 44;font-size:12pt;color: blue;
}
.ccc=== /* --自定义列表标签中奇数表格行背景颜色定义-- */
{height: 44;font-size:12pt;}
/* 首页其他大字体资讯字体颜色及大小 */
a.aaa1{text-decoration: none;}
a.aaa1:link {color: 3E3E3E;FONT-SIZE: 10pt;}
a.aaa1:visited {color: 3E3E3E;FONT-SIZE: 10pt;}
a.aaa1:hover{color: AE0927;FONT-SIZE: 10pt;}
a.aaa1:active {color: 3E3E3E;FONT-SIZE: 10pt;}

.renwujianju /* --自定义列表标签中偶数表格行背景颜色定义-- */
{
background:url(/Skin/blue/hengxian.gif);height: 26;font-size:9pt;color: #000000;
}


/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ffffff;}
a.Channel:hover{COLOR: #ffff00;}
a.Channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #333333;}
a.Channel2:visited {color: #333333;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #333333;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #037FA8;}
a.Class:visited {color: #037FA8;}
a.Class:hover{COLOR: #AE0927;}
a.Class:active {color: #037FA8;}


/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: blue;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:#3399CC;color:#3AB1F5!important;text-align: right;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560A6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560A6;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#f2f2f2;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_title.gif);font-weight:bold;color: 037FA8;height: 26;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg1.gif);line-height: 200%;padding-left:5;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/blue/left_tdbg2.gif);height: 10;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 20;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;background:url(/Skin/blue/main_announce.gif);border: 1px solid #8CC3DE;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 222;height: 25;border: 1px solid #8CC3DE;background:#ffffff;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 037FA8;background:url(/Skin/blue/main_title_575.gif);border: 1px solid #8CC3DE;text-align: left;padding-left:40;height: 26;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #222;line-height: 300%;text-align: left;padding-left:5;padding-right:5;font-size:12pt;color:#3E3E3E;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/main_title_282.gif);color: 037FA8;height: 30;border-top: 1px solid #8CC3DE;border-left: 1px solid #8CC3DE;border-right: 1px solid #8CC3DE;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #8CC3DE;line-height: 200%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: 222;font-weight:bold;font-size: 20px;line-height: 200%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 200%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #8CC3DE;padding-left:5;height: 25;color: 037FA8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8CC3DE;padding: 8;
}
　　/* --文章显示页的CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#3399CC;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的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(images/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:#2E9D84;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #2E9D84;
}
.tdbg
{
background:#f0f0f0;line-height: 200%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 200%;
}
.tdbg2
{
background:#e0eef5;line-height: 200%;
}
.tdbg5
{
background:#e0eef5;line-height: 200%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 200%;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;
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#2E9D84;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#2E9D84;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}
/* ==RSS连接框定义== */
#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;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */

.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
