.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.gywm{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.left{
	width: 120px;
	height: 700px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	position: relative;
}
.more-city{
	width: 120px;
	line-height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.left-city{
	width: 100%;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
}
.left-city.active{
	color: #fff;
	background: #ea4848;
}
.left-city:hover{
	color: #fff;
	background: #EA4848;
}
.right{
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
.right img{
	max-width: 100%;
}