body{
	background: #fff;
}
.list{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 80px 0;
}
.title{
	width: 100%;
	color: #808080;
	font-size: 14px;
}
.list-ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.list-li{
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #ccc;
}
.li-pr{
	color: #c00;
	font-weight: bold;
	margin-right: 50px;
}
.li-city{
	display: flex;
	flex: 1;
	align-items: center;
	flex-wrap: wrap;
}
.li-city a{
	margin-right: 10px;
	cursor: pointer;
}
.li-city a:hover{
	opacity: 0.8;
}