﻿/*网页全局样式开始*/
	body
	{
		/*body基本样式开始*/
			background-color:#ffffff;
			font-size: 10.5pt; color:#3D3D3D; FONT-FAMILY: 宋体,verdana;
		/*body基本样式结束*/

		/*body扩展样式开始*/
			background-repeat: repeat;
			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扩展样式结束*/
	}
	td {font-size:9pt;FONT-FAMILY: 宋体,verdana;color:#3D3D3D; line-height:22px;}
	.cctd{font-size:9pt;FONT-FAMILY: 宋体,verdana;color:#904C0D; line-height:22px;}
/*网页全局样式结束*/


/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt;color:#3D3D3D;font-weight:bold}
	.cctitle{font-size:16pt; color:#4C2508; font-weight:bold;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size: 9pt; text-decoration:none; color:#3D3D3D;line-height:20px;}
	.ccbt_link{font-size: 9pt; text-decoration:none; color:#823C09;line-height:20px;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size: 10.5pt; text-decoration:none; color:#3D3D3D;line-height:28px;}
	.ccbt_content{font-size: 10.5pt; text-decoration:none; color:#65330E;line-height:28px;}

	/*时间显示样式*/
	.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:none; color:#3D3D3D;}
	.ccbt_more {font-size:9pt ;text-decoration:none; color:#904C0D;}
/*版通基本样式结束*/


/* 自定义样式开始 */
	/* 四周为1象素的边框*/
	.border1 
	{  
		BORDER-RIGHT: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;BORDER-TOP: #000000 1px solid;background-color:#ffffff
	}

	/*表格背景图片不动*/
	.bgimg{background-image:url(images/图片文件);background-repeat:no-repeat;background-position:right bottom;}

	/*	一些滤镜的样式 慎用 */
	/* Glow 扩充的阴影字 IE4.0+*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#000000, 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)
	}	

	/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:underline; }
	.white{color:#ffffff; font-size: 9pt; text-decoration:none; }
	.red {color:#DA211F;}
	.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; }

/* 自定义样式结束 */


/*超链接样式开始 可自行扩展*/
	a.white { text-decoration: none; color:#ffffff;FONT-FAMILY: 宋体,verdana;}
	a.white:hover { color:#ffffff;text-decoration:underline;FONT-FAMILY: 宋体,verdana;}
	a.bwhite { text-decoration: none; color:#ffffff; font-weight:bold;FONT-FAMILY: 宋体,verdana;}
	a.bwhite:hover { color:#ffffff;text-decoration:none; font-weight:bold;FONT-FAMILY: 宋体,verdana;}
	a.b{font-weight:bold;}
	a.b:hover{font-weight:bold; color:#ff0000;FONT-FAMILY: 宋体,verdana;}

	a.bt_more { text-decoration: underline; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}
	a.bt_more:hover {text-decoration: underline; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}

	a {text-decoration:none; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}
	a:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.topcc {text-decoration:none; color:#90752e;FONT-FAMILY: 宋体,verdana;}
	a.topcc:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.cc{text-decoration:none; color:#823C09;FONT-FAMILY: 宋体,verdana;}
	a.cc:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.cc:visited{color:#823C09;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
/*超链接样式结束*/

    .borderline{border:1px solid #DFE1E0;}
	.rbc{color:#4E4E4E; font-weight:bold; line-height:22px;FONT-FAMILY: 宋体,verdana;}
	.morec{line-height:22px; color:#555555;FONT-FAMILY: 宋体,verdana;FONT-FAMILY: 宋体,verdana;}
	.bgbj{ background-image:url(tmzw_pic4_03.gif); background-repeat:repeat-x; background-position:bottom;}
	.bottomtext{color:#987D48;}
    .bcoltitle{font-weight:bold; color:#733504;}
    .bcoltitle1{font-weight:bold; color:#813D0C;}
    



/*新样式*/
*{
	box-sizing: border-box;
	font-size: 12px;
	color: #333;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#box{
	width: 1002px;
	margin: 0 auto;
	background-color: #fff;
}
.clearfix{
	clear: both;
}


.content_box{
	width: 1002px;
	background-color: #fff;
	margin: 0 auto;
}
.banner_box{
	width: 950px;
	height: 137px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.con_1_box{
	width: 950px;
	height: 244px;
	margin: 0 auto;
}
.picture_box{
	width:700px;
	height: 100%;
	border: 1px solid #e0dfdf;
	float: left;
}
.public_box{
	width: 232px;
	height: 100%;
	border-bottom:1px solid #e0dfdf;
	border-left:1px solid #e0dfdf;
	border-right:1px solid #e0dfdf;
	float: right;
}
.rotate_box{
	width: 340px;
	height: 224px;
	background-color: #ccc;
	margin: 9px;
	float: left;
}
.news_box{
	width: 340px;
	height: 100%;
	float: right;
}
.news_header{
	width: 100%;
	height: 32px;
	border-bottom:1px solid #e0dfdf;
	/*overflow: hidden;*/
}
.news_header li{
	float: left;
	line-height: 30px;
	font-size: 12px;
	width: 70px;
	margin-right:10px;
	text-align: center;
	cursor: pointer;
}
.news_header .news_active{
	font-weight: bold;
	color: #c2201e;
	border-bottom: 2px solid #c2201e;
}
.news_body{
	width: 100%;
	height: 165px;
}
.news_body li{
	overflow: hidden;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 10px;
	background: url(dian.png) no-repeat 1px center;
}
.news_body li .news_text{
	font-size: 12px;
	color: #333;
	float: left;
}
.news_body li .news_time{
	float: right;
	font-size: 12px;
	color: #999;
}
.news_footer{
	width: 328px;
	height: 26px;
	border: 1px solid #e0dfdf;
}
.news_foot_now{
	float: left;
	line-height:26px;
	color: #c2201e;
	font-size: 12px;
	margin-left: 10px;
}
.news_foot_text{
	line-height:26px;
	float: left;
	color: #333;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.public_now {
	padding: 0 10px;
}
.public_now li{
	padding-left: 10px;
    padding-right: 20px;
    margin-top: 10px;
    background: url(dian.png) no-repeat 1px center;
    font-size: 12px;
    color: #333;
}
.public_header{
	width: 100%;
	height: 38px;
}
.public_header li{
	width: 115px;
	height: 100%;
	border: 1px solid #e0dfdf;
	border-left: none;
	border-right: none;
	float: left;
	text-align: center;
	line-height: 38px;
}
.public_header .public_active{
	border: none;
	color: #fff;
	background: url(public_active.png) no-repeat;
}
.public_list li{
	padding-left: 25px;
	margin-top: 10px;
	height: 18px;
	line-height: 18px;
	color: #333;
	margin-left: 20px;
}
.public_list .public_list_1{
	background: url(zhinan_icon.png) no-repeat left center;
}
.public_list .public_list_2{
	background: url(pilu_icon.png) no-repeat left center;
}
.public_list .public_list_3{
	background: url(mulu_icon.png) no-repeat left center;
}
.public_list .public_list_4{
	background: url(nianbao_icon.png) no-repeat left center;
}
.public_list .public_list_5{
	background: url(shenqing_icon.png) no-repeat left center;
}
.public_img{
	width: 210px;
	height: 44px;
	margin: 0 auto;
	margin-top: 10px;
}

.con_2_box{
	width: 950px;
	height: 175px;
	margin: 0 auto;
	margin-top: 20px;	
}
.platform_box{
	width: 350px;
	height: 100%;
	border: 1px solid #e0dfdf;
	padding: 4px;
	float: left;
	margin-right: 9px;
}
.platform_top{
	width: 340px;
	height: 85px;
	border: 1px solid #e0dfdf;
}
.platform_center{
	overflow: hidden;
	margin-top: 13px;
}
.platform_center li{
	float: left;
	width: 105px;
	height: 41px;
	background-color: #ccc;
}
.platform_bottom{
	text-align: right;
	line-height: 30px;
}
.inform_box{
	width: 340px;
	height: 100%;
	float: left;
}
.inform_header{
	width: 100%;
    height: 32px;
    border-bottom: 1px solid #e0dfdf;
}
.inform_head_text{
	float: left;
	line-height: 30px;
    width: 70px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    color: #c2201e;
    border-bottom: 2px solid #c2201e;
}
.inform_more{
	float: right;
	line-height: 30px;
	color: #888888;
}
.inform_body li{
	overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    background: url(dian.png) no-repeat 1px center;
}
.inform_body li .inform_text {
    font-size: 12px;
    color: #333;
    float: left;
}
.inform_body li .inform_time {
    float: right;
    font-size: 12px;
    color: #999;
}
.leader_box{
	width: 232px;
	height: 100%;
	float:right;
	
}
.leader_header{
	width: 100%;
	height: 82px;
	border:1px solid #e0dfdf;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
}
.leader_window{
	width: 80px;
	height: 60px;
	float: left;
}
.leader_show{
	float: left;
}
.leader_list{
	overflow: hidden;
	margin: 10px 0 0 15px;
}
.leader_list li{
	float: left;
}
.leader_list .leader_li{
	width: 38px;
}
.leader_bottom{
	width: 100%;
	height: 82px;
	border:1px solid #e0dfdf;
	margin-top: 10px;
	padding: 4px;
}

.con_3_box{
	width: 950px;
	height: 180px;
	margin: 0 auto;
	border: 1px solid #e0dfdf;
	margin-top: 20px;
	background: url(handle.png) no-repeat left top;
}
.handle_head{
	overflow: hidden;
}
.handle_topimg{
	float: left;
	margin: 10px 0 0 390px;
}
.handle_toplist{
	float: right;
}
.handle_toplist li{
	float: left;
	margin:10px 7px;
}
.handle_body{
	overflow: hidden;
	margin-top: 15px;
}
.handle_body li{
	width: 141px;
	height: 120px;
	border: 1px solid #ececec;
	float: left;
	margin-left: 15px;
}
/*.handle_body li:nth-child(1){*/
	/*margin-left: 4px;*/
/*}*/

.con_4_box{
	width: 950px;
	height: 150px;
	margin: 0 auto;
}
.internal_box{
	width: 350px;
	/*height: 150px;*/
	border: 1px solid #e0dfdf;
	margin-top: 20px;
	overflow:hidden;
	background: url(internal.png) no-repeat left top;
	float: left;
	margin-right:9px;
}
.internal_head{
	overflow: hidden;
}
.internal_head li{
	width: 70px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-weight: bold;
	margin-right: 35px;
	background: url(black_down.png) no-repeat right center;
}
.internal_head .internal_active{
	color: #c2201e;
	background: url(red_down.png) no-repeat right center;
}
.internal_body{
	height:100px;
	margin-top: 15px;
}
.internal_body li{
	margin-bottom: 12px;
	width: 50%;
	float: left;
	padding-left: 25px;
}
.opinion_box{
	width: 340px;
	height: 100%;
	float: left;
	margin-top: 20px;
}
.opinion_header{
	width: 100%;
    height: 32px;
    border-bottom: 1px solid #e0dfdf;
}
.opinion_header .opinion_left{
	float: left;
}
.opinion_header .opinion_left li{
	float: left;
    line-height: 30px;
    font-size: 12px;
    width: 70px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
.opinion_header .opinion_left .opinion_active{
	font-weight: bold;
    color: #c2201e;
    border-bottom: 2px solid #c2201e;
}
.opinion_more {
    float: right;
    line-height: 30px;
    color: #888888;
    margin-right: 10px;
}
.opinion_body li {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    background: url(dian.png) no-repeat 1px center;
}
.opinion_body li .opinion_text{
    font-size: 12px;
    color: #333;
    float: left;
}
.opinion_body li .opinion_time {
    float: right;
    font-size: 12px;
    color: #999;
}
.theme_box{
	width: 230px;
	height: 100%;
	float: right;
	margin-top: 20px;
}
.theme_header{
	width: 100%;
    height: 32px;
    border-bottom: 1px solid #e0dfdf;
}
.theme_header .theme_left{
	float: left;
}
.theme_header .theme_left li{
	float: left;
    line-height: 30px;
    font-size: 12px;
    width: 70px;
    margin-right: 10px;
    text-align: center;
}
.theme_header .theme_left .theme_active{
	font-weight: bold;
    color: #c2201e;
    border-bottom: 2px solid #c2201e;
}
.theme_more {
    float: right;
    line-height: 30px;
    color: #888888;
    margin-right: 10px;
}
.theme_img1{
	width: 100%;
	height: 52px;
	background-color: #ccc;
	margin-top: 8px;
}
.theme_img2{
	width: 100%;
	height: 52px;
	background-color: #ccc;
	margin-top: 8px;
}
#wrap li{
	background:url(dian.png) 0 center no-repeat;
}