.json-data {
	display: none;
}

#main.schedule-table {
	margin: 0 auto;
	max-width: 1000px;
}

#main.schedule-table a, #main.schedule-table a:visited {
	color: #000;
}

#main.schedule-table .main_container {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}

#main.schedule-table .main-content {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: calc(100% - 315px);
	padding-right: 20px;
}

#main.schedule-table .main-content .channels {
	background-color: #fa7502;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	height: 48px;
	text-align: center;
	padding-top: 17px;
}

#main.schedule-table .main-content .channels label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0 7px;
}

#main.schedule-table .main-content .channels label:nth-last-of-type(n + 2) {
	border-right: 1px solid #fff;
}

#main.schedule-table .main-content .channels .active::after {
	content: "▲";
	position: absolute;
	display: block;
	top: 15px;
	left: 0;
	color: #f1f1f1;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-size: 20px;
}

#main.schedule-table .days {
	padding: 12px 12px 0 12px;
	background-color: #f1f1f1;
	text-align: center;
}

#main.schedule-table .days label {
	display: inline-block;
	text-align: center;
	padding: 6px 12px;
	font-size: 13px;
}

#main.schedule-table .days label.active {
	color: #fa7502;
	background-color: #fff;
}

#main.schedule-table .time-table {
	padding: 20px 12px;
	margin-bottom: 24px;
}

#main.schedule-table .list-am, #main.schedule-table .list-pm {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#main.schedule-table .list-am:before {
	content: '上午';
	font-size: 1.25em;
	color: #05aef3;
}

#main.schedule-table .list-pm:before {
	content: '下午';
	font-size: 1.25em;
	color: #05aef3;
}

#main.schedule-table .program .time {
	padding-right: 20px;
}

@media only screen and (max-width:1010px) {
	#main.schedule-table .main_container {
		padding: 0 15px;
	}
	
	#main.schedule-table .main-content {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width:700px) {
	#main.schedule-table .list-am, #main.schedule-table .list-pm {
		width: 100%;
	}
}

body.page-id-2 #main {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 24px;
}
main section {
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 24px;
}
.left-col {
	display: inline-block;
	float: left;
	width: 67%;
	margin-right: 3%;
}
.right-col {
	display: inline-block;
	float: left;
	width: 30%;
}
.term-metas, .term-schedules {
	float: left;
}
.term-metas .thumb {
	width: 28%;
	float: left;
	margin-right: 20px;
}
.term-metas .thumb img {
	max-width: 100%;
	margin-top: 8px;
}
.term-metas .details {
	width: 68%;
	float: left;
}
.term-schedules ul li{
	list-style: none;
	padding: 20px 0 15px;
	border-top: 1px solid #ccc;
}
.term-schedules ul li h4{
	font-size: 18px;
}

#main.schedule-table .sidebar {
	float: none;
}

#main.schedule-table.wujie_schedule .time-table {
	display: none;
}

#main.schedule-table.wujie_schedule .channels a {
	color: #fff;
}

#main.schedule-table.wujie_schedule .main-content .channels .active::after {
	top: 19px;
}

#main.schedule-table.wujie_schedule .main-content .channels {
	padding-bottom: 15px;
	height: 100%;
}

@media only screen and (max-width:600px) {
	#main.schedule-table.wujie_schedule .channels span {
		display: inline-block;
		width: 100%;
	}
	#main.schedule-table.wujie_schedule .main_container {
		padding: 0;
	}
}
