@charset "UTF-8";
#ctns {
	width: 1000px;
	margin: 40px auto;
}
#main_image {
	position: relative;
	margin-bottom: 40px;
}
#ctns #blog_btn {
	position: absolute;
	z-index: 100;
	right: 25px;
	top: 285px;
}
#t_left {
	float: left;
	width: 730px;
}
#t_left h2 {
	color: #903F2E;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}
#t_left #news_icon {
	float: left;
	margin-top: 40px;
}
#t_left #news_topic {
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	width: 615px;
}
#t_left #news_topic h3 {
	border-bottom: 5px solid #70bb47;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.48, #D5E05C),
	color-stop(1, #F9FAE9)
);
	background-image: -o-linear-gradient(bottom, #D5E05C 48%, #F9FAE9 100%);
	background-image: -moz-linear-gradient(bottom, #D5E05C 48%, #F9FAE9 100%);
	background-image: -webkit-linear-gradient(bottom, #D5E05C 48%, #F9FAE9 100%);
	background-image: -ms-linear-gradient(bottom, #D5E05C 48%, #F9FAE9 100%);
	background-image: linear-gradient(to bottom, #D5E05C 48%, #F9FAE9 100%);
	border-radius: 5px 5px 0px 0px;
	color: #693905;
	padding: 7px 5px 3px 15px;
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 20px;
}
.middle {
	vertical-align: top;
	margin-right: 5px;
}
#side #banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}