/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel {margin: 0px;padding:22px 10px 11px 10px;
font-size: 10pt;DISPLAY: block;FLOAT: left;text-align: center;
HEIGHT: 45px;WIDTH: 77px;color: #000000;
font-weight: bold;}/* 顶部频道栏目样式：文字放在中间、字大小、从左往右浮动、加粗等 */ 

a.channel:link {BACKGROUND: url(/Skin/fszx/menu_grey.jpg)}

a.channel:visited {BACKGROUND: url(/Skin/fszx/menu_grey.jpg)}

a.channel:hover{BACKGROUND: url(/Skin/fszx/menu_orange.jpg)}

a.channel:active {BACKGROUND: url(/Skin/fszx/menu_grey.jpg)}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2 {margin: 0px;padding:22px 8px 11px 12px;font-size: 10pt;DISPLAY: block;FLOAT: left;TEXT-ALIGN: center;HEIGHT: 45px;WIDTH: 77px;color: #000000;font-weight: bold;BACKGROUND: url(/Skin/fszx/menu_grey.jpg)}
a.channel2:link {color: #000000;}
a.channel2:visited {color: #000000;}
a.channel2:hover{color: #000000;}
a.channel2:active {color: #000000;}/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #FF3300;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:background-image: url(/Skin/fszx/x.gif);
a.class:font-size: 18px;
a.class:link {color: #55BB00;}
a.class:visited {color: #55BB00;}
a.class:hover{color: #55BB00;}
a.class:active {color: #55BB00;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
background-image: url(/Skin/fszx/bg_all-1.gif);

background-position: center;
margin:0px;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 定义频道导航栏单元格的高度及其它样式，因上面定义了高度为150％，这样会出现导航条与上边的banner图相隔一定距离，在这里重新定义就可以取消这个效果，而且要在调用时将原来的class=menu_s改为class=menu_sindex即可 */

td.menu_sindex
{
         	
         font-family:"宋体";
         line-height: 10%;

	font-size: 20pt;
		font-weight: normal;
         text-align: center;
}


/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #D4D3D2 1px solid;
border-left: #D4D3D2 1px solid;
border-right: #D4D3D2 1px solid;
border-top: #D4D3D2 1px solid;
color: #000000
height: 18px;
/*rder-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定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: 009999;
}
/* [组图]简短标题文字的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;
}
.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: 20;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:950px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	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;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 80%;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 15;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(/Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27;

}
.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: #F23838;
		height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2D3D9;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2D3D9;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D3D9;

}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: #0DADB9;
	font-size: 14px;
	text-align: left;
	padding-left:5px;
	height: 34px;
	padding-top:3px;
	background-image: url(/Skin/fszx/x.gif);
	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;
	padding-top:10;
	padding-bottom:7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	padding-top:10;
	padding-bottom:7;
}
.main3_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	padding-top:10;
	padding-bottom:7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	background-color: #ffffff;
}
.main4_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	padding-top:10;
	padding-bottom:7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.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: B41414;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.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定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
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: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.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定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的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;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


/* 固定排课表格表格的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连接框定义== */
#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/fszx/dl-1.gif);
height:83px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:5;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:5;text-align: left;
}
.userlog{
color:#000000;
}
.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按钮定义开始== */
#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按钮定义开始== */
.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: #000000;
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--*/

td.greenicon{background-image: url(/Skin/fszx/common1.gif);
	background-repeat: no-repeat;
	background-position: center;}
td.padd{

padding:5px 5px 11px 5px;
}

td.indexlanmucontent{
         padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.slidepic{
margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;

}
.rightborder{
         border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bec7c6 ;
}

.rightbottomborder{
BORDER-RIGHT: #bec7c6 1px solid;
BORDER-bottom: #bec7c6 1px solid;
}

.bottomborder{
BORDER-bottom: #bec7c6 1px solid;
}

.imgdoubleborder{
BORDER-RIGHT: #ccc 3px double; 
BORDER-TOP: #ccc 3px double; 
BORDER-LEFT: #ccc 3px double; 
BORDER-BOTTOM: #ccc 3px double;
}
.maincontentheight{
line-height: 150%;
}

a.classtitle:link {
	color: #000000;
	background-image: url(/Skin/fszx/class/class_title_icon.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
height: 10px;
}
a.classtitle:visited {
	color: #000000;
	background-image: url(/Skin/fszx/class/class_title_icon.jpg);
	background-repeat: no-repeat;
		font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
height: 10px;
}
a.classtitle:hover {
	color: #FF3300;
	background-image: url(/Skin/fszx/class/class_title_icon.jpg);
	background-repeat: no-repeat;
		font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
height: 10px;
}
.classbor{
         border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.classbororange{
         border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;

}

.LinkNavigation{
          color: #000000;
          font-size: 17px;
          font-family: "Arial";
          height: 30px;
          background-image: url(/Skin/fszx/class/left_lav_icon.jpg);
	 background-repeat: no-repeat;
         font-weight: bold;
          text-decoration: none;
	 margin-top: 10px;
          padding-bottom: 5px;
          padding-top: 5px;
          padding-left: 40px;
         text-align: center;
	height: 30px;
	width: 198px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	        
}
/*有下拉菜单的频道导航设置开始*/
*{margin:0;padding:0;border:0;}
#div_center { width:940px; height:45px;  margin-left: auto;margin-right:auto;}  /*定义总体宽度、高度；background:003399; 控制背景颜色,居中对齐*/ 
#nav { line-height: 45px; list-style-type: none; margin:0px;}         /*控制一级菜单行高；上边距5px；*/   
#nav a { 
 display: block;width: 84px; text-align:center; font-size:13px;BACKGROUND: url(/Skin/fszx/menu_grey.jpg);}/*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/ 
#nav a:link  { color:#444444; text-decoration:none;margin:1px;BACKGROUND: url(/Skin/fszx/menu_grey.jpg);}     /* 未访问的链接 */   
#nav a:visited  {color:#000000;text-decoration:none;margin:0;BACKGROUND: url(/Skin/fszx/menu_grey.jpg);}    /* 已访问的颜色 */  
#nav a:hover {color:#000000;text-decoration:none;BACKGROUND: url(/Skin/fszx/menu_orange.jpg);}                /* 鼠标在链接上 */ 
#nav li {float: left;}                   /* 一级菜左对齐 */ 
#nav li a:hover{BACKGROUND: url(/Skin/fszx/menu_orange.jpg)}     /* 鼠标在一级菜单上改变其背景色 */ 

#nav li ul {line-height: 18px;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg);  list-style-type: none;text-align:left;left: -999em;  position: absolute; padding:1px;font-size:12px;font-weight:normal;display:block; margin-left: 0px;
 }             /*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素,width:797px;不能设定，如果设定了二级菜单最右边会超过网站最右边，不设定就自动到一级菜单的最右边，一旦有多的二级项就会自动下加一行*/

/*#nav ul li a:hover ul {display:block; position:absolute; width:940px; top:45px;left:0; line-height: 18px;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg);  color:#fff;text-align:left;}*//*top:45px表示IE6中二级菜单与一级菜单最上边距离45px，刚好为一级菜单的高度，二级菜单整体背景色*/

#nav li ul a{display:block; width: 75px;text-align:center;padding-left:2px;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg)}                 /* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */
#nav li ul a:link  {color:#444444; text-decoration:none;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg)}                                   /* 未访问的链接 */ 
#nav li ul a:visited  {color:#444444;text-decoration:none;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg)}                                 /* 已访问的链接 */
#nav li ul a:hover  {color:#008888;text-decoration:underline;font-weight:normal;BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg)}/* 鼠标在链接上 */ 
#nav li:hover ul {left: auto;}
#nav li.sfhover ul {left: auto;}

#content {clear: left;}

/*有下拉菜单的频道导航设置结束*/
.erjimenutxtstyle
{
	
	color:#444444;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
}

.erjimenutxtstyle a:link
{
	color:#444444;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	width:75px;
}

.erjimenutxtstyle a:hover
{


color:#008888;
	text-decoration: none;
}



/*有下拉三级菜单的频道导航设置开始*/
/* common styling */ 
#menu {font-family: arial, sans-serif; width:797px; height:45px; position:relative; margin:0; font-size:13px; background:#ffffff;  position:relative;} /*设定一级菜单整体背景颜色*/

#menu ul {padding:0; margin:0; list-style-type: none;} 

#menu ul li {float:left; border-left:1px solid #eee; width:77px;} 

#menu ul li a, .menu ul li a:visited {display:block; float:left; width:77px; text-decoration:none; padding:0 0 0 5px; height:45px; line-height:30px; margin:1px;BACKGROUND: url(/Skin/fszx/menu_grey.jpg); color:#444444; text-align:center;} /*设定一级菜单行高，没有访问的文字颜色*/

#menu ul li ul {display: none;} 

/* specific to non IE browsers */ 
#menu ul li:hover a {color:#000000; }  /*一级菜单鼠标移上去背景色和背景图片，文字颜色*/

#menu ul li:hover ul {display:block; position:absolute; width:797px; top:45px; left:0; background:#F68308; color:#fff;} 

#menu ul li:hover ul.right_side li {float:right; border:0; border-left:1px solid #eee;} 

#menu ul li:hover ul.left_side li {float:left; border:0; border-left:1px solid #eee;} 
#menu ul li:hover ul li a.hide {background:#bd8d5e url(../../graphics/drop2.gif) bottom right no-repeat; color:#fff;} 

#menu ul li:hover ul li:hover a.hide {background:#F68308; color:#fff;} 

#menu ul li:hover ul li ul {display: none;} 

.menu ul li:hover ul li a {display:block; background:#F68308; color:#fff;}
 
#menu ul li:hover ul li a:hover {background:#cc0000; color:#000;} 

#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:0; top:18px; color:#000; background:#cc0000;} 

#menu ul li:hover ul.right li {float:right;}
 
#menu ul li:hover ul li:hover a.hide {background:#cc0000; color:#000;} 

#menu ul li:hover ul li:hover ul li a {background:#cc0000; color:#000;} 

#menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;} 
table {border-collapse:collapse; margin:0; padding:0;} 
#menu ul li a.hide, .menu ul li a:visited.hide {display:none;} 
#menu ul li a:hover ul li a.hide {display:none;} 
#menu ul li a:hover {color:#000000;margin:0;BACKGROUND: url(/Skin/fszx/menu_grey.jpg);}/*IE6中鼠标移上去一级菜单背景色和背景图片*/ 
#menu ul li a, .menu ul li a:visited {margin:1px;BACKGROUND: url(/Skin/fszx/menu_grey.jpg); color:#444444; text-align:center; } /*IE6设定一级菜单中文字背景颜色和背景图片，文字颜色*/


#menu ul li a:hover ul {display:block; position:absolute; width:797px; top:45px;left:0; BACKGROUND: url(/Skin/fszx/2jimenu_bg_h.jpg);  color:#4444;}/*top:45px表示IE6中二级菜单与一级菜单最上边距离45px，刚好为一级菜单的高度，二级菜单整体背景色，二级菜单宽度*/  
#menu ul li a:hover ul.right_side li {float:right; border-width:0 1px 0 0 0;} 
#menu ul li a:hover ul.left_side li {float:left;} 
#menu ul li a:hover ul li a.sub {background:#bd8d5e url(../../graphics/drop2.gif) 20px right no-repeat; color:#fff;} 
#menu ul li a:hover ul li a {display:block; background:#F68308; color:#fff;height:18px; }/*IE6中二级菜单文字背景颜色和背景图片*/ 
#menu ul li a:hover ul li a ul {visibility:hidden;} 
#menu ul li a:hover ul li a:hover {background:#cc0000; color:#ffffff;} /*二级菜单鼠标移上去文字背景颜色*/
#menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:0; top:30px; color:#000; background:#cc0000;} 
#menu ul li a:hover ul li a:hover ul li a {background:#cc0000; color:#000;} 
#menu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;} 

/*有下拉三级菜单的频道导航设置开始*/



.AnnounceTitle /* 弹出公告标题文字大小、颜色定义 */ 
{ 
color: FA7040;font-weight:bold;font-size: 14;line-height: 150%; 
}
 /*有下拉菜单的频道导航设置结束*/


/*以图片方式显示文章标题的栏目页中图片加边框开始*/
   

#imgborder img

{ 
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
}         
/*以图片方式显示栏目内文章标题页中图片加边框结束*/

/*更改内容页中文字格式开始*/
#textstyle

{ 
         }         

#textstyle img{
	BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double

	height: 308px;
	width: 500px;
}
/*内容页中文字格式和图片(300*210)大小开始*/
#littlepictextstyle{
	
	font-family: "宋体";
	font-size: 10pt;	
line-height: 22px;
text-indent: 20pt;

}

#littlepictextstyle img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
	height: 210px;
	width: 300px;
}

#littlepictextstylepic{
	
	font-family: "宋体";
	font-size: 10pt;	
line-height: 22px;
text-indent: 20pt;

}

#littlepictextstylepic img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
	height: 103px;
	width: 123px;
}



/*内容页中文字格式和图片大小结束*/

/*内容页中文字格式和图片(103*123)大小开始*/
#littlepictextstyle1

{ 
font-family: "宋体";
	font-size: 10pt;	
line-height: 22px;
text-indent: 20pt;

         }         

#littlepictextstyle1 img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
width: 103px;	
height: 123px;
	
}


/*内容页中文字格式和图片大小结束*/

/*内容页中文字格式和图片(550*413)大小开始*/
#littlepictextstyle2

{ 
font-family: "宋体";
	font-size: 11pt;	
line-height: 22px;
text-indent: 20pt;

}         

#littlepictextstyle2 img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
width: 550px;	
height: 413px;
	
}


/*内容页中文字格式和图片大小结束*/

/*内容页中文字格式和图片(600*450)大小开始*/
#littlepictextstyle3

{ font-family: "宋体";
	font-size: 11pt;	
line-height: 22px;
text-indent: 20pt;

         }         

#littlepictextstyle3 img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
width: 600px;	
height: 450px;
	
}


/*内容页中文字格式和图片大小结束*/

/*内容页中文字格式和图片(400*300)大小开始*/
#littlepictextstyle4

{ font-family: "宋体";
	font-size: 11pt;	
line-height: 22px;
text-indent: 20pt;

        }         

#littlepictextstyle4 img{
	
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double


width: 700px;	
height: 500px;

	
}
#littlepictextstyle5 {
	
font-family: "宋体";
	font-size: 11pt;	
line-height: 22px;
text-indent: 20pt;

}

#littlepictextstyle5 img{
	
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double
	
height: 400px;
	width: 500px;
}



/*内容页中文字格式和图片大小结束*/
/*软件栏目中热门软件边框*/

.softleftborder{
BORDER-RIGHT: #FDA912 1px solid; BORDER-TOP: #FDA912 1px solid; BORDER-LEFT: #FDA912 1px solid;BORDER-bottom: #FDA912 1px solid;
}

.keyan img{
BORDER-RIGHT: #ccc 3px double; BORDER-TOP: #ccc 3px double; BORDER-LEFT: #ccc 3px double; BORDER-BOTTOM: #ccc 3px double

height: 103px;
	width: 123px;
}
/*首页校园动态和学校团委间隔线开始*/
.index_1_line{
BORDER-left: #ccc 1px solid;
}
/*首页校园动态和学校团委间隔线结束*/
/*首页校园动态和学校团委滑动门效果代码开始*/
#hudongmen {
margin:20px 0 80px 0;
}  /* the styling */ 

.shoye{ font-size:13px;}
/*一级栏目背景 */ 
#hudongmen {
	float:left;
	width:730px;
	height:auto;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(bottom_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
 /*标签样式nav中的类样式select和current的总定义 */ 
 
#hudongmen .select, #hudongmen .current {     
margin:0;      padding:0;      list-style:none;      display:block; 
}
  
#hudongmen li {     
display:inline;      margin:0;      padding:0;     height:auto; 
}
  
#hudongmen .select a, #hudongmen .current a {
	display:block;
	height:30px;
	float:left;
	border-bottom:1px solid #000;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	margin-left:1px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	margin-right: 1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(left_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

* html #hudongmen .select a, * html #hudongmen .current a {width:1px;} 
 #hudongmen .select a b,  #hudongmen .current a b {     
height:100%;      display:block;      background:url("right_blue.gif") no-repeat right top;      padding:0 6px 0 3px;      color:#000; 
}
  
#hudongmen .select a:hover,  #hudongmen .select li:hover a {     
background-position:0 -75px;      border-color:#046;      cursor:pointer; 
}

 #hudongmen .select a:hover b,  #hudongmen .select li:hover a b {     
 background-position:100% -75px;      border-color:#046; color:#000000; 
 }
 
   #hudongmen .sub {
   display:none;
   }  /* for IE5.5 and IE6 only */ 
   
   #hudongmen table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
	font-size:11px;
	border: 1px solid #005984;
   }  
   
   #hudongmen .current a {     
   background-position:0 -75px;      border-color:#046; 
   }
   
    #hudongmen .current a b {     
	background-position:100% -75px;      color:#ff6;
	 }  
	
	 #hudongmen .sub li a:hover,  #hudongmen .select a:hover .sub li a:hover,  #hudongmen .select li:hover .sub li a:hover {     
	 background:#ffffff url("sub_sep.gif") top right no-repeat;      color:#000000;      text-decoration:underline; 
	 }  
	 
	 #hudongmen .sub_active .current_sub a,  #hudongmen .sub_active a:hover {    
	  background:#ffffff url("sub_sep.gif") top right no-repeat;      color:#ff6;      text-decoration:underline;
	   }  
	 
	 #hudongmen .select li a:hover .sub,  #hudongmen .select li:hover .sub {     
	 display:block;      position:absolute;      width:730px;      top:21px;      left:0;      background:#ffffff;      margin-top:1px;      padding:0;      z-index:100; 
	/* border: 2px solid #666666;选择内容加边框*/
	 }  
	 
	 
	 #hudongmen .sub, #hudongmen .sub_active {     
	 margin:0;      padding:0;      list-style:none; 
	 } 
	 
	 #hudongmen .sub_active {     
	 display:block;      position:absolute;      width:730px;      top:21px;      left:0;      background:#ffffff;      margin-top:1px;      padding:0;      z-index:10;      color:#000;      border-bottom:20px solid #fff;
	 /*border: 2px solid #666666;当前内容加边框*/
	  } 
	 
	 * html #hudongmen .sub_active, * html #hudongmen .select a:hover .sub {     
	 z-index:-1;      margin-top:0;      margin-t\op:1px; 
	 }  
	 
	 #hudongmen .sub_active a {     
	 height:25px;      float:left;      text-decoration:none;      line-height:24px;      white-space:nowrap;      font-weight:normal;
	  } 
	 
	 #hudongmen .sub_active a,  #hudongmen .select a:hover .sub li a,  #hudongmen .select li:hover .sub li a {     
	 display:inline;      background:#ffffff url("sub_sep.gif") top right no-repeat;      padding:0 10px;      margin:0;      font-size:12px;      width:auto;      white-space:nowrap;      font-weight:normal;      border:0;      color:#fff;      height:25px;      line-height:24px;  
	 } </style>  
  

/*首页校园动态和学校团委滑动门效果代码结束*/



