.baseMap{
	width: 100%;
	height: 300px;
	background: #fff;
}
.anchorBL{display:none;}
.infoWindowBox{
	height: 60px;
	width: 90px;
	background-color: red;
	background-size: cover;
	float: left;
	margin-top: 5px;
}
.infoWindowTitle{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.infoWindowSummary{
	width: 200px;
	height: 70px;
	overflow: hidden;
	float: right;
	line-height: 1.7em;
	color: #777;
}
.infoWindowBtn{
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 10px;
}

.infoWindowBtn>a{
	margin: 0;
	font-size: 12px;
}
.baseList{
	padding: 20px;
	padding-top: 0;
}
.card{
	border:none;
	width:260px;
	margin-bottom: 20px;
	float: left;
}
.card .card-text{
	color: #777;
}
.card a{
	font-size: 13px;
}
@media (max-width: 768px){
	.card{
		width: 100%;
		box-sizing: border-box;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}
	.baseList{
		padding-top: 20px;
	}
}
.card-body a{
	text-decoration: none;
}