@charset "utf-8";
/* CSS Document */
.search_menu{
	float:right;
	font-size:16px;
}

.search_menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.search_menu ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	color:#FFF;
	border-left:1px solid #ece9e3;
}

.search_menu ul li a{
	padding:0 20px;
	display:block;
	text-decoration:none;
	color:#6d5f53;
}

.search_menu ul li a:hover{
	color:#ece9e3;
	background:#6d5f53;
}

.search_menu_selected{
	color:#ece9e3 !important;
	background:#6d5f53;
}

.search_pro_result {
	margin: 0 50px;
	height: auto;
	overflow: hidden;
	position: relative;
	clear: both;
	padding:10px 10px;
}

.search_pro {
	width: 178px;
	padding: 10px;
	margin:10px;
	float: left;
	z-index: 3;
	border: #EAEAEA solid 1px;
}

.search_pro_tital {
	font-size: 16px;
	height: 25px;
	padding: 0;
	margin: 0;
	text-align:left;
}

.search_pro_img_outter {
	width: 175px;
	height: 230px;
	margin:0 0 5px 0;
}

.search_pro_img {
	width: 175px;
	height: 174px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.search_pro_time_category {
	width: 102px;
	height: 20px;
	position: absolute;
	padding-left: 10px;
	top: 0px;
	left: -10px;
	z-index: 2;
	background: #493b2f;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	border-bottom-right-radius:10px;
	border-right:1px solid #dbd2c5;
}

.search_pro_time {
	left: 0;
	width: 100%;
	padding: 7px 0;
	margin: 0px;
	bottom: 0px;
	text-align:center;
	font-size:12px;
	border-bottom:1px solid #EAEAEA;
	background:rgba(0,0,0,0.5);
	position:absolute;
	color:#FFF;
}

.search_pro_channel_detail {
	width: 175px;
	height: 50px;
	position: absolute;
	top: 168px;
	left: 0;
	margin:0;
	cursor:pointer;
	background: #fff;
	padding:5px 0px;
	border-bottom:1px solid #EAEAEA;
}

.search_pro_channel_detail_text {
	float: left;
	width: 110px;
	padding: 0px 0 0 5px;
	font-size: 12px;
}

.search_pro_channel_detail_img {
	float: right;
	width: 46px;
	padding: 8px 5px 0 0;
	border: none
}

.search_pro_channel_detail_img img {
	width: 46px;
}

.more {
	float: left;
	width: 110px;
	padding: 4px 0 0 5px;
	font-size: 11px;
	color: #990074;
}
.more a {
	text-decoration: none;
	color: #e03339;
	font-size: 12px;
}
.more a:hover {
	color: #6d5f53;
}

.search_pro_channel_sub {
	width: 170px;
	padding: 0px 5px;
	border: none;
	font-size: 12px;
	margin: 0 0 0 0;
}
.search_pro_channel_sub a {
	text-decoration: none;
	color: #6d5f53;
}
.search_pro_channel_sub a:hover {
	color: #e03339;
}



