/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #333333;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */

/* 网站总的css定义:哀悼颜色、样式等 */

/* 顶部频道文字链接的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='xw_fy' ***>***</a> */
a.xw_fy:link {color: #ffffff;}
a.xw_fy:visited {color: #ffffff;}
a.xw_fy:hover{color: #ffffff;}
a.xw_fy:active {color: #ffffff;}

/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 顶部当前总频道文字链接的css定义－－调用代码为<a class='wyq1' ***>***</a> */
a.wyq1:link {color: #005FA2;}
a.wyq1:visited {color: #005FA2;}
a.wyq1:hover{color: #FF0000;}
a.wyq1:active {color: #FF0000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='wyq2' ***>***</a> */
a.wyq2:link {color: #FF0000;}
a.wyq2:visited {color: #FF0000;}
a.wyq2:hover{color: #005FA2;}
a.wyq2:active {color: #005FA2;}
/* 顶部头条文字链接的css定义－－调用代码为<a class='wyq_tt' ***>***</a> */
a.wyq_tt:link {color: #005FA2;}
a.wyq_tt:visited {color: #005FA2;}
a.wyq_tt:hover{color: #005FA2;}
a.wyq_tt:active {color: #005FA2;}
/* 岳西网顶部导航蓝色文字链接的css定义－－调用代码为<a class='yxw_fy' ***>***</a> */
a.yxw_fy:link {color: #005FA2;}
a.yxw_fy:visited {color: #005FA2;}
a.yxw_fy:hover{color: #000000;}
a.yxw_fy:active {color: #005FA2;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的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: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

body
{
	background-image: url(imagesmain_bg.gif);
	background-repeat: repeat-x;
	background-position: center 255px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	color: #000;
}


/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family: "宋体";
	font-size: 10pt;
	line-height: 170%;
	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;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
/* 新闻头条外框css定义 */
.toutiao {
	border: 1px solid #D0888B;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	clip:  rect(5px 5px 5px 5px);
}
/* 新闻首页频道css定义 */
.neirong {
	padding: 0px 5px;
	border: 1px solid #4482BC;
}
/* 广告外框css定义 */
.guanggao {
	padding: 2px;
	border: 1px solid #D7D7D7;
}
/* 首页版权外框等css定义 */
.sybanquan {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4482BC;
	border-right-color: #4482BC;
	border-left-color: #4482BC;
}
/* 首页小导航外框、文字等css定义 */
.xdh_wyq {
	font-size: 18px;
	color: #AA0303;
	background-image: url(imagesxdh_wyq_ahyx.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	font-family: "黑体";
}
/* 新闻内容导航外框、文字等css定义 */
.xinwendh {
	color: #FFFFFF;
a.xinwendh:link {color: #ffffff;} /* 未访问的链接 */
a.xinwendh:visited {color: #ffffff;} /* 已访问的链接 */
a.xinwendh:hover{color: #ffffff;} /* 鼠标在链接上 */ 
a.xinwendh:active {color: #ffffff;} /* 点击激活链接 */
}
/* 新闻内容外框、等css定义 */
.xwnr_wyq {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/* 首页虚线等css定义 */
.xuxian {
	border-top: 1px dashed #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* 首页虚线等css定义 */
.xuxian1 {
	border-top: 1px dashed #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* 首页重点新闻红色等css定义 */
.zdxwdh {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/zddht.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}
/* 首页图看岳西等css定义 */
.tkyx_wyq {
	font-size: 12px;
	font-weight: bold;
	color: #005FA2;
	padding: 1px;
}
/* 首页领导文集等css定义 */
.lindao_wyq {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
}
/* 首页头条文字等css定义 */
.ttwz_wyq {
	font-family: "方正大黑简体";
	font-size: 30px;
	font-style: normal;
	color: #005FA2;
        	word-spacing: 5px;
	font-weight: bolder;
}
/* 首页小分类文字等css定义 */
.wyqtt1 {
	float: left;
	font-size: 12px;
	color: #0033CC;
	background-position: center bottom;
	text-align: center;
	height: 25px;
	width: 100px;
	background-image: url(imagesxdh_wyq_ahyx.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-weight: bold;
}
/* 首页小分类2文字等css定义 */
.wyqtt2 {
	float: left;
	font-size: 12px;
	line-height: 25px;
	color: #005FA2;
	background-position: center bottom;
	height: 25px;
	width: 100px;
	text-align: center;
	background-image: url(imagesxdh_wyq_ahyx2.gif);
	background-repeat: no-repeat;
}
/* 首页小分类文字等css定义 */
.wyqtt11 {
	float: left;
	background-position: center bottom;
	text-align: center;
	height: 25px;
	width: 100px;
	background-image: url(imagesxdh_wyq_ahyx.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 14px;
}
/* 首页小分类2文字等css定义 */
.wyqtt22 {
	float: left;
	font-size: 12px;
	line-height: 25px;
	background-position: center bottom;
	height: 25px;
	width: 100px;
	text-align: center;
	background-image: url(imagesxdh_wyq_ahyx2.gif);
	background-repeat: no-repeat;
}
/* ==频道通用表格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定义开始== */

/* ==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(imagestop_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(imagesmenu_bg2.gif);
	padding-left: 33px;

}
.top_nav_menu_ggkf /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	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:980px;
}
.center_tdbgall0 /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:720px;
}
.center_tdbgalljdbg /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:950px;
}
.center_tdbgall_ggkf /* 改革开放中部表格总背景颜色定义 */
{
background:#ffffff;
width:850px;
}
.center_tdbgall_ggkfnr /* 改革开放中部内容页表格总背景颜色定义 */
{
background:#ffffff;
width:600px;
}
/* ==网页中部wyq中的css定义开始== */
.center_tdbgall_wyq /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:666px;
}
.center_tdbgall_xzlb /* 乡镇联播栏目页中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(imagesright_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(imagestdbg_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(imagesright_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(imagesright_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_tdbgallu /* 中栏表格总背景颜色定义 */
{
width: 800;background:#ffffff;
}
.main_tdbgall_ggkf /* 改革开放中栏表格总背景颜色定义 */
{
width: 840;background:#ffffff;
}
.main_tdbgall_xzlb /* 乡镇联播中栏表格总背景颜色定义 */
{
background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(imagesmain_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(imagesmain_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: #000000;
	
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.main_title_575_ggkf /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #000000;
	height: 27px;
	padding-left: 30px;
}
.main_title_575_xzlb /* 乡镇联播中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #000000;
	height: 27px;
	padding-left: 30px;	
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(imagesmain_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(imagesmain_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(imagesmain_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(imagesmain_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;
	width: 970px;
}
.main_tdbg_57588 /* 中栏内容表格背景、文字颜色定义(575) */
{
	border: 1px solid #d2d3d9;
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	width: 800px;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(imagesmain_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: ff0000;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(imagesmain_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_title_760_xzlb /* 乡镇联播内容页标题导航表格背景、文字颜色定义(760) */
{

border: 1px solid #d2d3d9;height: 28;color: 000000;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.main_tdbg_760_xzlb /* 乡镇联播内容表格背景、文字颜色定义(760) */
{
	padding: 8;
	line-height: 25px;
	font-size: 16px;
	border-top: 1px solid #d2d3d9;
	border-right: 1px none #d2d3d9;
	border-bottom: 1px solid #d2d3d9;
	border-left: 1px none #d2d3d9;
	text-indent: 32px;
}
.main_tdbg_760_hb /* 环保局 表格背景、文字颜色定义(760) */
{
	padding: 8;
	line-height: 25px;
	font-size: 16px;
	border-top: 1px solid #d2d3d9;
	border-right: 1px solid #d2d3d9;
	border-bottom: 1px solid #d2d3d9;
	border-left: 1px solid #d2d3d9;
	text-indent: 32px;
}
.main_tdbg_666 /* 内容表格背景、文字颜色定义(666) */
{
	padding: 8;
	line-height: 25px;
	font-size: 16px;
	border-top: 1px solid #d2d3d9;
	border-right: 1px none #d2d3d9;
	border-bottom: 1px solid #d2d3d9;
	border-left: 1px none #d2d3d9;
	text-indent: 32px;
}
.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(imagesmain_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定义结束-- */
#tz_top {
	height: 287px;
	width: 100%;
	background-image: url(imagestop_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#tz_top_1 {
	height: 41px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 245px;
	background-image: url(imagesline_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.image10 a{
	border: none;
	width: auto;
	height: 28px;
	display: block;
	float:left;
	background-image: url(imagesdas.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	padding-top: 13px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}
.image10 a:hover{
	border: none;
	width: auto;
	height: 28px;
	display: block;
	float:left;
	background-image: url(imagesnavbg120.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	padding-right: 7px;
	padding-left: 7px;
}
#tz_lssdjt {
	background-color: #FFF;
	height: 20px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imageslslrjt.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 120px;
	padding-top: 2px;
}
.tz_1000 {
	background-color: #FFF;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
}
.zt_760 {
	float: left;
	height: 230px;
	width: 760px;
	margin-left: 5px;
}
.zt_760_1 {
	background-image: url(imagesdctzb-2011-014.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 6px;
	width: 735px;
	text-align: left;
}
.tz_760_2 {
	float: right;
	height: 6px;
	width: 11px;
	background-image: url(imagesdctzb-2011-015.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.tz_760_3 {
	float: left;
	height: 250px;
	width: 751px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.tz_760_4 {
	float: left;
	height: 6px;
	width: 7px;
	background-image: url(imagesdctzb-2011-013.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tz_nsw {
	float: left;
	height: 250px;
	width: 350px;
	margin-left: 5px;
}
#tz_nsw_1 {
	background-image: url(imagesdctzb-2011-019.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 250px;
	width: 375px;
	margin-left: 10px;_margin-left: 2px;
	padding-left: 10px;
}
.tz_nsw_2 {
	background-image: url(imagesdctzb-2011-021.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	height: 30px;
	width: 100%;
	line-height: 20px;
}
.tz_bt {
	float: left;
	height: 22px;
	width: 110px;
	background-image: url(images12.jpg);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
}
.tz_bt1 {
	float: left;
	height: 29px;
	width: 100px;
}
.tz_moeo {
	float: right;
	height: 15px;
	width: 45px;
	line-height: 12px;
	padding-top: 10px;
}
body,td,th {
	font-size: 12px;
}
.zt_775 {
	float: left;
	height: 6px;
	width: 753px;
	font-size: 0px;
	line-height: 0px;
}
.tz_760_6 {
	background-image: url(imagesdctzb-2011-016.gif);
	float: left;
	height: 7px;
	width: 13px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.tz_760_7 {
	background-image: url(imagesdctzb-2011-017.gif);
	background-repeat: repeat-x;
	float: left;
	height: 7px;
	width: 726px;
	background-position: bottom;
}
.tz_760_8 {
	background-image: url(imagesdctzb-2011-018.gif);
	float: right;
	height: 7px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.tz_nsw_nr {
	float: left;
	width: 370px;
	padding-top: 5px;
	padding-left: 5px;
}
.zt_225 {
	float: left;
	height: 100%;
	width: 230px;
	overflow: hidden;
}
.zt_225_1 {
	float: left;
	height: 6px;
	width: 100%;
	background-image: url(imagesdctzb-2011-014.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0px;
}
.tz_225_2 {
	float: left;
	height: 100%;
	width: 228px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow: hidden;
}
.zt_225_3 {
	float: left;
	height: 7px;
	width: 100%;
	background-image: url(imagesdctzb-2011-017.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	font-size: 0px;
	line-height: 0px;
	background-position: bottom;
}
#tz_225_4 {
	float: left;
	height: 110px;
	width: 75px;
	padding: 5px;
}
#zt_225_5 {
	height: 100%;
	width: 135px;
	float: left;
	padding-left: 5px;
	overflow: hidden;
}
.zt_225_6 {
	float: left;
	height: 220px;
	width: 230px;
	text-align: center;
	padding-top: 5px;
}
.zt_218 {
	float: left;
	height: 23px;
	width: 188px;
	padding-left: 40px;
	background-image: url(imagesdctzb-2011-028.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
}
.tz_218_1 {
	float: left;
	height: 100%;
	width: 206px;_width: 204px;
	overflow: hidden;
	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: #FF9B05;
	border-bottom-color: #FF9B05;
	border-left-color: #FF9B05;
	margin-left: 5px;_margin-left: 3px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#zt_zb {
	float: left;
	height: 100%;
	width: 226px;
	overflow: hidden;
}
.zt_225_7 {
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
}
.tz_760_10 {
	float: left;
	height: 265px;
	width: 377px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.zt_775_1 {
	float: left;
	height: 100%;
	width: 765px;
	overflow: hidden;
}
.tz_760_11 {
	float: left;
	width: 375px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.zt_7601 {	float: left;
	height: 100%;
	width: 760px;
	overflow: hidden;
	margin-left: 5px;
}
.tz_yxfg {
	float: left;
	height: 100%;
	width: 988px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow: hidden;
}
#tz_yxfg_1 {
	height: 100%;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#tz_yxfg_2 {
	float: left;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.tz_yxfg1 {	float: left;
	height: 100%;
	width: 988px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow: hidden;
}
#tz_db {
	background-image: url(imagesdctzb-2011-048.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 90px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
}

a.b:link {color: #000000;font-size: 14px;text-decoration: none;line-height: 24px;}                            /* 未访问的链接，黑颜色*/ 
a.b:visited {color: #000000;font-size: 14px;text-decoration: none;line-height: 24px;}                        /*已访问的链接， 黑颜色*/ 
a.b:hover{COLOR: #FF0000;font-size: 14px;text-decoration: none;line-height: 24px;}              /* 鼠标在链接上，red颜色*/ 
a.b:active {color: #FF0000;font-size: 14px;text-decoration: none;line-height: 24px;}
#zt_lb_760 {
	float: left;
	height: 100%;
	width: 760px;
	overflow: hidden;
}
#tz_lb_760_1 {
	float: left;
	height: 100%;
	width: 758px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow: hidden;
}
#zt_lb_760_2 {
	float: left;
	height: 100%;
	width: 750px;
	overflow: hidden;
}
#lb_wz {
	float: right;
	height: 20px;
	width: 500px;
	padding-top: 5px;
	text-align: right;
margin-right: 10px;
}
#zt_wz_mt {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 750px;
	text-align: center;
	padding-top: 15px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}
#zt_wz_ly {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	float: left;
	height: 25px;
	width: 750px;
	text-align: center;
	background-color: #F5F5F5;
}
#zt_wz_nr {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	float: left;
	height: 100%;
	width: 740px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
}
#zt_wz_nr img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.zt_wz_01 {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: right;
	float: left;
	height: 20px;
	width: 740px;
	padding-left: 10px;
    padding-top: 5px;
}
#tz_wz_02 {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: left;
	float: left;
	height: 40px;
	width: 750px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}


/* 默认幻灯片 */
.FocusPic{zoom:1;position:relative; overflow:hidden}
.FocusPic .content{overflow:hidden}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:434px;height:30px;line-height:30px;overflow:hidden}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}
.FocusPic .change i.cur {background:#FF7700;}

.list-news-date {
text-align: right;
}
.pic-title {
  text-align: center;
}
.text-c { text-align: center;}
/* 栏目列表分页样式 */
#pages{ padding: 14px 0 10px;font-family: 宋体;}
#pages a.a1 {
    width: 56px;
    padding: 0;
}
#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
}
#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #F88623;
    border: 1px solid #F88623;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}