/*-------搜尋頁-----------------------------------------------------------------------*/
/*-----搜尋內容模組----*/
.search_list {
	border-bottom: 1px dotted #717071;
	margin: 12px 0;
	padding-bottom: 10px;
}

.search_list_img img {
	width: 100%;
	height: auto;
}

.search_list h6 a {
	font-size: 18px;
	color: #333;
	font-weight: 900;
}

.search_list h6 a:hover {
	opacity: 0.5;
}

.search_right {
	text-align: left;
}

.search_Bread {
	font-size: 14px;
	color: #796A56;
}

.search_time {
	float: right;
	font-size: 12px;
	color: #A8A8A8;
}

.search_text {
	font-size: 14px;
	line-height: 20px;
	color: #777;
}

.search_tag {
	font-size: 14px;
	line-height: 20px;
	color: #888;
}

.search_tag a {
	font-size: 12px;
	line-height: 20px;
	padding: 1px 6px;
	color: #717071;
	border: 1px solid #717071;
}

.search_tag a.active {
	background-color: #717071;
	color: #FFF;
}

.search_tag a:hover {
	background-color: #717071;
	color: #FFF;
}
/*-----搜尋-主題文字-----*/
.search_theme {
	font-size: 14px;
	line-height: 26px;
	color: #231815;
	text-align: left;
	margin: 20px 0;
	background-color: #ECECED;
	padding: 20px;
}

.search_title {
	font-size: 18px;
	line-height: 26px;
	color: #796A56;
	text-align: center;
}

.search_theme_word {
	border-left: 1px solid #D2CCD4;
}

/*--搜尋結果-----*/
.search_result {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #595757;
	margin: 25px 0;
}

.search_result span {
	font-size: 20px;
	color: #434343;
}

/*-- 搜尋框------*/
.search {
	width: 80%;
	position: relative;
	margin: 20px auto 50px auto;
}

.search input {
	height: 36px;
	line-height: 36px;
	padding: 15px;
}

.searchTerm {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	/* 	border: 1px solid #f8bb06; */
	border: 1px solid #c4c4c4;
	padding: 5px;
	height: 20px;
	border-radius: 5px;
	outline: none;
	/* 	color: #9DBFAF; */
	color: #403F41;
	background-color: #fff;
}

.searchTerm:hover {
	/* 	border: 1px solid #f8bb06; */
	border: 1px solid #c4c4c4;
	color: #836B51;
}

.searchTerm:focus {
	color: #333;
}

.searchButton {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 36px;
	border: 1px solid #c4c4c4;
	background: #c4c4c4;
	/* 	border: 1px solid #f8bb06; */
	/* 	background: #f8bb06; */
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

.searchButton:hover {
	background-color: #c4c4c4;
	/* 	background-color: #f8bb06; */
	border: none;
	color: #000000;
}
/*--------*/
.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #555;
	cursor: default;
	background-color: #434343;
	border: 2px solid #434343;
	border: 0;
	color: #FFF;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border-radius: 0;
	color: #434343;
	border: 1px solid #434343;
	margin: 5px 3px;
}

.nav-tabs>li>a:hover {
	background-color: #717071;
	border: 1px solid #717071;
	color: #FFF;
}

/*===================================================================================================*/