.con{
	margin: 20px auto;
}
.address{
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(204,204,204,0.3);
	padding: 18px;
	margin-bottom: 20px;
}
.address .province-name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 24px;
}
.address .address-list{
	display: flex;
	flex-wrap: wrap;
}
.address .address-list li{
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.address .address-list li:first-child,
.address .address-list li:nth-child(6n+1){
	border-left: 1px solid #EEEEEE;
}
.address .address-list li:nth-child(-n+6){
	border-top: 1px solid #EEEEEE;
}
.address .address-list li a{
	width: 192px;
	height: 62px;	
	padding: 0 12px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.address .address-list li a .city-name{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.address .address-list li a span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}