/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;color:#333;} /* 链接无下划线,有为underline */ 
a:link {text-decoration:none;} /* 未访问的链接 */
a:visited{text-decoration:none;} /* 已访问的链接 */
a:hover{text-decoration:none;color:#006feb;} /* 鼠标在链接上 */ 
a:hover{text-decoration:none;color:#006feb;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计

样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:90px;}
a.channel:visited {color: #ffffff;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:90px;}
a.channel:hover {color: #da251d;background:url(/Skin/Fl08/bj_class_2.gif) repeat-x;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:90px;}
a.channel:active {color: #da251d;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:90px;}

a.channelx:link {color: #ffffff;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:58px;}
a.channelx:visited {color: #ffffff;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:58px;}
a.channelx:hover {color: #da251d;background:url(/Skin/Fl08/bj_class_1.gif) repeat-x;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:58px;}
a.channelx:active {color: #da251d;font-size: 14px;font-weight:bold;padding-top:7px;height:31px;width:58px;}

.menu_s {
	color: #ffffff;
	background-image: url(/Skin/Fl08/bj_class.gif);
	height: 31px;
}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FF0000;}
a.channel2:visited {color: #FF0000;}
a.channel2:hover{color: #FF0000;text-decoration: underline;}
a.channel2:active {color: #FF0000;}

.channel3 {color:#0078C9;}
.channel4 {color:#FF8400;}
.channel5 {color:#666666;font-size: 14px;font-weight:bold;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义

以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #686868;font-weight:bold;}
a.bottom:visited {color: #686868;font-weight:bold;}
a.bottom:hover{color: #686868;font-weight:bold;text-decoration: underline;}
a.bottom:active {color: #686868;font-weight:bold;}

a.bottomx:link {color: #686868;}
a.bottomx:visited {color: #686868;}
a.bottomx:hover{color: #686868;text-decoration: underline;}
a.bottomx:active {color: #686868;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为

<a class='class' ***>***</a> */
a.class:link {color: #333333;}
a.class:visited {color: #333333;}
a.class:hover{color: #333333;text-decoration: underline;}
a.class:active {color: #333333;}

a.class_t:link {color: #ff0000;font-weight:bold;}
a.class_t:visited {color: #ff0000;font-weight:bold;}
a.class_t:hover{color: #9b0400;text-decoration: underline;font-weight:bold;}
a.class_t:active {color: #ff0000;font-weight:bold;}

a.class1:link {color: #333333;font-size:14px;line-height:29px;}
a.class1:visited {color: #333333;font-size:14px;line-height:29px;}
a.class1:hover{color: #d53409;font-size:14px;line-height:29px;}
a.class1:active {color: #d53409;font-size:14px;line-height:29px;}

.tdbg {}
.tdbglink {height:1px;background-image: url(/Skin/fl08c/link_3.gif);}

a.class2:link {color: #333333;}
a.class2:visited {color: #333333;}
a.class2:hover{color: #333333;text-decoration: underline;}
a.class2:active {color: #333333;}

.class3 {color: #333333;font:bold 11px/22px Arial, Verdana, Helvetica, sans-serif, "宋体";padding-left:3px;}
.ggbj1 {background:#EBF9FC;}
.ggbj2 {background:#ffffff;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0;
background-image:url(/Skin/fl08c/0bg.gif);
background-position:center;
font-size: 12px;
text-decoration: none;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size:12px;
        color: #333333;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的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;
}
/* ==top.asp中的css定义开始== */
#Top_bg {width:100%;margin:0 auto;background:url(/Skin/fl08c/bj_all_tm.gif);background-position:center;}
/* #Top_bg {width:100%;margin:0 auto;background:url(/Skin/fl08c/oly-01.jpg) top center no-repeat;} */
.Top_logo {width:298px;height:140px;background:url(/Skin/fl08c/bj_logo.gif);}
.Top_Banner {width:660px;height:140px;background:url(/Skin/fl08c/bj_top.gif);}
.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 /* 导航栏表格背景、文字颜色定义 */
{
	height: 30;
	background-image: url(/Skin/Fl08/bj_class_3.gif);
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* 顶部用户登录文字链接的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: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
a.left_title:link,a.left_title:visited,a.left_title:hover,a.left_title:active{font-size:12px;line-height:200%;}
a.left_titlei:link,a.left_titlei:visited,a.left_titlei:hover,a.left_titlei:active{font-size:14px;line-height:200%;}
a.left_title:link,a.left_title:visited,a.left_titlei:link,a.left_titlei:visited {color: #333333;}
a.left_title:hover,a.left_title:active,a.left_titlei:hover,a.left_titlei:active {color: #0078C9;}

.left_title1 /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;color:#186086;font-size:14px;
        width: 235px;height: 26px;padding-left:20px;padding-top:2px;
	background-image: url(/Skin/fl08c/bj_r01.gif);
	border-top: 1px solid #9de4fa;border-bottom: 1px solid #259ff5;
}
.left_title2
{
        background:#ebf9fc;
}
.left_title3
{
        background:#ebf9fc;
}
.left_title4
{

}
.left_title5
{
	text-align: left;font-weight:bold;color:#186086;font-size:13px;
        height: 36px;padding-top:2px;padding-left:60px;
	background: url(/Skin/fl08c/bj_r01_2.gif);
        background-position: center; 
        background-repeat: no-repeat;
}
.left_title6
{
	color: 363636;
	height: 22px;
	text-align: left;
	background-image: url(/Skin/Fl08/l_12.gif);
        background-position: center; 
        background-repeat: no-repeat;
        padding-top:2px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
.left_title7
{
	height: 5px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
.left_title8
{
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
}
.left_title9
{
	color: #ff0000;
	height: 22px;
	text-align: left;padding-left:10px;
	background-image: url(/Skin/Fl08/l_11.gif);
        background-position: center; 
        background-repeat: no-repeat; 
        padding-top:2px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
.left_title11
{
        padding-left:7px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
}
.left_title12
{
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
.left_title14
{
        border-bottom: 1px dashed #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
}
.left_title15
{
        border-left: 1px solid #823de0;
        border-bottom: 1px solid #823de0;
        background-image: url(/Skin/fl08c/bj_txt01_1.gif);
}
.left_title16
{
        border-bottom: 1px solid #823de0;
        border-left: 1px dashed #823de0;
        background-image: url(/Skin/fl08c/bj_txt01_1.gif);
}
.left_title17
{
        width:237px;
        border-right: 1px solid #823de0;
        border-left: 1px dashed #823de0;
        border-bottom: 1px solid #823de0;
        background-image: url(/Skin/fl08c/bj_txt01_1.gif);
}
.left_title18
{
	text-align: left;font-weight:bold;color:#186086;font-size:13px;
        height: 33px;padding-top:2px;padding-left:70px;
	background: url(/Skin/fl08c/bj_r01_1.gif);
        background-position: center; 
        background-repeat: no-repeat;
        border-right: 1px solid #9de4fa;
        border-left: 1px solid #9de4fa;
}
.left_txtcss
{
        width:230px;height:28px;padding-left:20px;padding-top:4px;
        background-image: url(/Skin/fl08c/bj_l05_1.gif);
}
.left_txtcsss
{
        width:230px;height:22px;padding-left:20px;
        background-image: url(/Skin/fl08c/bj_l05_1_1.gif);
}

a.txtcss:link,a.txtcss:visited,a.txtcss:hover,a.txtcss:active {font-size:13px;font-weight:bold;}
a.txtcss1:link,a.txtcss1:visited,a.txtcss1:hover,a.txtcss1:active {font-size:12px;padding-left:128px;}
a.txtcss:link,a.txtcss:visited,a.txtcss1:link,a.txtcss1:visited {color: #4c7d00;}
a.txtcss:hover,a.txtcss:active,a.txtcss1:hover,a.txtcss1:active {color: #2d4a00;}
.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: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 35px;border: 1px solid #cccccc;background:#f9f9f9;
}
.input_gray {
	padding-top:2px;
	height:18px;
	font:normal normal normal 12px/18px Arial, Verdana, Helvetica, sans-serif, "宋体";
	background:#ffffff;
	border:1px solid #cccccc;
	padding:0 3px;
	color:#333;
}
.input_grayon {
	padding-top:2px;
	height:18px;
	font:normal normal normal 12px/18px Arial, Verdana, Helvetica, sans-serif, "宋体";
	background:#ffffff;
	border:1px solid #cccccc;
	padding:0 3px;
	color:#333;
}
.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: 200%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_454 /* 中栏标题表格背景、文字颜色定义(454) */
{
	color: #666666;
	background: url(/Skin/fl08c/bj_dh2q1.gif);
	height: 30px;
	padding-left: 420px;padding-top: 0px;
}
.main_title_235 /* 中栏标题表格背景、文字颜色定义(235) */
{
	color: #666666;
	background: url(/Skin/Fl08c/bj_dh1q1.gif);
	height: 30px;
	padding-left: 202px;padding-top: 0px;
}
.main_title_235i /* 中栏标题表格背景、文字颜色定义(190) */
{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
        background:#EBF9FC;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	text-align: left;
	padding-left:39px;
	height: 30px;
        padding-top:6px;
	border-top:1px solid #119bd1;
	border-left:1px solid #119bd1;
	border-right:1px solid #119bd1;
	background-image: url(/Skin/fl08c/bj_l01.gif);
}
.main_title_bs06_6
{
	text-align: left;
	padding-left:39px;
	height: 30px;
        padding-top:5px;
	border-top:1px solid #823de0;
	border-left:1px solid #823de0;
	border-right:1px solid #823de0;
	background-image: url(/Skin/fl08c/bj_l04_7_3.gif);
}
.left_cssc {color: #119bd1;font-weight:bold;font-size:13px;}
a.left_cssc:link {color: #119bd1;font-weight:bold;font-size:13px;}
a.left_cssc:visited {color: #119bd1;font-weight:bold;font-size:13px;}
a.left_cssc:hover {color: #119bd1;font-weight:bold;text-decoration: underline;font-size:13px;}
a.left_cssc:active {color: #119bd1;font-weight:bold;font-size:13px;padding-top:5px}

.left_csscb {color: #ffffff;font-weight:bold;font-size:14px;}
a.left_csscb:link {color: #ffffff;font-weight:bold;font-size:14px;}
a.left_csscb:visited {color: #ffffff;font-weight:bold;font-size:14px;}
a.left_csscb:hover {color: #ffffff;font-weight:bold;text-decoration: underline;font-size:14px;}
a.left_csscb:active {color: #ffffff;font-weight:bold;font-size:14px;padding-top:5px}

.left_cssl {color:#186086;font-weight:bold;font-size:14px;}
a.left_cssl:link {color:#186086;font-weight:bold;font-size:14px;}
a.left_cssl:visited {color:#186086;font-weight:bold;font-size:14px;}
a.left_cssl:hover {color:#186086;font-weight:bold;text-decoration: underline;font-size:14px;}
a.left_cssl:active {color:#186086;font-weight:bold;font-size:14px;}

.left_csscr {color: #cc1800;font-weight:bold;font-size:13px;}
a.left_csscr:link {color: #cc1800;font-weight:bold;font-size:13px;}
a.left_csscr:visited {color: #cc1800;font-weight:bold;font-size:13px;}
a.left_csscr:hover {color: #cc1800;font-weight:bold;text-decoration: underline;font-size:13px;}
a.left_csscr:active {color: #cc1800;font-weight:bold;font-size:13px;padding-top:5px}

a.left_css:link,a.left_css:visited,a.left_css:hover,a.left_css:active{padding-left:20px;font-size:13px;}
a.left_css1:link,a.left_css1:visited,a.left_css1:hover,a.left_css1:active{padding-left:10px;font-size:13px;}
a.left_css:link,a.left_css:visited,a.left_css1:link,a.left_css1:visited {color: #363636;}
a.left_css:hover,a.left_css:active,a.left_css1:hover,a.left_css1:active {color: #c60303;}

a.left_css2:link,a.left_css2:visited,a.left_css2:hover,a.left_css2:active {padding-left:580px;font-size:13px;}
a.left_css2:link,a.left_css2:visited {color: #400000;}
a.left_css2:hover,a.left_css2:active {color: #ff0000;}

a.left_css3:link,a.left_css3:visited,a.left_css3:hover,a.left_css3:active {padding-left:20px;font-size:13px;}
a.left_css4:link,a.left_css4:visited,a.left_css4:hover,a.left_css4:active {padding-left:10px;font-size:13px;}
a.left_css3:link,a.left_css3:visited,a.left_css4:link,a.left_css4:visited {color: #ffffff;}
a.left_css3:hover,a.left_css3:active,a.left_css4:hover,a.left_css4:active {color: #ffffff;}
a.left_css3:hover,a.left_css4:hover,a.left_css2:hover {text-decoration: underline;}

a.left_css5:link,a.left_css5:visited,a.left_css5:hover,a.left_css5:active {padding-left:200px;font-size:13px;}
a.left_css6:link,a.left_css6:visited,a.left_css6:hover,a.left_css6:active {padding-left:580px;font-size:13px;}
a.left_css5:link,a.left_css5:visited,a.left_css6:link,a.left_css6:visited {color: #363636;}
a.left_css5:hover,a.left_css5:active,a.left_css6:hover,a.left_css6:active {color: #c60303;}

.main_title_bs07 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	text-align: left;
	padding-left:39px;
	height: 30px;
        padding-top:6px;
	border-top:1px solid #ffa800;
	border-left:1px solid #ffa800;
	border-right:1px solid #ffa800;
	background-image: url(/Skin/fl08c/bj_l02_03.gif);
}
.main_title_bs08
{
	text-align: left;color: #ffffff;font-size:14px;font-weight:bold;
	padding-left:30px;
	height: 27px;
        padding-top:3px;
	border:1px solid #119bd1;
	background-image: url(/Skin/fl08c/bj_l01_7.gif);
}
.main_title_bs08_1
{
	text-align: left;color: #ffffff;
	padding-left:30px;
	height: 27px;
        padding-top:4px;
	border:1px solid #ff8686;
	background-image: url(/Skin/fl08c/bj_l01_7_1.gif);
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;
	height: 29px;
        padding-left:30px;
        padding-left:5px;
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 200%;
	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: 200%;
	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_709
{
border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;
text-align: left;padding: 8;line-height: 200%;
color: #151515;font-size:14px;font-weight: normal;
}
.main_tdbg_709ii
{
border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;border-bottom: #cccccc 1px solid;
text-align: left;padding: 8;line-height: 200%;
color: #151515;font-size:14px;font-weight: normal;
}
.main_tdbg_709i
{
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
padding: 8;line-height:200%;
color: #151515;
}
.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: 200%;text-align: left;padding-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 200%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */
a.main_TitleTou:link {color: #d53409;font-family:"黑体",Arial, Verdana, Helvetica, sans-serif;line-height: 200%;font-size: 20px;}
a.main_TitleTou:visited {color: #d53409;font-family:"黑体",Arial, Verdana, Helvetica, sans-serif;line-height: 200%;font-size: 20px;}
a.main_TitleTou:hover {color: #d53409;font-family:"黑体",Arial, Verdana, Helvetica, sans-serif;line-height: 200%;font-size: 20px;text-decoration: underline;} 
a.main_TitleTou:active {color: #d53409;font-family:"黑体",Arial, Verdana, Helvetica, sans-serif;line-height: 200%;font-size: 20px;}
.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 20px;line-height: 200%;
font-family:Arial, Verdana, Helvetica, sans-serif, "宋体";
border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;
}
.main_articletitlei /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 20px;line-height: 200%;
font-family:Arial, Verdana, Helvetica, sans-serif, "宋体";
border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;border-bottom: #cccccc 1px dashed;
padding-left: 8px;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 200%;font-family:Arial, Verdana, Helvetica, sans-serif, "宋体";font-size: 18px;
border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;
}
.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;
        border-bottom: #eeeeee 1px solid;
        border-left: #cccccc 1px solid;
        border-right: #cccccc 1px solid;
        border-top: #eeeeee 1px solid;
        line-height: 200%;
}
.article_tdbgallx /* 责编等表格背景、文字颜色定义(760) */
{
        background:#f5f5f5;
        border-bottom: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
        border-right: #cccccc 1px solid;
        border-top: #eeeeee 1px solid;
        line-height: 200%;
}

　　/* --文章显示页的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-top-width:
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}
　　/* --留言频道css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
background:#cccccc;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
text-align: center;line-height: 200%;color:#686868;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
text-align: center;line-height: 200%;color:#686868;
}
/* ==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;
}
.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;
}

/* ==用户登录框定义== */
.userloginboxc
{
        font-weight:bold;color:#186086;font-size:14px;
        width: 235px;height: 26px;padding-left:20px;padding-top:2px;
	background-image: url(/Skin/fl08c/bj_r01.gif);
	border-right: 1px solid #9de4fa;border-left: 1px solid #9de4fa;
        border-top: 1px solid #9de4fa;border-bottom: 1px solid #259ff5;
}
.userloginboxcc 
{
	border-right: 1px solid #9de4fa;border-left: 1px solid #9de4fa;
        /*border-bottom: 1px solid #9de4fa;*/
        background:#ebf9fc;
}
.userloginbox {background:#F9F9F9;border: 1px solid #cccccc;}
.userloginboxx {
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
}
.userbox{
background:url(/Skin/Fl08/bj_login.gif);
background-repeat: no-repeat;
}
.userboxdd{
background:url(/Skin/Fl08/bj_login2.gif);
background-repeat: no-repeat;
}
#userlogined
{
    padding-left:10;text-align: left;
    font:normal normal normal 12px/25px Arial, Verdana, Helvetica, sans-serif, "宋体";
}
#userloginedd
{
    padding-left:10;text-align: left;
    font:normal normal normal 12px/25px Arial, Verdana, Helvetica, sans-serif, "宋体";
}
#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;
}

/* --公告显示文字(滚动条)的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定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --2008css定义开始-- */
.xzcss {color:#666;line-height: 140%;width:270px;}
a.xzcss:link {color: #666;line-height: 140%;width:270px;}
a.xzcss:visited {color: #666;line-height: 140%;width:270px;}
a.xzcss:hover{color: #333;line-height: 140%;text-decoration: underline;width:270px;} 
a.xzcss:active {color: #666;line-height: 140%;width:270px;}

.xztd {
background:url(/Skin/fl08c/bj_tsa2_1.gif);
color:#0078C9;line-height: 200%;
border: #6a0085 1px solid;
}

a.tdcss:link {color: #0078C9;line-height: 200%;font-weight:bold;}
a.tdcss:visited {color: #0078C9;line-height: 200%;font-weight:bold;}
a.tdcss:hover{color: #0078C9;line-height: 200%;text-decoration: underline;font-weight:bold;} 
a.tdcss:active {color: #0078C9;line-height: 200%;font-weight:bold;}

a.LinkPath:link {color: #333333;}
a.LinkPath:visited {color: #333333;}
a.LinkPath:hover{color: #333333;text-decoration: underline;} 
a.LinkPath:active {color: #333333;}

.dis{display:block;}
.undis{display:none;}
.bimgbj{background:url(/Skin/fl08c/bj_newspic1.jpg);}
#bimg{position:relative;width:225px;height:165px;filter:progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 );border:1px solid #666;margin-top:10px;}
#simg{position:absolute;right:0;bottom:3px;margin-right:3px;z-index:6;}
#simg div{cursor:pointer;float:left;width:15px;text-align:center;color:#E4E6E3;height:15px;margin-left:1px;background:#333;filter:alpha(Opacity=80);opacity=0.8;}
#simg div.s{background:#FE7F00;}
#info{font-weight:bold;text-align:center;line-height:30px;height:28px;}
#info a{color:#333;}

.tdbj_l{background:#ECF9FF;}
.tdbj_h{background:#FFF4C7;}
.tdbj_1{background:#F4FAD8;}
.tdbj_2{background:#EAF7EC;}
.tdbj_3{background:#FAF0D8;}
.tdbj_4{background:#E1E6E9;}
.tdbj_5{background:#EAF7EC;}
.tdbj_6{background:#E6F5FE;}
.tdbj_7{background:#FFF2E6;}
.tdbj_h_img{background:url(/Skin/Fl08c/bj_txt02.gif);}
.tdbj_b3{filter:Alpha(style=1,opacity=25,finishOpacity=100,startX=50,finishX=100,startY=50,finishY=100);background-color: skyblue;} /* 从左上至右下渐变 */
.tdbj_b2{filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ffffff,endColorStr=#000000);} /* 从左往右渐变 */
.tdbj_b1{filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#000000);} /* 从上往下渐变 */

.img1 {border: 3px double #EAF7EC;}
.img2 {border: 3px double #FAF0D8;}
.img3 {border: 3px double #E1E6E9;}
.cebian {background:#EBF9FC;border-right: 1px solid #9de4fa;border-left: 1px solid #9de4fa;border-bottom: 1px solid #9de4fa;}