/********** PLACE ******************************************************/
.place.lists ul.placeList{
	margin-bottom: 20px;
}
.place.lists ul.placeList li{
	margin-bottom:20px;
	display:flex;
	alitn-items:center;
}
.place.lists ul.placeList li>div{
	background:#F5F5F5;
	width:calc(100% - 80px);
}
.place.lists ul.placeList li h3,
.place.lists ul.placeList li p{
	height:40px;
	display:flex;
	align-items:center;
	overflow-x:hidden;
}
.place.lists ul.placeList li h3{
	background:#E2F4F7;
	border-bottom: 0;
	white-space: nowrap;
}
.place.lists ul.placeList li h3>i{
	color:var(--main-color);
}
.place.lists ul.placeList li h3 a{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.place.lists .detail_link{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#333333;
	color:#fff;
	border-radius:5px;
	width:80px;
	height:80px;;
}
.place .flexTableWrap{
	width:95%;
	margin:10px 2.5%;
}
.place .flexTr{
	margin-bottom:5px;
	padding:0;
}
.place .flexTh,
.place .flexTd{
	padding:5px;
	word-wrap: break-word;
	min-height:40px;
	width:100%;
	height:auto;
}
.place .flexTh{
	background:#ddd;
}
.place .flexTd{
	
}
.place.view #map{
	height:300px;
	margin-bottom:0;
}