.box3{
	height: 58px;
}
.box4{
	height: calc(100% - 58px);
	overflow-y:auto;
}
.box3 ul{
	display:block;
	width:100%;
	overflow:hidden;
	padding:0 0 14px 0;
	border-bottom:1px solid #e6e6e6;
}
.box3 ul li{
	float:left;
	width:20%;
}
.box3 ul li a{
	display:block;
	width:90%;
	margin:0 auto;
	background:#fff;
	border-radius:14px;
	line-height:29px;
	font-size:13px;
	color:#333;
	text-align:center;
}
.box3 ul li a.hover{
	background:#427AFF;
	color:#fff
}
.news ul{
	display:block;
	width:100%;
	overflow:hidden;
	padding:6px 0;
}
.news ul li{
	display:block;
	width:100%;
	padding:10px 12px;
}
.news ul li a{
	font-size:15px;
	color:#333;
	font-weight:bold;
	line-height:1.4;
	display:block;
}
.news ul li span{
	display:block;
	color:#999;
	font-size:12px;
	margin-top:6px;
}
.map{
	width:100%;
	position:relative;
	overflow:hidden;
}
.map img{
	width:100%;
}
.map i{
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	background:#b3caff;
	border-radius:50%;
	text-align:center;
	line-height:32px;
	color:#427aff;
	font-style:normal;
	font-size:16px;
}
.map i.m0{
	left:20%;
	top:25%;
	background:#427aff;
	color:#fff;
}
.map i.m1{
	left:23%;
	top:38%;
}
.map i.m2{
	left:33%;
	top:52%;
}
.map i.m3{
	left:45%;
	top:64%;
}
.map i.m4{
	left:66%;
	top:61%;
}
.map i.m5{
	left:54%;
	top:75%;
}
.map i.m6{
	left:64%;
	top:88%;
}
.activity{
	padding:10px 12px 30px 12px;
}
.activity ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.activity ul li{
	display:block;
	width:100%;
}
.activity ul li h4{
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-top:8px;
}
.activity ul li h4 span{
	float:right;
	font-size:12px;
	color:#888;
	margin-top:3px;
	font-weight:500;
}
.activity ul li p{
	font-size:13px;
	color:#666;
	padding-top:5px;
	padding-bottom:12px;
	line-height:21px;
}
.activity ul li p span{
	display:inline-block;
	font-size:14px;
	color:#333;
}
.parking{
	padding:5px 12px 30px 12px;
}
.parking ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.parking ul li{
	display:block;
	width:100%;
	padding:13px 0;
	border-bottom:1px solid #e6e6e6;
}
.parking ul li h5{
	font-size:16px;
	color:#333;
}
.parking ul li p{
	padding-top:5px;
	font-size:13px;
	color:#666;
}
.parking ul li p span{
	float:right;
	display:inline-block;
}
.waited{
	padding:10px 12px 30px 12px;
}
.waited ul{
	display:block;
	width:100%;
	overflow:hidden;
}
.waited ul li{
	display:block;
	width:100%;
	font-weight:bold;
	font-size:16px;
	color:#333;
	line-height:40px;
}
.waited ul li span{
	font-size:13px;
	color:#666;
	display:inline-block;
	float:right;
	font-weight:500;
}
.dtitle{
	padding:20px 15px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.dtimes{
	font-size:14px;
	color:#999;
	padding:0 15px;
}
.dcontent{
	font-size:14px;
	color:#444;
	padding:10px 15px;
}
.dcontent p{
	text-indent:2em;
	line-height:2;
}
@media only screen and (max-width: 350px){
	.box3{
	height: 52px;
}
.box4{
	height: calc(100% - 52px);
	overflow-y:auto;
}
.box3 ul{
	display:block;
	width:100%;
	overflow:hidden;
	padding:12px 0;
	border-bottom:1px solid #e6e6e6;
}
.box3 ul li{
	float:left;
	width:20%;
}
.box3 ul li a{
	display:block;
	width:90%;
	margin:0 auto;
	background:#fff;
	border-radius:13px;
	line-height:27px;
	font-size:12px;
	color:#333;
	text-align:center;
}
.box3 ul li a.hover{
	background:#427AFF;
	color:#fff
}
}