body,
html {
	background: #f0f0f0;
}

#TraveList {}

#TraveList ul#TraveList_ul {
	width: 100%;
}

#TraveList ul#TraveList_ul li {
	width: 378px;
	/*height: 350px;*/
	/*height: 280px;*/
	background-color: #fff;
}

#TraveList ul#TraveList_ul li div.TraveListImg {
	overflow: hidden;
}

#TraveList ul#TraveList_ul li:hover div.TraveListImg img {
	transform: scale(1.2);
	transition: 1s;
}

#TraveList ul#TraveList_ul li div.TraveListImg img {
	transform: scale(1);
	transition: 1s;
}

#TraveList ul#TraveList_ul li:nth-child(3n) {
	margin: 0 0 25px 0;
}

.TraveListImg {
	width: 100%;
	position: relative;
}

.TraveListImg>p {
	position: absolute;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, .2);
	padding: 15px 0;
	bottom: 0;
	left: 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
}

.TraveListText {
	width: 95%;
	margin: 9px auto 0;
}

.TraveListText p {
	background-size: 20px 20px;
	background-position: 0 center;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	padding: 5px 0 5px 28px;
	margin-top: 0;
}

.whoTravel {
	background: url(../images/Destination_28.jpg) no-repeat;
}

.timeTravel {
	background: url(../images/Destination_25.jpg) no-repeat;
}

.TraveListText p span {
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #7D8184;
}

footer {
	/*background: #FFF;*/
	clear: both;
}

@media only screen and (max-width: 1085px) {
	#TraveList {
		width: 100%;
		display: block;
		margin: 10px auto 0;
	}
	#TraveList ul#TraveList_ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	#TraveList ul#TraveList_ul li:nth-of-type(3n) {
		margin: 0;
	}
	#TraveList ul#TraveList_ul li {
		margin: 26px auto 15px !important;
		float: none;
		width: 48%;
		height: auto;
		/*min-height: 455px;*/
	}
}

@media only screen and (max-width: 960px) {
	#TraveList ul#TraveList_ul li {
		/*margin: 26px auto 15px !important;*/
		float: none;
		width: 48%;
		height: auto;
		/*min-height: 350px;*/
	}
}

@media only screen and (max-width: 640px) {
	#TraveList ul#TraveList_ul {
		display: block;
		width: 100%;
		flex-wrap: none;
	}
	#TraveList ul#TraveList_ul li {
		/*margin: 26px auto 15px !important;*/
		float: none;
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 1086px) {
	#TraveList {
		width: 1200px;
		display: table;
		margin: 69px auto 0;
	}
	#TraveList ul#TraveList_ul {
		display: table;
	}
	#TraveList ul#TraveList_ul li {
		margin: 0 30px 22px 0;
		float: left;
	}
}