@charset "utf-8";
/* CSS Document */
.bottomContents01{
	clear:both;
	background:#edede9;
	padding:30px 0;
}
.bottomContents01 img{
	display:block;
}
.bottomContents01 section{ 
	width:980px;
	background:#fff;
	padding:20px 20px 0;
	margin:0 auto 20px;
}
.bottomContents01 h2,.bottomContents_search dt{
	color:#65391b;
	font-size:16px;
	height:45px;
	line-height:50px;
	background:url(../images/search/pinpoint_bg.png) repeat-x;
	border:2px solid #d8c8b8;
	border-radius:10px;
	position:relative;
	padding-left:55px;
}
.bottomContents01 h2:before,.bottomContents_search dt:before{
	content:"";
	width:34px;
	height:59px;
	position:absolute;
	top:-5px;
	left:11px;
}
.bottomContents01 section h2:before{
	background:url(../images/common/icon_recommended.png) no-repeat;
}
.bottomContents01 ul{
	overflow:hidden;
	zoom:1;
	position:relative;
	padding:20px 0;
}
.bottomContents01 ul+ul:before{
	content:"";
	width:100%;
	border-top:4px dotted #d6d6d6;
	position:absolute;
	top:0px;
	left:20px;
}
.bottomContents01 ul+ul{
	padding:22px 0 20px;
}
.bottomContents01 li{
	float:left;
	width:224px;
	padding:0 10px;
}
.bottomContents01 li+li{
	border-left:1px solid #d4d4d1;
}
.bottomContents01 li img{
	cursor:pointer;
	margin:0  auto;
}
.bottomContents01 h3 a{
	color:#A02200;
	font-size:14px;
	word-break:break-all;
	display:inline-block;
	margin:10px 0;
}
.bottomContents01 dl{
	overflow:hidden;
	zoom:1;
	margin-top:10px;
}
.bottomContents01 dt{
	float:left;
}
.bottomContents01 dt img{
	margin-top:1px; 
}
.bottomContents01 dd{
	float:left;
	font-size:12px;
	width:203px;
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;
	padding-left:4px;
}
.bottomContents_search dl{
	background:#fff;
}
.bottomContents01 .clear{
	width:1020px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
}
.bottomContents_search{
	float:left;
	width:460px !important;
	padding:18px 20px 10px !important;
	margin:0 !important;
}
.bottomContents_search+.bottomContents_search{
	margin-left:20px !important;
}
.bottomContents_search a{
	color:#a02200 !important;
}
.bottomContents_search li span{
	margin-left:5px;
}
.bottomContents_search dt{
	color:#65391b;
	font-weight:bold;
	width:100%;
	height:46px;
	line-height:46px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:2px;
}
.bottomContents_search dt span{
	font-size:16px;
}
.bottomContents_search dt:before{
	background:url(../images/common/icon_pinpoint.png) no-repeat;
	top:-4px;
	left:11px;
}
.bottomContents_search dd{
	width:100% !important;
}
.bottomContents_search ul{
	margin-bottom:0 !important;
}
.bottomContents_search li{
	float:left;
	width:auto !important;
	margin-bottom:10px;
}
.bottomContents_search li+li{
	border:none !important;
}