a {
	color: #000;
	outline: none;
}

.json-data {
	display: none;
}

.live {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.live .top_block {
	display: inline-block;
	width: 100%;
	background: linear-gradient(90deg, #242424 0%, #151515 100%);
	margin-top: 10px;
}

.live .block_title {
	position: relative;
	width: 100%;
	font-size: 27px;
	padding: 20px 0 10px;
}

.live .block_title span:after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 0;
	width: calc(100% + 30px);
	border-bottom: 2px solid #000;
}

.live #live-box {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 70%;
	color: #fff;
}

.live #live-box .live-channels {
	padding: 10px 15px;
}

.live #live-box .live-channels ul {
	font-size: 14px;
	text-align: left;
	padding: 9px 0;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
}

.live #live-box .live-channels ul li {
	display: inline-block;
	list-style: none;
	font-size: 18px;
	margin-right: 20px;
}

.live #live-box .live-channels ul a {
	position: relative;
	padding: 8px 10px;
	line-height: 30px;
	color: #fff;
}

.live #live-box .live-channels ul a:hover {
	text-decoration: underline;
}

.live #live-box .live-channels ul .active a {
	background-color: #fff;
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

.live #live-box .youtube-channels ul li {
	display: inline-block;
	padding-right: 20px;
}

.live .aside {
	display: inline-block;
	float: left;
	width: 30%;
}

.live .time-table {
	width: 100%;
	color: #e7e7e7;
	margin-bottom: 12px;
	overflow: hidden;
}

.live .time-table #zone {
	padding: 15px 24px;
}

.live .time-table .program {
	padding: 3px 24px;
	line-height: 21px;
	font-size: 14px;
}

.live .time-table .program:first-child {
	position: relative;
	color: #fff;
}

.live .time-table .program:first-child:before {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	vertical-align: top;
	position: absolute;
	top: 8px;
	left: 11px;
}

.live .time-table .program:nth-of-type(2n) {
	background-color: #575757;
}

.live #livestream_player {
	margin-bottom: 20px;
}

.live #livestream_player video {
	object-fit: fill;
}

.live .post_list {
	display: inline-block;
	width: 100%;
}

.live .one_post img {
	width: 100%;
}

.live .one_post {
	float: left;
	width: 19.2%;
	margin-left: 1%;
}

.live .one_post:nth-of-type(5n+1) {
	margin-left: 0;
	clear: both;
}

.live .one_post .text {
	padding: 0 0 10px;
	line-height: 22px;
	font-size: 15px;
}

.live .one_post .date {
	color: #666;
	font-size: 13px;
}

.live .more {
	text-align: center;
	font-size: 15px;
}

.live .more a {
	display: inline-block;
	padding: 4px 30px;
	background-color: #eee;
	color: #000;
	font-size: 14px;
	text-align: center;
	margin: 15px 0 30px;
	text-decoration: underline;
}