.flight-box {
	width:100%;/*RWD用的自動寬度*/
	/*max-width:800px;*//*設計版面的預設寬度*/
	margin:0 auto;
	}
/*選單內容版面區塊*/
#tabs {
	width:100%; 
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align:center;
	overflow:hidden;
	display:inline-block;
}
#tabs li {
	width:33.3333%;
    margin: 0;
    padding: 0;
    float:left;
	border-bottom:1px solid #CCC;
	font-size:150%;
}
#tabs a	{
	width:100%;
	background: #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	color: #000000;
	float: left;
	font-size:120%;
	padding: 10px 0;
	text-decoration: none;
	outline:1px solid #FFF;
	display:inline-block;
}
#tabs #flight-current a {   
    width:100%;
    background: #07aaa0;
    text-shadow: none;   
    color: #FFF;
/*	border-radius: 6px 6px 0 0;*/
}

@media screen and (max-width: 730px) {	
#tabs li{width:50%;}
	}
/*下方內容版面區塊*/
#flight-content {
	width:50%; /*RWD用的自動寬度*/
	height:auto;
	background-color:#fff;
	position:relative;
	margin: 0 auto;
}
#flight-content ul {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:15px 0;
}
#flight-content ul li {
	padding:12px 0;
	/*_padding: 10.222px;*/
	border-bottom: 1px dotted #000000;
	list-style-position:inside;
	vertical-align:middle;
	list-style:none;
	text-align:left;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
#flight-content ul li { padding: 9.222px 0; } 
}*/
#flight-content ul li:last-child{ border:0; padding: 11px 0 0 0; text-align:left;}
#flight-content ul li a {
	width:70%;
	white-space:nowrap;
	text-overflow:ellipsis;
	/*-o-text-overflow:ellipsis;*/
	overflow: hidden;
	display:inline-block;
	color: #1e5a84;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#flight-content ul li a:hover {color:#ffa300;text-decoration: underline;}
#flight-content ul li span {
	color: #4d4d4d;
	float: right;
}
.flight-more {
	width:95%;
	height:auto;
	margin:0 0 0 11px;
	padding:10px 0;
	text-align:right;
	color:#fff;
	position:absolute;
	border-top:1px solid #6b6b6b;
	bottom:0;
}
@media screen and (max-width: 960px) {
.flight-more {
    margin: 0 0 0 23px;
}
}
@media screen and (max-width: 900px) {
.flight-more {
    bottom: -29px;
}
.flight-box {
    margin: 0 0 65px 0;
}
}
@media screen and (max-width: 768px) {
#flight-content {
	width:100%;
}
}
@media screen and (max-width: 500px) {
.flight-more {
	margin:0 0 0 11px;
	bottom: -50px;
}

.flight-more img {
	vertical-align:middle;
}
.service_box {
	width:100%;
}
.real-time {
	min-height:inherit;
	height:auto;
}
}
