.around {
	width: 100%;
	height: 450px;
	position: relative;
}
.around #map {
	height: 450px;
}

.tabBox {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 20px;
	width: 280px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.tabBox .aroundType {
	width: 100%;
	height: 44px!important;
	font-size: 0;
	background-color: #fff;
	border-radius: 2px;
}

.tabBox .aroundType li.selectTag {
	position: relative;
	background: #fff;
	font-weight: 900;
	color: #00be78;
	box-shadow: 1px 0 0 rgba(0, 0, 0, .05);
}

.tabBox .aroundType li {
	cursor: pointer;
	display: inline-block;
	width: 20%;
	line-height: 44px;
	text-align: center;
	background: #f6f6f6;
	color: #5b5b5b;
	font-size: 14px;
}

.tabBox .aroundType li.selectTag:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #00be78;
	position: absolute;
	top: 0;
	left: 0;
}

.tabBox .aroundList {
	height: 380px;
	overflow-y: auto;
	background: #fff;
}

#r-result .itemBox li {
	margin: 5px 5px 10px 5px;
}

#r-result .itemBox li a {
	margin: 0 16px;
	display: block;
	padding: 20px 5px 20px 48px;
	background: url(../map_img/place.png) no-repeat 8px center;
	position: relative;
}

#r-result .itemBox li a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

#r-result .itemBox li a h2 {
	font-size: 14px;
	color: #5b5b5b;
}

#r-result .itemBox li a p {
	font-size: 12px;
	color: #5b5b5b;
	margin-top: 6px;
}

#map div p {
	font-size: 12px !important;
	margin-top: 10px;
}
p.tip{
	width: 1220px;
	margin: 0 auto 60px;
	font-size: 12px;
	color: #898989;
	line-height: 26px;
}
        .detailpage {
            padding-bottom: 20px;
        }
        .search {
            width: 600px;
            height: 44px;
            overflow: hidden;
            margin-top: 15px;
        }

        .search input {
            float: left;
            width: 500px;
            background: #fff;
            height: 44px;
            line-height: 44px;
            padding: 0 12px;
            box-sizing: border-box;
        }

        .search .find {
            background: #00be78;
            float: left;
            width: 100px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            font-size: 18px;
            color: #fff;
        }

        .wrapper {
            padding-top: 0;
        }

        .list-box-right {
            margin-top: 56px;
        }
