.place_page {
	display: flex;
	margin-top: 20px;
}
.place_left {
	width: 300px;
	height: 1120px;
	background: #eeeeee;
}

.place_area {
	/*height: 110px;*/
	margin: 30px;
}
.column_area {
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #323333;
    letter-spacing: 1.08px;
}
.place_right {
	width: 969px;
	height: 1121px;
	background: #ffffff;
	border: 2px solid #eeeeee;
	margin-left: 10px;
}
.area_list {
    margin:10px 30px;
}
.area_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}