/* theme.css文件控制不同主题的颜色样式 修改布局样式请至上级css目录修改main.css文件 */

/*   -----------------------------------------------------
	基本
	----------------------------------------------------- */

body{
	background:#390;
}

/*	-------------------------------------------------------------
	焦点图
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.focus_img img{
		border:solid 1px #e0f5d7;
	}
		
	.focus_img span{
		background:#7fcd60;
	}
		
	.focus_img span a{
		color:#FFF;
	}

/*	-------------------------------------------------------------
	焦点图右侧
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		
	.topline{
		border:solid 1px #e0f5d7;
	}
	
	.topline strong a{
		color:#3a0;
	}	
	
/*	-------------------------------------------------------------
	box1
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		
	.box1{
		border:solid 1px #e0f5d7;
	}
		
	.box1 .title1{
		background:url(../images/bar_bg.gif) repeat-x;
		border-left:solid 1px #e9f8de; border-right:solid 1px #e9f8de;
	}
		
	.box1 .title1 h3{
		background:url(../images/ico1.gif) no-repeat 7px 10px;
	}
	
	.box1 .title1 h3 span{
		color:#3a0;
	}	
	
/*	-------------------------------------------------------------
	box2
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	.box2 .title2{
		border:solid 1px #ddf3d2;
	}
		
	.box2 .title22{
		background:#edfae6; border:solid 1px #f4fcf0;
	}
	
	.box2 .title22 h3{
		background:url(../images/ico1.gif) no-repeat 7px 7px;
	}
		
	.box2 .body2{
		border:solid 1px #e0f5d7;
		border-top:0;
	}	

/*	-------------------------------------------------------------
	box3
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	.box3{
		border:solid 1px #dff1d6;
	}
	
	.box3 .title3{
		background:url(../images/bar_bg.gif) repeat-x 0 -56px;
		border-right:solid 1px #f1ffeb;
	}
	
	.box3 .title3 h2{
		background:url(../images/bar_bg3.jpg) no-repeat;
	}
	
	.box3 .title3 h2 span{
		color:#3a0;
	}	
	
/*	-------------------------------------------------------------
	调查
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	.dc span input{
		background:url(../images/btn1.gif) no-repeat;
		color:#FFF;
	}
	
/*	-------------------------------------------------------------
	关于
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
		
/*	-------------------------------------------------------------
	季节 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		
	.cun, .xia, .qiu, .dong{
		background:#e4fbdc url(../images/jj_bg.gif) no-repeat 7px 0;
	}

	.cun a, .xia a, .qiu a, .dong a{
		color:#3b0; 
	}
	
	.xia{
		background-position:6px -30px;
	}
	.qiu{
		background-position:6px -62px;
	}
	.dong{
		background-position:6px -90px; margin-bottom:10px;
	}
		
/*	-------------------------------------------------------------
	概况 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.overview{
		background:#fafff7;
	}
	
	.overview div{
		border-right:dashed 1px #cdecbc;
	}					
	
	.overview div strong span{
		color:#3a0;
	}

/*	-------------------------------------------------------------
	art
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	.art1 li{
		background:url(../images/ico1.gif) no-repeat 2px -19px;
	}
	
	.art2 li{
		background:url(../images/ico1.gif) no-repeat 3px -20px;
	}
	
/*	-------------------------------------------------------------
	img_art
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	img_art2
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.img_art2{
		border-bottom:dashed 1px #ddf0d2; 
	}
		
	.lastimg {
		border-bottom:0;
		padding-bottom:8px; 
	}	
		
/*	-------------------------------------------------------------
	img_art3
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

/*	-------------------------------------------------------------
	img_box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		

/* remark -------------------------------------------*/

.remark .t {
	background:url(../images/ico_remark.gif) no-repeat 2px 0;
}

.remark li {
	border-bottom:1px dashed #ddf0d2;
}

.remark li .c1 {
	color:#3a0;
	background:url(../images/icon1.gif) no-repeat 0 -59px;
}	

.rebut .but1 {
	background:url(../images/btn2.jpg) no-repeat;
	color:#FFF;
}

/*-- 专题版权 --*/

.copyright {
	border:solid 2px #cbeebe;
}

.copyright .back {
	background:url(../images/qianban_bg2.jpg) no-repeat 278px bottom;
}

.copyright .back a{
	color:#3a0;
}