/********** PLACE ******************************************************/
.place.lists ul.placeList{
	margin-bottom: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.place.lists ul.placeList li{
	margin-bottom:20px;
	display:flex;
	alitn-items:center;
	width:calc((100% - 80px) / 2);
}
.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.lists .detail_link:hover{
	text-decoration:none;
	background:#111;
}
.place.edit>div .submit{
	width:50%;
	margin:10px 25%;
}

.place.view>div{
	width:95%;
	margin:0 2.5% 20px;
	background:#F6F6F6;
}
.place.view .basic{
	margin-top:20px;
}
.place.view #map{
	height:400px;
	margin-bottom:0;
}
.place.view h2 .editcontrol {
    float: right;
    padding:0 10px;
}

