.others_content{
	background: #8fd3f5 url(../images/search/other_bg.jpg) center top no-repeat;
}
.others_content .content_main{
	padding-top: 56px;
	position: relative;
	z-index: 77;
	padding-bottom: 0;
	font-size: 14px;
	color: #666;
	font-family: "宋体";
}
.others_content .subnav{
	color: #74bde1;
	font-family: "微软雅黑";
}
.others_content .sub_right{
	margin-top: 35px;
	padding: 0;
}
.others_content .sub_right .breadcrumbs{
	margin-top: 50px;
}
.others_content .sub_right p.second{
	
}
.others_content .subnav a.current{
	background: url(../images/search/guide.png) center -160px no-repeat;
	background-position: 48% -160px !important;
}
.others_content .subnav a span{
	color: #74BDE1;
}
/**搜索结果**/
.search_result_details{
	padding: 60px 0;
	min-height: 450px;
	*height:450px;
	background-color: #fff;
}
.result_search{
	height: 22px;
	width: 221px;
	position: relative;
	overflow: hidden;
	background: #fff url(../images/search/result_search.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -110px;
}
.result_search .key_word{
	width: 181px;
	padding-left: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	background: none;
	height: 22px;
	line-height: 22px;
	color: #666666;
	/* vertical-align: middle; */
}
.result_search .search_btn{
	width: 31px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
	/* vertical-align: middle; */
	cursor: pointer;
}
.result_list{
	width: 656px;
	border-top: 2px solid #ccc;
	margin-top: 30px;
	padding-top: 10px;
}
.result_list li{
	/*height: 90px;*/
	border-bottom: 1px dotted #ccc;
}
.result_list li h3{
	padding-top: 5px;
}
.result_list li h3 a{
	color: #767676;
	font-size: 14px;
	line-height: 28px;
}
.result_list li h3 .key{
	font-weight: bold;
	color: #4091cf;
}
.result_list li p{
	text-indent: 2em;
	font-size: 12px;
	color: #767676;
	line-height: 24px;
}
.result_list li .msg_time{
	color: #8fd3f5;
	font-size: 12px;
	line-height: 25px;
}


@media screen and (max-width:991px){
	.others_content .content_main{ font-family: "微软雅黑";}
	.mobile_location .second{ background-image: url(../images/search/tit_bg.png);}
	.content{ background-color:#9cd8f7 !important;}
	
	.others_content .content_main{ padding-top: 0px;}
	.others_content .subnav{display: none;}
	.search_result_details{ padding: 20px 8px 10px}
	.result_list{ width: 100%;}
	#page_div{ width: 100%;}
	#page_div .pagination_index, #page_div .pagination_index_num{ margin-bottom: 5px;}
	.page_num{ height: auto;}
	
}

