/*
css样式表 项目部
2010-12-10
*/

/*网页全局样式开始*/
	html{
		/*页面变灰*/
		/*filter:progid:dximagetransform.microsoft.basicimage(grayscale=1);*/
	}

	body
	{
		/*body基本样式开始*/
			background-color:#ffffff;	/*背景颜色*/
			font-size:9pt;	/*字体大小*/
			color:#3d3d3d;	/*字体颜色*/
			font-family:宋体;	/*字体*/
			text-align:left;	/*水平居左*/
			margin-top: 0px;	/*页面上边距*/
			margin-bottom: 0px;	/*页面下边距*/
			margin-left: 0px;	/*页面左边距*/
			margin-right: 0px;	/*页面右边距*/
		/*body基本样式结束*/

		/*body扩展样式开始*/
			background-repeat: repeat-y;	/*背景重复*/
			background-position: center;	/*背景居中*/
			scrollbar-face-color:#b9b9b9;	
			scrollbar-highlight-color:#b9b9b9;
			scrollbar-shadow-color:#b9b9b9;
			scrollbar-3dlight-color:#b9b9b9;
			scrollbar-darkshadow-color:#b9b9b9;
			scrollbar-arrow-color:#f0f0f0;
			scrollbar-track-color:#f0f0f0;
			scrollbar-base-color:#f0f0f0;

			/*拖动条的表面颜色*/
			scrollbar-face-color:#fbf6e8; margin: 0px;  
			/*亮边*/  
			scrollbar-highlight-color:#fbf6e8;
			/*暗边*/
			scrollbar-shadow-color:#aaaaaa;
			scrollbar-3dlight-color:#aaaaaa; 			
			/*箭头颜色*/
			scrollbar-arrow-color:#aaaaaa;  
			/*拖动区域(trackbar)颜色*/
			scrollbar-track-color:#fbf6e8;	
			scrollbar-darkshadow-color:#fbf6e8
		/*body扩展样式结束*/
	}

	page
	{
		width:auto;!important;
		max-width:1002px;!important;margin:0 auto; height:auto;!important;
		width:1002px;
	}

	/*页面容器初始化开始,*/
	tr,td {
	font-size:9pt;
	color:#3d3d3d;
	font-family:宋体;
	/* [disabled]line-height:180%; */
}
span {
	font-size:9pt;
	color:#fff;
	font-family:宋体;
	/* [disabled]line-height:180%; */
}
	/*页面容器初始化结束*/

/*网页全局样式结束*/

/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt; font-family:宋体; color:#3d3d3d; font-weight:bold; line-height:150%;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size:9pt; font-family:宋体; text-decoration:none; color:#3d3d3d; line-height:180%;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size:10.5pt; font-family:宋体; text-decoration:none; color:#3d3d3d; line-height:180%;}

	/*时间显示样式*/
	.bt_time {  font-size:7pt; color:#999999; font-family:verdana}
	.bt_date {  font-size:7pt; color:#999999; font-family:verdana}

	/*"更多"显示样式*/
	.bt_more {font-size:9pt ;text-decoration:underline; color:#3d3d3d}

	.bt_unline  {border-bottom:#999999 dashed 1px;}
/*版通基本样式结束*/

/*超链接样式开始 可自行扩展*/
	a.white {font-family:宋体; text-decoration: none; color:#ffffff;}
	a.white:hover {font-family:宋体; text-decoration:none; color:#ff0000;}
	a.white:visited{font-family:宋体; text-decoration: none; color:#ffffff;}

	a.bt_more {font-family:宋体; text-decoration: underline; color:#3d3d3d;}
	a.bt_more:hover {font-family:宋体; text-decoration: underline; color:#ff0000;}
	a.bt_more:visited {font-family:宋体; text-decoration: underline; color:#3d3d3d;}

	/*整个网页超链接样式开始*/
	a:link {font-family:宋体; text-decoration:none; color:#3d3d3d;}
	a:active {font-family:宋体; text-decoration:none;}
	a:hover {font-family:宋体; text-decoration:none; color:#ff0000;}
	a:visited {font-family:宋体; text-decoration:none; color:#3d3d3d;}
/*超链接样式结束*/

/* 自定义样式开始 */
	/*各种颜色样式 可自行扩展*/
	.blue{color:#406ec2; font-size: 9pt; text-decoration:underline; }
	.white{color:#ffffff; font-size: 9pt; text-decoration:none; }
	.red {text-decoration:underline;color:#c70506; }
	.yellow {text-decoration:none;color:#ffb900; }
	.green {text-decoration:underline;color:#038c54; }
	.coffee {color:#a70404;font-size: 9pt; text-decoration:none; }
	.purple {color:#70017a;font-size: 9pt; text-decoration:none; }

	/* 四周为1象素的边框*/
	.border1 
	{  
		border-right: #3d3d3d 1px solid; border-left: #3d3d3d 1px solid; border-bottom: #3d3d3d 1px solid;border-top: #3d3d3d 1px solid;background-color:#ffffff
	}

	/*表格背景图片不动*/
	.bgimg{background-image:;background-repeat:no-repeat;background-position:right bottom;}

	/*	一些滤镜的样式 慎用 */
	/* glow 扩充的阴影字 ie4.0 */
	.glow
	{
		font-size: 10.5pt; 
		filter: glow(color=#3d3d3d, strength=2)
	}   

	/* gradient 渐变 gradienttype=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明 ie5.5  */
	.grad
	{
		font-size: 10.5pt; 
		filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ff0000ff,endcolorstr=#00000000)
	}	

	/* alphaimageloader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片 ie5.5 */
	.alphaimage
	{
		filter:progid:dximagetransform.microsoft.alphaimageloader(, sizingmethod='scale')
	} 

	/* blur ie5.5  模糊阴影字*/
	.blur1
	{
		filter:progid:dximagetransform.microsoft.blur(makeshadow=true,pixelradius=1,shadowopacity=0.25)
	}	

	/* blur ie5.5  模糊阴影字*/
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* dropshadow 有斜度的阴影字 ie4.0  */
	.dropshadow1 
	{
		color: #ff0000;
		filter: dropshadow(color=#ffffff, offx=1, offy=1, positive=1)
	}	

	/*	制作对象的阴影效果ie5.5 */
	.dropshadow2
	{
		filter:progid:dximagetransform.microsoft.dropshadow(color=#ff404040,offx=3,offy=3,positives=true)
	}
/* 自定义样式结束 */

/*三个滑动窗口栏目
------------------------------*/
div#slidewindow{
	position:relative;
	z-index:4;
	width:975px;
	height:396px;
	overflow:hidden;
}
div#slidewindow div h2{
	font-size:14px;
	line-height:16px;
	background-repeat:no-repeat;
	background-position:left top;
}
div#slidewindow div h2.glidetagon{
	background-position:left -396px;
}
div#slidewindow div h2 a{
	display:block;
	width:32px;
	height:396px;
}

/*信息公开
------------------------------*/
div#xxgkbox{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:908px;
	height:396px;
	
}
div#xxgkbox h2#xxgktitle{
	float:right;
	width:32px;
	text-align:center;
	color:#d00500;
	background-image:;
	margin-top:0px; padding-top:0px;padding-left:0px;
	
}
div#xxgkbox h2#xxgktitle a{padding:0px;}
div#xxgkbox h2#xxgktitle a:link{color:#d00500;text-decoration:none;}
div#xxgkbox h2#xxgktitle a:visited{color:#d00500;text-decoration:none;}
div#xxgkbox h2#xxgktitle a:hover{color:#d00500;text-decoration:none;}
div#xxgkbox div#xxgkcontent{
	float:left;
	width:876px;
}

/*办事服务
------------------------------*/
div#bsfwbox{
	position:absolute;
	top:0px;
	left:33px;
	z-index:2;
	width:908px;
	height:396px;
}
div#bsfwbox h2#bsfwtitle{
	float:right;
	width:32px;
	text-align:center;
	color:#018c9b;
	background-image:;
	margin-top:0px; padding-top:0px;
}
div#bsfwbox h2#bsfwtitle a{padding:0px;}
div#bsfwbox h2#bsfwtitle a:link{color:#018c9b;text-decoration:none;}
div#bsfwbox h2#bsfwtitle a:visited{color:#018c9b;text-decoration:none;}
div#bsfwbox h2#bsfwtitle a:hover{color:#018c9b;text-decoration:none;}
div#bsfwbox div#bsfwcontent{
	float:left;
	width:876px;
}

/*政民互动
------------------------------*/
div#zmhdbox{
	position:absolute;
	top:0px;
	left:66px;
	z-index:1;
	width:908px;
	height:396px;
}
div#zmhdbox h2#zmhdtitle{
	float:right;
	width:32px;
	text-align:center;
	color:#359c01;
	background-image:;
	margin-top:0px; padding-top:0px;
}
div#zmhdbox h2#zmhdtitle a{padding:0px;}
div#zmhdbox h2#zmhdtitle a:link{color:#359c01;text-decoration:none;}
div#zmhdbox h2#zmhdtitle a:visited{color:#359c01;text-decoration:none;}
div#zmhdbox h2#zmhdtitle a:hover{color:#359c01;text-decoration:none;}
div#zmhdbox div#zmhdcontent{
	float:left;
	width:876px;
}
