div.city-news {
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding-right: 30px;
}
div.city-news div.news-list {
	width: 100%;
}
div.news-list
{
	word-wrap: break-word;
	background: #FFF;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
	height: 600px;
	overflow: auto;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#7b7f85;
}
.news-item > a {
	color: #000;
	text-decoration: none;
}
.city_title {
	font-weight: bold;
	font-size: 20px;
	color: rgb(5, 25, 69);
}
.city_title a {
	display: block;
	color: #7b7f85;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid rgb(205, 209, 218);
	float: right;
	font-size: 14px;
	padding: 10px 20px;
	position: absolute;
	top: 10px;
    right: 10px;
}
.city_title a:hover {
	background: rgb(5, 25, 69);
	color: #FFF;
	border: 1px solid rgb(5, 25, 69);
}