.btn_box {
	margin-bottom: 20px;
	overflow: hidden;
	height: auto;
}
.main_img img {
	width: 100%;
}
.topics_box {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #c7b299;
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
	background-color: #FFF;
}


.h2_box .to_topics {
	float: right;
	width: 58px;
	margin-right: 15px;
	height: 24px;
	margin-top: 6px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f2f2f2 50%, #e6e6e6 51%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#f2f2f2), color-stop(51%,#e6e6e6), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f2f2f2 50%,#e6e6e6 51%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	border: 1px solid #ffb95c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	-moz-box-shadow: 0px -1px #b68c3c;
	-webkit-box-shadow: 0px -1px #b68c3c;
	box-shadow: 0px -1px #b68c3c;
}


.to_topics a {
	color: #736357;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	text-align: center;
	display: block;
	background-image: url(../images/index/arrow.png);
	background-size: 4px 12px;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 12px;
	padding-left: 3px;
	margin-top: 6px;
}
.topics {
	overflow: hidden;
	height: auto;
}
.topics_li  {
	min-height: 50px;
	padding-top: 18px;
	padding-bottom: 8px;
	height: auto;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	cursor: pointer;
	background-image: url(../images/index/topics_li_bg.png);
	background-size: 25px 59px;
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
.topics_li:last-child {
	border: none;
}

.topics_li .topics_img {
	height: 43px;
	width: 55px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.topics_li .day {
	font-size: 12px;
	color: #736357;
	margin-top: 5px;
}
.topics_title {
	color: #736357;
}
