/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #236F8F;} /* 未访问的链接 */
a:visited {color: #236F8F;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

/* 网站首页顶部导航条css定义:可定义内容为导航条单元格背景、字体、颜色、边框等 */
.menu_s {
	font-family:"宋体";
         font-weight:bold;
         	font-size: 11pt;
         color: #ffffff;
	height: 15px;
}

.top_nav_menu /* 频道栏目内容页导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 30;
	background-image: url(/Skin/Web2008/menu_bg2.gif);
	padding-left: 33px;

}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
background: url(/Skin/Web2008/bodyBg.gif) #ffffff repeat-x;
margin:0px;
font-size: 9pt;
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;
}

/* (CH)单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等(CH) */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}

/* (CH)网站顶部加入收藏的css定义，可定义内容为背景、字体颜色、样式等(CH) */
.banner_gn {
	font-family:"宋体";
	font-size: 10pt;
         	line-height: 150%;
	font-weight: normal;
}
.showa /* 首页最新公告颜色定义(753x30)（CH）*/
{
color: #cc0000;
}

/* =====网页中部中栏的css定义开始===== */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: CC0000;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
         font-weight: bold;
	color: #4682B4;
	background-image: url(/Skin/Web2008/menu_bottombg.gif);
	height: 30px;
	padding-left: 20px;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
         font-family:"宋体";
         font-weight:bold;
         font-size: 10pt;	
         color: #FFFFFF;
         text-align: left;
	padding-left:5px;
	height: 30px;
	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/Web2008/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/Web2008/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/Web2008/columnTitleBg.gif);color: ffffff;height: 30;
padding-left:30;
color: ffffff;
text-align: left;
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: 000000;font-family:"宋体";font-weight:bold;font-size: 22;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/Web2008/main_bs1.gif);height: 30;color: CC0000;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

/* =====文章显示页的css定义结束===== */

.main_school_jszw /*首页学校简介正文文字格式定义（CH） */
{
font-family:"宋体";
font-size: 9pt;
text-indent: 2em;
color: #666666;
}

.main_school_jsbt /*首页学校简介标题文字格式定义（CH） */
{
font-family:"宋体";
font-size: 10pt;
color: #CC0000;
font-weight:bold;
}

.main_master_jianjie /*首页校长简介文字格式定义（CH） */
{
font-family:"宋体";
font-size: 9pt;
color: #CC0000;
}

/* 排行榜连接样式定义 */
a.paihang{text-decoration: none;font-size: 12px;line-height:216%;} /* 链接无下划线,有为underline */ 
a.paihang:link {color: #000000;} /* 未访问的链接 */
a.paihang:visited {color: #000000;} /* 已访问的链接 */
a.paihang:hover{color: #669900;text-decoration: none;} /* 鼠标在链接上 */ 
a.paihang:active {color: #669900;} /* 点击激活链接 */

.jiaohu1{ 
         border-right:1px solid #C8E5F9;border-bottom:1px solid #C8E5F9;
         height:25px;
         background:url(/Skin/Web2008/hd_up_bg.gif);
         font-weight: normal;
         
} 
.jiaohu2{ 
        border-right:1px solid #C8E5F9;
         height:25px;
}

/*网站底部样式定义 */
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/Web2008/menu_bottombg.gif);
	height: 31px;
}

/*-首页二级栏目导航CSS---*/
.nav { float:left; width:668px; height:30px; font-size:12px;  }
.nav li { float: left; list-style: none; margin-right: 16px;  }  /*--16px是栏目间距-*/
.nav a:link { color: #000000; }
.nav a:visited { color: #000000;text-decoration: none; }
.nav a:hover { text-decoration: none;}
.nav a:active { color: #FFF; }

.main_title_282 /* 频道栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/Web2008/columnTitleBg.gif);height: 30;
padding-left:5;
border-bottom: 1px solid #C8E5F9;
font-size: 11pt;
color: #236F8F;
font-weight: bold;
}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #236F8F;}
a.class:visited {color: #236F8F;}
a.class:hover{color: #ff0000;}
a.class:active {color: #236F8F;}

/* 栏目文章列表内容表格背景、文字颜色定义(282) */
.main_tdbg_282
{
background:url(/Skin/Web2008/list_middle.gif);line-height:150%;text-align: left;padding-left:5;padding-right:5;
}

/*系统分页标签美化开始*/
/*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: #ddd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; COLOR: #88af3f; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none}
DIV.showpage A:hover {BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6}
DIV.showpage A:active {BORDER-RIGHT: #85bd1e 1px solid; BORDER-TOP: #85bd1e 1px solid; BORDER-LEFT: #85bd1e 1px solid; COLOR: #638425; BORDER-BOTTOM: #85bd1e 1px solid; BACKGROUND-COLOR: #f1ffd6}
DIV.showpage SPAN.current {BORDER-RIGHT: #b2e05d 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b2e05d 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #b2e05d 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #b2e05d 1px solid; BACKGROUND-COLOR: #b2e05d}
DIV.showpage SPAN.disabled {BORDER-RIGHT: #DDDDDD 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #DDDDDD 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #DDDDDD 1px solid; COLOR: #666666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #DDDDDD 1px solid}
/*系统分页标签美化结束*/

/*======全站顶部导航css定义开始======*/
h4,div,ul,li,span{ padding:0px; margin:0px}
/* 最外面DIV的样式 */
#slidingBlock {
width:960px;
over-flow:hidden;/*让超出的部分隐藏*/
margin:auto;/*表示上下左右都自动*/
height:60px;
border:#FFFF99 solid 1px;
background-image: url(/Skin/Web2008/top_01.gif);
background-repeat: repeat-x;
background-position: top;
}
/*频道名称层样式*/
#nav_box{
height:33px;
width:938px;
text-align:center;
margin-left: 11px;
}

/*一级栏目文字样式*/
#slidingBlock a{ color:#000;
}

#slidingBlock h4 {
float:left;
width:76px;/*单个频道名称项目宽度*/
height:33px;
line-height:33px;
text-align:center;
font-size:13px;/*频道名称文字大小*/
over-flow:hidden;
float:left;
background-image: url(/Skin/Web2008/top_01.gif);
background-repeat: repeat-x;
}

#slidingBlock h4.menuNo {
font-weight:normal;
color: #fff;/*频道名称文字颜色*/
}
#slidingBlock h4.menuOn {
background-image: url(/Skin/Web2008/top_02.gif);
background-repeat: no-repeat;
background-position: 5px bottom;/*频道名称文字激活白底尺寸*/
color:#CC0000
}
#line{ width:2px; height:33px;/*频道名称文字间距*/
background-image: url(/Skin/Web2008/top_03.gif);
background-repeat: no-repeat;
 float:left
}
#slidingBlock DIV.slidingList_none {
    display:none/*元素隐藏*/
}
#slidingBlock DIV.slidingList {
width:auto;
margin:0px;
padding:0px;
height:27px;
clear:both;
background-image: url(/Skin/Web2008/top_04.gif);
background-repeat: repeat-x;
line-height:27px
}
#slidingBlock DIV.slidingList ul {
    margin:0px;padding:0px; list-style:none;
}
#slidingBlock DIV.slidingList li {
float:left;
height:20px;
line-height:30px;/*二级栏目文字离顶部的距离*/
font-size:13px;
text-indent:20px;/*二级栏目文字缩进*/
}

/*二级栏目文字格式定义*/
#slidingBlock DIV.slidingList li a{
color: #CC0000; text-decoration:none;
}

/*======全站顶部导航css定义结束======*/

/* =====网页中部左栏的css定义开始===== */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 30px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/Web2008/leftBoxTitleBg.gif);
	width: 202px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #fffbef;	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/Web2008/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 30px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/Web2008/leftBoxTitleBg.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/Web2008/tdbg_bottom.gif);font-weight:bold;color: ffffff;height: 30;width:202;padding-left:40;text-align: left;
}
/* =====网页中部左栏的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/Web2008/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定义结束===== */

/*--=====图片频道全局定义开始=====--*/
li{ list-style:none;}
/*--首页推荐连接--*/
a.tuijian{color: #1880ce; text-decoration: none;}
a.tuijian:link{color: #1880ce;}
a.tuijian:visited{color: #1880ce;}
a.tuijian:hover{color: #1880ce;	text-decoration: underline;}
a.tuijian:active{color: #1880ce;}
/*--选项卡定义--*/
#header {
	height: 194px;
	width: 298px;
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	background-image: url(/Skin/Web2008/Xywh/tab_bg.gif);
	background-repeat: no-repeat;
}
#tab_menu {
margin: 0px;
padding-left: 80px;
padding-top:15px;
list-style-type: none;
}
#tab_menu li {
display: block;
width: 53px;
text-align: center;
font-weight:bold;
color:#006600;
float: left;
margin: 0px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0.2em;
padding-left: 0px;
cursor: hand;
}
#main{ margin-left:25px; margin-top:25px;}
.sec1 {
	background-image: url(/Skin/Web2008/Xywh/tab1.gif);
	background-repeat: no-repeat;
	height: 28px;
}
.sec2 {
	background-image: url(/Skin/Web2008/Xywh/tab2.gif);
	background-repeat: no-repeat;
	height: 28px;
}
.block { display: block;}
.unblock { display: none;}
/*--首页综合信息--*/
.hot_t{
	background-image: url(/Skin/Web2008/Xywh/hot_t.gif);
	background-repeat: no-repeat;
	height: 38px;
}
.hot_m{
	background-image: url(/Skin/Web2008/Xywh/hot_m.gif);
	background-repeat: repeat-x;
	height: 268px;
}
.hot_b{
	background-image: url(/Skin/Web2008/Xywh/hot_b.gif);
	background-repeat: no-repeat;
	height: 5px;
}
/*--首页推荐信息--*/
.tjxs_title{
	text-align: right;
	background-image: url(/Skin/Web2008/Xywh/tjxs.gif);
	background-repeat: no-repeat;
	padding-right:10px;
	height:29px;
}
.tjxs_bg{
   background-color:#f1f5f6;
}
.tjxs_listbg{ line-height:20px;}
/*--首页最近更新--*/
.zjgx_title{
	background-image: url(/Skin/Web2008/Xywh/zjgx.gif);
	background-repeat: no-repeat;
	height:34px;
}
.zjgx_bg{}
.zjgx_list1{
    line-height:22px;
	background:#fff;
	width:205px;
	padding-left:5px;
	color:#f96974;
}
.zjgx_list2{
    line-height:22px;
	background-color:#f0f2ec;
	width:205px;
	padding-left:5px;
	color:#f96974;
}
/*--主表格标题背景定义，分别对应六个频道--*/
.main_title_no{
	background-image: url(/Skin/Web2008/Xywh/main_title_no.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title1{
	background-image: url(/Skin/Web2008/Xywh/main_title1.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title2{
	background-image: url(/Skin/Web2008/Xywh/main_title2.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title3{
	background-image: url(/Skin/Web2008/Xywh/main_title3.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title4{
	background-image: url(/Skin/Web2008/Xywh/main_title4.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title5{
	background-image: url(/Skin/Web2008/Xywh/main_title5.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.main_title6{
	background-image: url(/Skin/Web2008/Xywh/main_title6.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}

/*--主表格列表背景定义--*/
.main_bg{
	text-align: center;
}
/*--栏目页推荐表格标题定义，分别对应四个频道--*/
.tuijian_title_no{
	background-image: url(/Skin/Web2008/Xywh/tuijian_title_no.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.tuijian_title1{
	background-image: url(/Skin/Web2008/Xywh/tuijian_title1.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.tuijian_title2{
	background-image: url(/Skin/Web2008/Xywh/tuijian_title2.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.tuijian_title3{
	background-image: url(/Skin/Web2008/Xywh/tuijian_title3.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
.tuijian_title4{
	background-image: url(/Skin/Web2008/Xywh/tuijian_title4.gif);
	background-repeat: no-repeat;
	height:20px;
	text-align: right;
	padding-right:20px;
}
/*--分页信息--*/
.show_page{
    text-align:center;
}
/*--文章内容标题--*/
.article_title{ font-size:20px; color:#FF0000; text-align:center; line-height:30px; font-weight:bold;}
/*--文章作者信息--*/
.author{ text-align:center; border-bottom:1px dashed #ccc; line-height:25px;}
/*--文章内容信息--*/
.content{ padding:10px;}
/*--上一篇下一篇定义--*/
.pr_ne{ text-align:center; line-height:25px;}
/*--评论定义--*/
.comment{ text-align:center;}
.comment_l{
	background-image: url(/Skin/Web2008/Xywh/friend_l.gif);
	background-repeat: no-repeat;
	width:17px;
	height:105px;
}
.comment_m{
	background-image: url(/Skin/Web2008/Xywh/friend_m.gif);
	background-repeat: repeat-x;
}
.comment_r{
	background-image: url(/Skin/Web2008/Xywh/friend_r.gif);
	background-repeat: no-repeat;
	width:19px;
}
/*--=====图片频道全局定义结束=====--*/

/*--=====新闻中心首页相关CSS定义开始=====--*/
.main_title_new /* 新闻中心首页栏目文章列表标题表格背景、文字颜色定义 */
{
background:url(/Skin/Web2008/lc_title_bg1.gif);height:39;
padding-left:80;
line-height:39px;
font-family: "宋体";
font-size: 14px;
text-align: left;
font-weight: bold;
}
/*--=====新闻中心首页相关CSS定义结束=====--*/

/*--=====教学科研首页相关CSS定义开始=====--*/
.main_title_jxky /* 教学科研首页栏目文章列表标题表格背景、文字颜色定义 */
{
background:url(/Skin/Web2008/lc_title_jxky.gif);height:39;
padding-left:80;
line-height:39px;
font-family: "宋体";
font-size: 14px;
text-align: left;
font-weight: bold;
}
.main_tdbg_jxky
{
background:url(/Skin/Web2008/leftboxContentBg.gif);line-height:200%;text-align: left;padding-left:5;padding-right:5;
}
/*--=====教学科研首页相关CSS定义结束=====--*/

/*--=====科学发展频道相关CSS定义开始=====--*/
.main_title_kxfz /* 教学科研首页栏目文章列表标题表格背景、文字颜色定义 */
{
background:url(/Skin/Web2008/Kxfz/TitleBg960_3.gif);height:39;
padding-left:40;
line-height:20px;
font-family: "宋体";
font-size: 14px;
color:#CC3300;
text-align: left;
font-weight: bold;
}
.main_title_ad /* 教学科研首页组织机构、活动简报表格部分背景、文字颜色定义 */
{
background:url(/Skin/Web2008/Kxfz/ContentTitle_1.gif);height:39;
padding-left:38;
line-height:20px;
font-family: "宋体";
font-size: 14px;
color:#FFFFFF;
text-align: left;
font-weight: bold;
}
.main_tdbg_kxfz
{
background:url(/Skin/Web2008/Kxfz/KxfzContentBg.gif);line-height:200%;text-align: left;padding-left:5;padding-right:5;
}

/*频道首页大标题+内容简介CSS定义*/
.article2 a{font-family:"黑体"; font-size:16px;color:#660000; display:block;text-align:center;width:689px;line-height:30px}
.article2{width:689px;line-height:150%;}

.kxfz_left_tdbg1 /* 栏目页左栏内容表格背景、文字颜色定义 */
{
padding: 5px;
background-color: #fff5cc;
border-top-style: none;
}
.main_title_753 /* 中栏标题表格背景、文字颜色定义(753) */
{
         font-weight: bold;
	color: #FFFFFF;
	background-image: url(/Skin/Web2008/Kxfz/Kxfz_bottombg.gif);
	height: 30px;
	padding-left: 20px;
}
.main_tdbg_753 /* 中栏内容表格背景、文字颜色定义(753) */
{
border: 1px solid #990000;line-height: 180%;text-align: left;padding-left:5;padding-right:5;
}
.main_search_kxfz /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #990000;background:#f9f9f9;
}

.kxfz_footbgbg /*频道底部样式定义 */
{
	color: #ffffff;
	background-image: url(/Skin/Web2008/Kxfz/Kxfz_footbg.gif);
	height: 31px;
}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom_kxfz:link {color: #ffffff;}
a.bottom_kxfz:visited {color: #ffffff;}
a.bottom_kxfz:hover{color: #ffff00;}
a.bottom_kxfz:active {color: #ffffff;}

.main_title_959 /* 内容页中栏标题表格背景、文字颜色定义(959) */
{
         font-weight: bold;
	color: #FFFFFF;
	background-image: url(/Skin/Web2008/Kxfz/TitleBg_3.gif);
	height: 28px;
	padding-left: 20px;
}
.dh_top /*你现在的位置导航栏背景、文字颜色定义*/
{
         background-image: url(/Skin/Web2008/Kxfz/dh_top.gif);
	height: 28px;
	padding-left: 20px;
         color:#330000;
}
/*--=====科学发展频道相关CSS定义结束=====--*/
/*-----友情链接页面CSS定义----*/
.link_tdbgall
{
background-image: url(/Skin/Web2008/leftboxContentBg.gif);
width:960px;
}