.banner{
	max-width: 1920px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
}
.banner img{
	width: 100%;
    height: 100%;
    text-align: center;
}
.walk{
	position: relative;
	background-color: #FFFFFF;
	margin: -180px auto 0;
	width: 1260px;
}
.walkTitle h1{
	font-size: 44px;
	letter-spacing: -3px;
	color: #dddddd;
	font-weight: 600;
	margin: 50px 0 32px 0; 
}
.walkTitle h1 span{
	font-size: 24px;
	font-weight: 100;
	color: #333333;
	padding: 0 20px;
	letter-spacing: 0;
}
.house{
	line-height: 20px;
	background: url(../images/house_03.png) no-repeat left 3px;
	text-indent: 16px;
	font-size: 14px;
	margin-top: 60px;
}
.house1{
	color: #666666;
}
.house2{
	color: #333333;
}
.walkNav{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	background-color: #f2f2f2;	
}
.walkNav li{
	float: left;
	line-height: 59px;
	margin: 0 25px;
}
.walkNav li a{
	font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
}
.walkNav li:hover a,.walkNav li.active a{
	color: #246ab2;
}
.walkNav li:hover,.walkNav li.active{
	border-bottom: 2px solid #005CAD;
}
/*内容*/
.listInformation{
	
}
.listInformation li{
	line-height: 63px;
	border-bottom: 1px solid #e8e8e8;
	background: url(../images/spot.jpg) no-repeat left center;
	padding-left: 20px;
}
.listInformation li a{
	font-size: 16px;
}
.listDate{
	font-size: 15px;
	color: #666666;
}
.listInformation li:hover a{
	color: #005CAD;
}
/*==page==*/
.page{margin: 70px 0 35px 0;}
.page a,
.page span{
	border:1px solid #E0E0E0;
	font-size:14px;
	padding:2px 8px;
	color: #222222;
}
.page a:hover{color:#fff;background: #005cad;}
.page form{display: inline;}
.page form input{width:30px;height:18px;}