.city-body{width: 100%; height: 100%; background: #fff; padding: 20px 10px;}
.city-body section article{
	height: 30px;
	font: 17px/30px "微软雅黑";
	color: #000;
	margin-bottom: 14px;
}
.city-body section ul li{
	width: 25%;
	height: 34px;
	float: left;
	text-align: center;
}
.city-body section ul li a{
	display: inline-block;
	width: 90%;
	height: 33px;
	color: #666666;
	font: 14px/32px "微软雅黑";
	border: .5px solid #666666;
}
.city-body section ul li a:hover{
	color: #fff;
	background: #23ad48;
	border: .5px solid #23ad48;
}
.tip{
	font: 14px/1.8 "微软雅黑";
	color: #CCCCCC;
	text-align: center;
}
