

.cities {
	list-style-type: none;
	clear:both;
}

.cities:after {
	content: ' ';
	display: block!important;
	clear: both!important;
	height:50px!important;
}

.cities li {
	width: 20%;
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(1, 141, 102, 1);
}

.cities li a {color:rgba(1, 141, 102, 1);}

.county {
background: rgba(1, 141, 102, 1); padding:15px 0;margin-bottom:0;color:#fff;border-radius:20px 20px 0 0;}

@media screen and (max-width:1199px) {
	.cities li {
		width: 25%;
	}
}


@media screen and (max-width:991px) {
	.cities li {
		width: 33.333%;
	}
}


@media only screen and (max-width: 767px) {
	.cities li {
		width: 50%;
	}
}



@media only screen and (max-width: 600px) {
	.cities li {
		width: 100%;
	}
}
