﻿.country{
	background: #fff;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 15px;
	margin-top: 0;
	border-radius: 10px;
}
.country .country-item{
	width: 180px;
}
.country .country-item:nth-child(n+6){
	margin-top: 30px;
}
.country .country-item:not(:nth-child(5n)){
	margin-right: 40px;
}
.country .country-item a{
	display: block;
	width: 100%;
}
.country .country-item img{
	width: 100%;
	height: 90px;
}
.country .country-item p{
	text-align:center;
	color: #333;
	font-size: 18px;
	margin-top: 4px;
}