@media screen and (max-width:767px){
	.travel_list_wrap {
		width:101%;
		height:auto;
		overflow-y:hidden;
	}
	.travel_link_wrap {
		width:100%;
		height:400px;
		margin-top:50px;
	}
	.travel_link_inner {
		width:90%;
		height:400px;
		margin:0 auto;
	}
	.travel_link_item {
		display:block;
		float:left;
		max-width:188px;
		width:32%;
		height:180px;
		border:1px solid #dfdfdf;
		margin-left:1%;
		margin-bottom:7px;
		box-sizing:border-box;
		cursor:pointer;
	}
	.travel_link_img {
		width:100%;
		height:108px;
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.travel_link_txt {
		border-top:1px solid #dfdfdf;
		width:100%;
		height:70px;
		background-color:#f2f2f2;
		text-align:center;
		box-sizing:border-box;
		padding-top:12px;
		font-family:'Microsoft Yahei';
		font-weight:200;
		color:#333;
		font-size:13px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.travel_list_wrap {
		width:100%;
		height:auto;
		overflow-y:hidden;
	}
	.travel_link_wrap {
		width:100%;
		height:400px;
		margin-top:50px;
	}
	.travel_link_inner {
		max-width:1100px;
		width:90%;
		height:auto;
		overflow-y:hidden;
		margin:0 auto;
	}
	.travel_link_item {
		display:block;
		float:left;
		max-width:188px;
		width:24.2%;
		height:180px;
		border:1px solid #dfdfdf;
		margin-left:0.8%;
		margin-bottom:7px;
		box-sizing:border-box;
		cursor:pointer;
	}
	.travel_link_first {
		clear:both;
		margin-left:0px;
	}
	.travel_link_img {
		width:100%;
		height:108px;
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.travel_link_txt {
		border-top:1px solid #dfdfdf;
		width:100%;
		height:70px;
		background-color:#f2f2f2;
		text-align:center;
		box-sizing:border-box;
		padding-top:17px;
		font-family:'Microsoft Yahei';
		font-weight:400;
		color:#333;
		font-size:14px;
	}
	.travel_link_txt.line1 {
		padding-top:25px;
	}
}
@media screen and (min-width:1024px){
	.travel_list_wrap {
		width:100%;
		height:auto;
		overflow-y:hidden;
	}
	.travel_link_wrap {
		width:100%;
		height:400px;
		margin-top:50px;
	}
	.travel_link_inner {
		max-width:1100px;
		width:90%;
		height:400px;
		margin:0 auto;
	}
	.travel_link_item {
		display:block;
		float:left;
		max-width:210px;
		width:24.2%;
		height:180px;
		border:1px solid #dfdfdf;
		margin-left:0.8%;
		margin-bottom:7px;
		box-sizing:border-box;
		cursor:pointer;
	}
	.travel_link_first {
		clear:both;
		margin-left:0px;
	}
	.travel_link_img {
		width:100%;
		height:108px;
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.travel_link_txt {
		border-top:1px solid #dfdfdf;
		width:100%;
		height:70px;
		background-color:#f2f2f2;
		text-align:center;
		box-sizing:border-box;
		padding-top:17px;
		font-family:'Microsoft Yahei';
		font-weight:400;
		color:#333;
		font-size:14px;
	}
	.travel_link_txt.line1 {
		padding-top:25px;
	}
}