﻿/*
css样式表 项目部
2010-12-10
*/

/*网页全局样式开始*/
	html{
		/*页面变灰*/
		/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	}

	body
	{
		/*body基本样式开始*/
			background:url("body_bg.jpg");
			background-color:#c9e9f4;	/*背景颜色*/
			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,span {
	font-size:9pt;
	color:#3D3D3D;
	FONT-FAMILY:宋体;
	/* [disabled]line-height:180%; */
}
	/*页面容器初始化结束*/

/*网页全局样式结束*/

/*版通基本样式开始*/

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.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; }
	ul,ol{list-style:none;padding:0px; margin:0px;}
	/* 四周为1象素的边框*/
	.border1 
	{  
		border: #bfe3f3 1px solid;background-color:#ffffff;
	}
	.border_no_top{border:1px solid #c9e9f4;border-top:none;}
	.border_top{border-top: #bfe3f3 1px solid;}
	/*表格背景图片不动*/
	.bgimg{background-image:url(images/图片文件);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(src='images/rdl_ice.jpg', 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)
	}
	.body_table{background:url("body_top.jpg");background-repeat:no-repeat;background-position:top center;}
	.border1 
		{  
			border: #e6e6e6 1px solid;
		}
	.border_r_b{border-right: #e6e6e6 1px solid;border-bottom: #e6e6e6 1px solid;}
	.border_no_top{border:1px solid #e6e6e6;border-top:none;}
	.border_top{border-top: #bfe3f3 1px solid;}
	.nav_ul{width:996px;height:38px;clear:both;padding-left:8px;}
	.nav_ul li{float:left;height:38px;line-height:38px;}
	.nav_bg{background:url(nav_bg.jpg) ;background-position:top left;background-repeat:no-repeat;}
	.nav_ul li a{height:30px;display:block;float:left;padding:0 8px 0 8px;font-size:16px;color:#ffffff;font-weight:bold;}           
	.nav_ul li a:hover{color:#ffffff;}
	

/***焦点图样式===与js配套使用***/
.flash_img{width:370px; height:260px; float:left}
#focus{position: relative;height:260px;width:370px;margin:0 auto;}
#focus .bd{position: relative}
#focus .btn-prev, #focus .btn-next{display: none;position: absolute;top: 80px;width: 40px;height: 80px;z-index: 2}
#focus .btn-prev{left: 0;background: url(left-arrow.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="left-arrow.png")}
#focus .btn-next{right: 0;background: url(right-arrow.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="right-arrow.png")}
#focus .focus-bar-box{width: 100%;height:260px;position: relative;overflow: hidden}
#focus .focus-bar{width:370px; padding:0px;}
#focus .focus-bar li{float:left; width:360px !important;height:260px}
#focus .focus-bar li a{width:370px !important;height:260px;display: block}
#focus .focus-bar li img{width:370px !important;height:260px}
#focus .ft{position: absolute;left: 0;bottom: 0;z-index: 1;width:370px;height: 40px}
#focus .ftbg{position: absolute;top: 0;left: 0;z-index: -1;width:370px;height: 40px;background: #000;opacity: .6;filter: alpha(opacity=60)}
#focus .change{position: absolute;right: 0;bottom: 15px;height: 10px}
#focus .change a{float: left;width: 10px;height: 10px;margin-right: 10px;background: url(btn-normal.png) no-repeat;_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="btn-normal.png");cursor: pointer}
#focus .change a.on{background: url(btn-active.png) no-repeat;_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="btn-active.png")}
#focus .hd{position: absolute;left: 0;bottom: 0;z-index: 2;width:450px;height: 40px;}
#focus .focus-title{overflow: hidden;position: absolute;top: 0;left: 0;height: 40px;padding: 0 14px 0 20px;line-height: 40px;font-size: 15px;font-weight: 100; text-overflow:ellipsis;white-space:nowrap}
#focus .focus-title a{line-height:30px;}
#focus .hdicon{position: absolute;left:10px;bottom: 10px;width: 59px;height: 59px;background: url(play-btn.png) no-repeat;_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="play-btn.png")}
#focus .focus-title a{display: none;color: #fff}

	.news_title{font-size:14px;font-weight:bold;color:#cc0000;height:36px;line-height:36px;text-align:center;}
	.more{height:36px;line-height:36px;padding-right:6px;}
	.more a{color:#333333;}
	.news_list li{width:365px;font:13px;height:30px;line-height:30px;overflow:hidden;margin:0;border-bottom:1px dotted #cccccc;}
	.news_list li a{float:left;background:url(li.jpg) no-repeat 4px 12px;padding-left:12px;}
	.news_list .time{float:right;font:13px;height:30px;line-height:30px;color:#545454;}
	.right_title{font-size:14px;padding-left:20px;font-weight:bold;color:#cc0000;height:30px;line-height:34px;text-align:center;}
	.right_list li{width:210px;height:30px;line-height:30px;font-size:13px;overflow:hidden;border-bottom:1px dotted #cccccc;margin:0;}
	.right_list li a{float:left;background:url(li.jpg) no-repeat 4px 12px;padding-left:12px;}
	.left_title{font-size:14px;font-weight:bold;color:#ffffff;height:36px;line-height:36px;text-align:center;padding-left:20px;}
	.left_list li{width:360px;font:13px;height:30px;line-height:30px;overflow:hidden;margin:0;border-bottom:1px dotted #cccccc;}
	.left_list li a{float:left;background:url(li.jpg) no-repeat 4px 12px;padding-left:12px;}
	.left_list .time{float:right;font:13px;height:30px;line-height:30px;color:#545454;}
	.tpzx_table{background:url(tpzx_bg.jpg);background-repeat:repeat-x; border: solid 1px #cce1f4;}
	.tpzx_title{font-size:14px;height:36px;margin-left:45px;line-height:36px;color:#ffffff;font-weight:bold;}
	.link_table{background:url(link_bg.jpg);background-repeat:repeat-x; border: solid 1px #cce1f4;}
	.link_title{font-size:14px;height:36px;line-height:36px;margin-left:10px;color:#ffffff;font-weight:bold;}

	.lm_list{width:165px;margin:0 auto;}
	.lm_list li{width:165px;height:35px;line-height:35px;background:url("lm_bg.png");text-align:center;font-size:14px;}
	.lm_list li img{padding-right:10px;}
	.lm_list li a{font-size:14px;}
	.nr_list{width:700px;padding-left:16px;}
	.nr_list li{width:700px;height:36px;line-height:36px;float:left;font-size:14px;background:url("lb_bg.jpg");}
	.nr_list li a{font-size:14px;}
	.nr_list li .date{width:80px;float:right;font-size:14px;}

	.content_title{font-family:'微软雅黑'; font-size:25px;font-weight:bold; color:#232020; line-height:30px; padding:8px 10px 15px 10px;}
	.content_zoom{line-height:2em;font-size:16px;}
	.content_zoom p,div{line-height:2em;}
	.content_zoom img{max-width:100%;}
	#pages{font-size:14px;}
	#pages span{color:#ff0000;font-size:14px;}
	/* 自定义样式结束 */

