*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.clearFloat:after{
	display: block;
	content: "";
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.centent{
	width: 100%;
	position: relative;
}
.bigImg{
	height: 300px;
	background-image: url(/static/www.sxhkxy.com/images/bigImg.png);
	background-size: 100% 100%;
}
.bigImgBox{
	width: 1200px;
	margin: 0 auto;
	padding-top: 234px;
}
.searchresult{
	width: 240px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-color: rgba(0,67,154,.6);
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	font-family: "microsoft yahei";
}
.currentLocation{
	width: calc(100% - 240px);
	height: 50px;
	background-color: rgba(51,51,51,.5);
	float: left;
	margin-top: 16px;
	line-height: 50px;
}
.currentLocation a{color: #fff;}
.currents{
	float: left;
	margin-left: 29px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-family: "microsoft yahei";
}
.currentText{
	float: right;
	font-size: 14px;
	color: #ffffff;
	font-family: "microsoft yahei Regular";
	margin-right: 17px;
}
.center{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 90px;
}
.result_box{
	width: 240px;
}
.result{
	width: 100%;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-color: #f5f5f5;
	font-size: 20px;
	color: #333333;
	margin-bottom: 2px;
	font-family: "microsoft yahei Regular";
}
.result a{
	color: #333333;
	display: block;
}
	
.result.active{
	border-left: 10px solid #b0d032;
	color:#00439a;
}
.result.active a{
	color:#00439a;
}	
.searchList{
	width: 902px;
	float: right;
	margin-top: 50px;
}
.briefTitle{
	text-align: center;
	color: #00439a;
	font-size: 20px;
	font-weight: bold;
	font-family: "microsoft yahei";
	margin-bottom: 30px;
}
.briefText{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-family: "microsoft yahei Regular";
}
@media screen and (min-width: 320px) {
	.bigImg{
		height: 155px;
	}
	.bigImgBox{
		width: 100%;
		padding-top: 106px;
	}
	.center{
		width: 100%;
		padding: 0 15px;
	}
	.searchresult{
		width: 127px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	.currentLocation{
		width: calc(100% - 127px);
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-top: 13px;
	}
	.currents{
		display: none;
	}
	.currentText{
		font-size: 12px;
		margin-right: 11px;
	}
	.result_box{
		display: none;
	}
	.searchList{
		width: 100%;
		margin-top: 30px;
	}
	.briefTitle {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.bigImg{
		height:300px;
	}
	.bigImgBox{
		width: 100%;
		padding-top: 234px;
	}
	.searchresult {
	    height: 66px;
	    text-align: center;
	    line-height: 66px;
	    background-color: rgba(0,67,154,.6);
	    font-size: 24px;
	    color: #ffffff;
	    font-weight: bold;
	    font-family: "microsoft yahei";
	}
	.center{
		width: 100%;
		padding: 0;
	}
	.searchresult{
		width: 180px;
	}
	.currentLocation{
		width: calc(100% - 180px);
		margin-top: 16px;
		line-height: 50px;
		height: 50px;
	}
	.result_box{
		display: block;
		width: 180px;
	}
	.searchList{
		padding-right: 15px;
		margin-top: 30px;
		width: calc(100% - 210px);
	}
	.briefTitle {
		margin-bottom: 30px;
	}
	.currents{
		display: block;
	}
}
@media screen and (min-width: 1000px) {
	.bigImgBox{
		width: 1200px;
	}
	.center{
		width: 1200px;
		padding: 0;
	}
	.searchresult{
		width: 240px;
	}
	.currentLocation {
	    width: calc(100% - 240px);
	}
	.result_box{
		width: 240px;
	}
	.searchList{
		width: 902px;
		padding-right: 0;
		margin-top: 50px;
	}
	
}