.bigImg{
	width: 100%;
	height: 300px;
	background-image: url(../images/listBanner.png);
	background-repeat: no-repeat;
	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;
}
.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 a:hover{
	text-decoration: none;
}	
.result.active{
	border-left: 10px solid #0f72ca;
	color:#0f72ca;
}
.result.active a{
	color:#0f72ca;
}	
.searchList{
	width: 902px;
	margin-top: 50px;
	float: right;
}
.showTitle{
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	font-family: "microsoft yahei Regular";
	text-align: center;
}
.showinfo{
	padding: 30px 0;
	color: #999999;
	font-size: 15px;
	font-family: "microsoft yahei Regular";
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
}
.showinfo img{
	display: inline-block;
	vertical-align: middle;
}
.showText{
	color: #333333;
	font-size: 14px;
	font-family: "microsoft yahei Regular";
	padding-bottom: 33px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 21px;
}
.returnList{
	font-size: 14px;
	font-family: "microsoft yahei Regular";
	color: #0f72ca;
}
.returnList:hover{
	text-decoration: none;
}