*{
	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: 924px;
	float: right;
	margin-top: 50px;
}
.searchList li{
	height: 190px;
	margin-top: 24px;
}
.searchList li:nth-child(1){
	margin-top: 0px;
}
.searchList li a{
	display: block;
	position: relative;
	padding-left: 311px;
}
.searchList li a img{
	width: 280px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
}
.leaderText{
	width: 100%;
}
.leaderName{
	color: #333333;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 17px;
}
.leaderText{
	color: #333333;
	font-size:14px;
	font-family: "microsoft yahei Regular";
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

@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;
	}
	.searchList li{
		height: 90px;
	}
	.searchList li a{
		padding-left: 168px;
	}
	.searchList li a img{
		width: 153px;
		height: 90px;
	}
	.leaderName {
		font-size: 19px;
		margin-bottom: 6px;
	}
	.leaderText{
		font-size: 12px;
		line-height: 21px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
}
@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);
	}
	.searchList li a{
		padding-left: 200px;
	}
	.searchList li a img {
	    width: 190px;
	    height: 100px;
	}
	.leaderName{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.leaderText {
	    font-size: 13px;
	    line-height: 21px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.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: 924px;
		padding-right: 0;
		margin-top: 50px;
	}
	.searchList li {
	    height: 190px;
	    margin-top: 24px;
	}
	.searchList li a{
		padding-left: 311px;
	}
	.searchList li a img {
	   width: 280px;
	   height: 190px;
	}
	.leaderName{
		font-size: 22px;
		margin-bottom: 17px;
	}
	.leaderText {
	    color: #333333;
	    font-size: 14px;
	    font-family: "microsoft yahei Regular";
	    line-height: 28px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}
}