
.article_city {
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
	height: 440px;
	position: relative;
}

.article_city .image {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.no-touch .article_city .image img {
	-webkit-transition: -webkit-transform 1.0s;
	transition: transform 1.0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.no-touch .article_city:hover .image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.article_city .image img {
	width: 100%;
	height: auto;
	margin-top: -10%;
}

.article_city h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	line-height: 26px;
}

.article_city h3 a {
	color: #333;
}

.no-touch .article_city h3 a:hover {
	color: #0eaaa6;
}

.article_city p {
	padding: 10px 20px 20px 20px;
	line-height: 19px;
	color: #999;
}
