.attractions-list .box {
	margin-bottom: 30px;
}

.attractions-list .pic {
	position: relative;
	overflow: hidden;
	float: left;
	width: 300px;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.attractions-list .img {
	padding-top: 74.33%;
	background: 50% 50% / contain no-repeat;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.attractions-list .box:hover .img {
	opacity: 0.7;
}

.attractions-list .txt {
	margin-left: 350px;
	padding: 10px 15px;
}

.attractions-list .btn.site,
.attractions-head .btn.site {
	float: right;
	background: #ddd;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.12em;
	width: 160px;
	line-height: 20px;
	border-radius: 3px;
	padding: 0 0 0 4px;
}

.attractions-list .btn.site:hover,
.attractions-head .btn.site:hover {
	background: #40C8BE;
	color: #fff;
}

.attractions-list .btn.site:before,
.attractions-head .btn.site:before {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	background: url('../images/attractions/btn_site_ic.png') no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 3px 1px 0;
}

.attractions-list .btn.site:hover:before,
.attractions-head .btn.site:hover:before {
	background-position: 0 100%;
}

.attractions-list .name {
	color: #0E5B72;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 47px;
}

.attractions-list .box:hover .name {
	color: #3FC6BE;
}

.attractions-list .divider {
	border: 0;
	border-top: 3px double #ccc;
	margin: 15px -15px;
}

.attractions-list .description {
	color: #777;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 116px;
}

.attractions-list .box:hover .description {
	text-decoration: underline;
}

.attractions-head {
	border-bottom: 3px double #ccc;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

.attractions-head .title {
	color: #0D5A72;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}

.attractions-detail .editor {
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.attractions-list .pic {
		width: 200px;
	}

	.attractions-list .txt {
		margin-left: 230px;
		padding: 5px 10px 0;
	}

	.attractions-list .divider {
		margin-left: -10px;
		margin-right: -10px;
	}

	.attractions-list .name {
		font-size: 16px;
		max-height: 41px;
	}

	.attractions-list .description {
		font-size: 14px;
		-webkit-line-clamp: 3;
		max-height: 63px;
	}
}

@media screen and (max-width: 500px) {
	.attractions-list .box {
		max-width: 310px;
		margin: 0 auto 30px;
	}

	.attractions-list .pic {
		float: none;
		width: auto;
		margin: 0 auto 12px;
	}

	.attractions-list .txt {
		margin-left: 0;
	}
}