.tour_box {
	width:577px;
	height:148px;
	float:right;
	padding:10px 20px 10px 30px;
	border-left:none;
}

.tour_mini_title {
	margin-bottom: 10px;
}

.tour_map {
	text-align:left;
	font-weight:bold;
	margin-top:10px;
}

.tour_photo {
	float:left;
}
.tourism-list{
	border:1px solid #DDDDDD;
}
@media (max-width: 935px) {
	.tour_photo{
		width: 30%;
		height: auto;
	}
	.tour_box{
		width: 64%;
		padding: 10px 2% 10px 2%;
		height: auto !important;
	}
}
@media (max-width: 480px) {
	.tour_photo{
		width: 100%;
	}
	.tour_box{
		width: 94%;
	}
}