@charset "UTF-8";

/* CSS Document */


.timeTableWrap {
	position: relative;
	z-index: 1;
}

.timeTableWrap > table {
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
}

.timeTableWrap > table > tbody {
}

.timeTableWrap > table > tbody > tr {
}

.timeTableWrap > table > tbody > tr > th {
	background-color: #3BA6F3;
	vertical-align: middle;
	color: #fff;
	width: 8.125%;
	border: 1px solid #ddd;
	border-left: 0;
	font-size: 10px;
}

.timeTableWrap > table > tbody > tr > th {
	background-color: #33A4F6;
}

.timeTableWrap > table > tbody > tr > th.isNight {
	background-color: #00468C;
}

.timeTableWrap > table > tbody > tr > td {
	border: 1px solid #ddd;
	padding: 5px;
	border-right: none;
	padding-left: 0;
}

.timeTableWrap > table > tbody > tr > td.isCurrent {
	background-color: #FFF2C1;
}

.timeTableWrap > table > tbody > tr > td:last-child {
	border-left: none;
}

.timeTableWrap > table > tbody > tr > td.-minute {
	width: 20px;
	vertical-align: top;
	padding: 5px 3px;
	text-align: center;
}

.timeTableWrap > table > tbody > tr > td.-minute > b {
	background-color: #33A4F6;
	display: block;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	position: relative;
	z-index: 1;
}

.timeTableWrap > table > tbody > tr > td.-minute > b > img {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 16px;
	left: 10px;
}

.timeTableWrap > table > tbody > tr > td.-minute.isCurrent > b > img {
	display: block;
	width: 120px;
	height: 41px;
	max-width: none;
	-webkit-animation: jump 2s ease-in-out infinite;
	animation: jump 2s ease-in-out infinite;
}
 @-webkit-keyframes jump {
 0%, 100% {
 margin-bottom:0;
}
 10% {
 margin-bottom:10px;
}
 20% {
 margin-bottom:0px;
}
 30% {
 margin-bottom:10px;
}
 40% {
 margin-bottom:0px;
}
}
 @keyframes jump {
 0%, 100% {
 margin-bottom:0;
}
 10% {
 margin-bottom:10px;
}
 20% {
 margin-bottom:0px;
}
 30% {
 margin-bottom:10px;
}
 40% {
 margin-bottom:0px;
}
}

.pg_title {
}

.pg_title > a {
	color: #0085B2;
}

.pg_title > img {
}

.pg_details {
	color: #666;
	margin: 5px 0 0;
	font-size: 11px;
}

.pg_details > br {
}

.dayDisplay {
	position: relative;
	z-index: 2;
	height: 42px;
}

.dayDisplay_inner {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
}

.dayDisplay_inner.isFixed {
	position: fixed;
	z-index: 3;
	opacity: 0.9;
}

.dayDisplay_text {
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
	/* opacity: 0.9; */
	background: rgb(251, 191, 0);
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.dayDisplay_text:after {
	content: "";
	display: block;
	position: absolute;
	right: 3%;
	top: 50%;
	z-index: 1;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	margin-top: -4px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	border-bottom: none;
	border-left: none;
}

.isShow .dayDisplay_text:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.isShow .dayDisplay_list {
	display: block;
}

.dayDisplay_list {
	list-style: none;
	display: none;
}

.dayDisplay_list > li {
}

.dayDisplay_list > li.on {
	display: none;
}

.dayDisplay_list > li > a {
	display: block;
	/* background: rgb(251, 191, 0); */
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
	/* opacity: 0.9; */
	background-color: rgb(255, 218, 99);
}

.dayDisplay_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 3%;
	top: 50%;
	z-index: 1;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

.recommend {
}

.recommend_title {
	background: #2995FF;
	line-height: 32px;
	padding: 0 10px;
	color: #fff;
}

.recommend_inner {
}

.recommend_inner > .contents {
	position: relative;
	z-index: 1;
	padding: 5px 0 5px 82px;
	min-height: 40px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #fff;
}

.recommend_inner > .contents:last-of-type {
	border-bottom: none;
}

.recommend_inner > .contents > .title {
	font-size: 13px;
	color: #006CD8;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.recommend_inner > .contents > .img {
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 40px;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	overflow: hidden;
}

.recommend_inner > .contents > .img > a {
	display: block;
}

.recommend_inner > .contents > .img > a > img {
	max-width: 100%;
}

.recommend_inner > .contents> .img > .islogo {
}

.recommend_inner > .contents > .img > .islogo > a {
}

.recommend_inner > .contents > .img > .islogo > a > img {
}

.recommend_inner > .contents > .time {
	font-size: 11px;
}

.recommend_inner .contents > .kizi {
	display: none;
}

