html,body {
	margin:0;
	height:100%;
}
body > #cts_outline {height:auto;}

#outline {
	margin:0;
	width:780px;
	background-color:#689A67;
}
#cts_outline {
	margin:0;
	width:780px;
  min-height: 840px;
  height: auto !important;
  /*height: 100%;*/
	background-color:#689A67;
}
.center_white {
	margin:0;
	width:621px;
	background-color:#FFFFFF;
	padding-left:5px;
}
.cts_center_white {
	margin:0;
	width:626px;
	background-color:#FFFFFF;
  min-height: 840px;
  height: auto !important;
  /*height: 100%;*/
	padding-bottom:30px;
}
.news_block {
	width:375px;
	min-height:100px;
	margin:5px 25px 15px 20px;
	padding:10px;
	float:left;
	background-color:#FFFFCC;
}
.news_date {
	background-image:url("img/arrow.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	border-bottom:dashed 1px #CCCC66;
	padding: 3px 0 3px 10px;
	width:75px;
	font-size:12px;
}
.news_title {
	width:300px;
	padding: 3px 0 3px 0px;
	border-bottom:dashed 1px #CCCC66;
	font-size:14px;
	font-weight:bold;
}
.index_title {
	margin-top:10px;
}
.index_img {
	float:right;
	margin:5px 20px 5px -25px;
}
.news_more {
	width:566px;
	font-size:12px;
	text-align:right;
}
.m_img{
	text-align:center;
	margin-bottom:10px;
}


/* news */
#cts_outline h1,#cts_outline h2{
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
	#cts_outline h1 span{
		display:none;
	}
#cts_outline h2.news_ti{
	width:626px;
	margin:0;
	padding:0;
	height:150px;
	background-image:url("img/news_title.jpg");
}
.h3_title{
	font-size:14px;
	margin:20px 20px 10px 20px;
	padding:5px 10px 4px 35px;
	background:url(img/h3_title.gif) no-repeat 0 0;
	color:#222222;
}
	.h3_title span{
		font-size:14px;
		color:#FFFFFF;
		margin-right:15px;
	}
.news_box{
	margin:0 20px;
}	
	.left_img{
		float:left;
		margin-right:10px;
		border:solid #CCCCCC 1px;
	}
	.right_img{
		float:right;
		margin-left:10px;
		border:solid #CCCCCC 1px;
	}
.page_area{
	margin:10px auto;
	text-align:center;
}	
ul.news_page{
	margin:0 ;
	padding:0;
	list-style:none;
}
	ul.news_page li{
		margin:0 ;
		list-style:none;
		list-style-position:outside;
		display:inline;
	}
		ul.news_page li a{
			padding:0px 4px 0px 7px;
			color:#376637;
			text-decoration:none;
		}
		ul.news_page li a:hover{
			padding:0px 4px 0px 7px;
			background-color:#376637;
			color:#FFFFFF;
		}

