﻿@charset "utf-8";
#search-home{
	display: block;
	margin-top:150px;
}
.search_content{
	width: 23.4375vw;   
    float: left;
    margin-left: 10vw;    
}
form{
    padding: 0;
    margin: 0;
}
.search{	
	width: 23.4375vw;	
	height: 3.25vh;	
	line-height: 3.25vh;
    background: #fff;
	border: 0.1851vh solid rgba(70,70,70,0.5);
	border-radius: 0px;	
    float: left;    
}
.search_key{
	width: 18.25vw;
    height: 2.7777vh;
	line-height: 3.25vh;
    background: #fff;
    font-size: 1.2vh;
    color:#777777;	
	border: 0;
   	border-radius: 0;
    float: left;	
	outline: none;	
}
.btn_submit{
	width: 3.75vw;
    height: 3.25vh;	
	line-height: 3.25vh;
    background: #000000;
    font-size: 1.5vh;
    color: #fff;
    border: 0.1851vh solid #000000;
	border-radius: 0px 0px;
	float: right;
	text-align: center;	
	outline: none;	
	
}
input{
    float:left;
}
/*搜索结果页内容*/
.search_result_content{
	width: 100vw;
	display: block;
	justify-content: center;
}
/*搜索结果栏*/
.search_resultbar{
	text-align: center;
	height: 4.6296vh;
	font-size: 1.5vw;
	width: 100vw;
}
.search_resultbar span{
	text-align: center;
	height: 4.6296vh;
	color: #FE0000;
	font-size: 1.5vw;
}
/*搜索结果列表块*/
.search_list{
	width: 75vw;	
	min-height: 37.0370vh;
	display: block;
	margin: 0 auto;
}
.search_center_content{
	width: 75vw;
	height: 18.7037vh;
	border: 1px solid rgba(98,97,97,0.30);	
	margin: 0 auto;
	position: relative;
	background: rgba(240,236,236,0.20);	
}
/*列表图片*/
.search_center_content dt:first-child{
	width:18.5185vh;
	height: 18.5185vh;
	position: absolute;
	left: 0;
	top: 0;
}
.search_center_content dt:first-child img{
	width:18.5185vh;
	height: 18.5185vh;	
}
/*列表内容标题*/
.search_center_content dt:nth-child(2){
	width: 50vw;
    height: 1.8518vh;
	position: absolute;
	left: 13.75vw;
	top: 0.9259vh;
	font-size: 1.2vw;	
}
.search_center_content dt:nth-child(2) a{	
	color: rgba(0,0,0,1.00);
}
.search_center_content dt:nth-child(2) a:hover{
	color: #FE0000;
	text-decoration: underline;
}
/*列表内容日期*/
.search_center_content dt:nth-child(3) span{
	width: 9.375vw;
    height: 1.8518vh;
	position: absolute;
	left: 62.5vw;
	top: 0.9259vh;
	font-size: 1.2vw;
	color: rgba(0,0,0,1.00);
}
/*列表内容摘要*/
.search_center_content dt:nth-child(4){
	width: 50vw;
	height: 9.2592vh;	
	position: absolute;
	left: 13.75vw;	
	top:4.6296vh;
	color: rgba(146,143,143,1.00);
	font-size: 0.8vw;
}
/*列表内容来源*/
.search_center_content dl{
	width: 50vw;
    height: 1.8518vh;
	position: absolute;
	left: 13.75vw;
	bottom: 0.9259vh;	
	font-size: 0.8vw;
	color: rgba(0,0,0,1.00);
}
.search_center_content dl a:hover{	
	color: rgba(241,36,39,1.00);
}

@media only screen and (max-width: 750px) and (min-width: 320px){
	.search_content{
		width: 90px;
		float: left;
		margin-left: 5px;   
		display: none;
    }
	form{
		padding: 0;
		margin: 0;
	}
	.search{	
		width: 90px;	
		height: 20px;	
		line-height: 20px;
		background: #fff;
		border: 2px solid #000000;
		border-radius: 0px;
		float: left;
	}
	.search_key{
		width: 30px;
		height: 20px;
		line-height: 20px;
		background: #fff;
		font-size: 8px;
		color:#ddd;	
		border: 0;
		border-radius: 0;
		float: left;
		outline: none;
	}
	.btn_submit{
		width: 20px;
		height: 20px;	
		line-height: 20px;
		background: #000000;
		font-size: 8px;
		color: #fff;
		border: 2px solid #000000;
		border-radius: 0;
		float: right;
		text-align: center;
		outline: none;
	}
	input{
		float:left;
	}
	/*搜索结果页内容*/
	.search_result_content{
		width: 100%;
		display: block;
		justify-content: center;
	}
	/*搜索结果栏*/
	.search_resultbar{
		text-align: center;
		height: 30px;
		font-size: 10px;
		width: 100%;
	}
	.search_resultbar span{
		text-align: center;
		height: 30px;
		color: #FE0000;
		font-size: 10px;
	}
	/*搜索结果列表块*/
	.search_list{
		width: 100%;		
		display: block;
		margin: 0 auto;
	}
	.search_center_content{
		width: 98%;
		height: 120px;
		border: 1px solid rgba(98,97,97,0.30);
		margin: 0 auto;
		position: relative;
		background: rgba(240,236,236,0.20);
	}
	/*列表图片*/
	.search_center_content dt:first-child{
		width:80px;
		height: 120px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.search_center_content dt:first-child img{
		width:80px;
		height: 120px;	
	}
	/*列表内容标题*/
	.search_center_content dt:nth-child(2){
		width: 280px;
		height: 18px;
		position: absolute;
		left: 90px;
		top: 2px;
		font-size: 10px;	
	}
	.search_center_content dt:nth-child(2) a{	
		color: rgba(0,0,0,1.00);
	}
	.search_center_content dt:nth-child(2) a:hover{
		color: #FE0000;
		text-decoration: underline;
	}
	/*列表内容日期*/
	.search_center_content dt:nth-child(3) span{
		width: 80px;
		height: 10px;
		position: absolute;
		left: 300px;
		top: 2px;
		font-size: 10px;
		color: rgba(0,0,0,1.00);
	}
	/*列表内容摘要*/
	.search_center_content dt:nth-child(4){
		width: 260px;
		height: 30px;	
		position: absolute;
		left: 100px;	
		top:20px;
		color: rgba(146,143,143,1.00);
		font-size: 8px;
	}
	/*列表内容来源*/
	.search_center_content dl{
		width: 160px;
		height: 20px;
		position: absolute;
		left: 90px;
		bottom: -12px;	
		font-size: 10px;
		color: rgba(0,0,0,1.00);
	}
	.search_center_content dl a:hover{
		color: rgba(241,36,39,1.00);
	}
}

