﻿/**********全局样式**********/
nav{
	font:1.25em/1.5em Tahoma,SimHei;
}
#referance a{
	display:inline-block;
}
#referance a:link,#referance a:visited{
	color:#00f;
}
#referance a:hover,#referance a:active{
	color:#0ff;
}
h2{
	font-size:1.5em;
	color:#0f0;
	padding-top:0;
	padding-bottom:0;
	clear:both;
}
h3{
	font-size:1.25em;
	color:#ff0;
	padding-top:0;
}
#footnav a:after{
	content:" | ";
	color:#0ff;
}
#footnav a:last-child:after{
	content:"";
}
/**********线路详情**********/
.info{
	width:100%;
	text-align:center;
	font:1em/1em Arial,SimHei;
}
.info img{
	height:1em;
	vertical-align:middle;
}
.notice{
	clear:left;
}
ol li{
	padding-left:1em;
}
ol,.time{
	float:left;
}
.time{
	padding-left:0.5em;
	font-family:SimHei,SimSung,Arial;
}
.time li{
	list-style:none;
}
.dt{
	background:url(media/dt.svg) left no-repeat;
	background-size:1em;
}
.delete{
	color:#999;
	text-decoration:line-through;
}
/**********假期安排**********/
thead{
	font:1.25em/1.5em SimHei;
	color:#0ff;
	background:#00f;
}
tbody td{
	border-top:solid 1px #fff;
	line-height:200%;
}
/**********大屏样式**********/
@media screen and (min-width:721px){
nav,nav li{
	height:1.5em;
}
#list,#back{
	width:12.5%;
}
#referance{
	width:50%;
	text-align:right;
}
#referance a{
	width:5.75em;
	display:inline-block;
	text-align:center;
}
#update{
	width:25%;
}
.wai{
	width:50%;
	float:left;
	clear:left;
}
.nei{
	width:50%;
	float:right;
	clear:right;
}
}
/**********小屏样式**********/
@media screen and (max-width:720px){
nav{
	height:1.5em;
}
nav li{
	font-size:1.125rem;
}
#list,#back{
	width:25%;
}
#referance{
	display:none;
}
#update{
	width:50%;
	text-align:center;
}
.info{
	text-align:center;
	font:1em Arial,SimHei;
}
.wai,.nei{
	float:none;
	width:100%;
}
.time{
	padding-left:0;
}
}