.bigImg{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.bigImgBox{    position: absolute;
	width: 1200px;
	top: 234px;   margin: 0 auto;
   left: calc(50% - 600px);
}
.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: 20px;
	float: right;
}
.searchList li{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}
.searchList li a{
	color: #333333;
	font-size: 16px;
	display: block;
	padding-left: 80px;
	height: 100%;
	font-family: "microsoft yahei Regular";
	position: relative;
}
.searchList li a:hover{
	text-decoration: none;
}
.searchList li a .dateBox{
	width: 80px;
	position: absolute;
	left: 0;
	top: 0px;
}
.dateDay{
	color: #999999;
	font-size: 30px;
	font-family: "microsoft yahei Regular";
}
.dateD{
	margin-top: 15px;
	color: #999999;
	font-size:14px;
	font-family: "microsoft yahei Regular";
}
.newsName{
	color: #333;
	font-size: 16px;
	font-family: "microsoft yahei Regular";
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.newsPro{
	color: #999999;
	font-size:14px;
	font-family: "microsoft yahei Regular";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}
.page{
	margin-top: 45px;
	text-align: center;
}
.total{
	font-family: "microsoft yahei Regular";
	color: #333333;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.pageBox{
	display: inline-block;
	margin-left: 29px;
}
.prev,.next{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	font-family: "microsoft yahei Regular";
	color: #aaaaaa;
	font-size: 14px;
	margin-right: 10px;
	padding: 0 5px;
}

.num{
	display: inline-block;
	width:auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	font-family: "microsoft yahei Regular";
	color: #aaaaaa;
	font-size: 14px;
	margin-right: 10px;
	padding: 0 5px;
}
.currentPage{
	display: inline-block;
	font-size: 14px;
	color: #999;
}
