div.news-detail
{
	word-wrap: break-word;
}
.trip_picture{
	max-width:100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 17px;
}
.table_scroll table {
	border: 1px solid rgba(0,0,0,.3);
	width: 100%;
}
.table_scroll td {
	border: 1px solid rgba(0,0,0,.3);
	text-align: -webkit-center;
	padding: 5px;
}
.table_scroll th {
	border: 1px solid rgba(0,0,0,.3);
}
.img_route{
	max-width: 100%
}
ul.route_list {
	list-style-type: disc;
	margin-left: 25px;
	padding-top:10px
}
ul.route_list li {
	padding: 0;
}
.route_btn_blue{
	padding: 13px 21px;
	display: inline-block;
	text-decoration: none;
	background-color: #67c4ff;
	color: #fff;
}

