/*
Theme Name: m-ntd
*/
a {
	color: #000;
	outline: none;
}

.text .cat a {
	color: #fff;
}

.news {
	padding: 20px 15px;
}

.news a, .news a:visited {
	color: #000;
}

.news .block_title {
	position: relative;
	width: 100%;
	font-size: 27px;
	padding: 0 13px 30px;
}

.news .block_title span {
	position: relative;
}

.news .block_title span:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: calc(100% + 10px);
	border-bottom: 2px solid #000;
}

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

.news .sub_list {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}

.news .sub_list a:visited {
	color: #000;
}

.news .sub_list .one_cat {
	display: inline-block;
	float: left;
}

.news .sub_list .one_cat a {
	line-height: 16px;
	height: 16px;
	padding: 0 13px;
}

.news .sub_list .one_cat:nth-last-of-type(n + 2) a {
	border-right: 1px solid #000;
}

.news .one_post {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e7e7e7;
}

.news .one_post .title {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 7px;
}

.news .one_post .title a, .news .one_post .title a:visited {
	color: #0f64d1;
}

.news .one_post .title.desktop {
	display: none;
} 

.news .one_post .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 110px;
	line-height: 0;
	font-size: 0;
}

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

.news .one_post .text {
	display: inline-block;
	float: left;
	padding-left: 12px;
	width: calc(100% - 110px);
	line-height: 0;
}

.news .one_post .text.full_width {
	width: 100%;
	padding-left: 0;
}

.news .one_post .excerpt {
	font-size: 14px;
	line-height: 21px;
	color: #505050;
}

.news .one_post .date {
	text-align: right;
	color: #666;
	font-size: 12px;
	padding-top: 8px;
	line-height: 20px;
}

.news .one_post .date .highlight {
	color: #ff0000;
}

.news .one_post .img .length {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: inline-block;
	line-height: 18px;
	color: #fff;
	padding-right: 7px;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .5);
}

.news .one_post .img .triangle {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 5px 3px 0 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.news .seach_pannel form {
	position: relative;
}

.news .seach_pannel form input {
	width: 97%;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #bcbcbc;
	margin: 5px;
}

.news .seach_pannel form button[type="submit"] {
	background: none;
	border: none;
	position: absolute;
	right: 6px;
	bottom: 3px;
	top: 3px;
	outline: none;
}

.live-page .icon-video {
	line-height: 32px;
	padding-left: 10px;
}

.live-page .icon-video::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/assets/themes/ntd/images/icon/video_1.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 80%;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.live-page .json-data {
	display: none;
}

.live-page #live-box {
	vertical-align: top;
}

.livestream_player_container {
	position: relative;
	padding: 0;
	padding-top: 56.25%;
	text-align: center;
	background: #000;
	width: 100%;
	overflow: hidden;
}

.livestream_player_container #livestream_player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.livestream_player_container .vjs-theme-epoch .vjs-live-control {
	line-height: 54px;
}

.live-page #live-box .now-live {
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
	padding: 10px;
	font-size: 1.1em
}

.live-page a {
	color: #000;
	outline: none;
}

.live-page .live-channels {
	width: 100%;
	padding: 0 10px;
}

.live-page .live-channels img {
	width: 35%;
	vertical-align: top;
}

.live-page .live-channels div {
	display: inline-block;
	padding-left: 10px;
	line-height: 18px;
}

.live-page .live-channels div .now-live {
	font-size: 1.1em;
	padding: 10px 0;
}

.live-page .live-channels li {
	overflow: hidden;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #cecece;
}

.live-page .live-channels h3 {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background-color: #00afef;
	padding: 5px;
	color: #fff;
}

.live-page .live-channels .active h3:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 5px;
	right: -17px;
	border-top: 8px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00afef;
}

.json-data {
	display: none;
}

.schedule-table {
	margin: 0 auto;
	max-width: 1200px;
}

.schedule-table .main-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

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

.schedule-table .main-content .channels::-webkit-scrollbar {
	display: none;
}

.schedule-table .main-content .channels {
	background-color: #fa7502;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	overflow-y: hidden;
}

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

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

.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;
}

.schedule-table .days {
	padding: 12px 12px 0 12px;
	background-color: #f1f1f1;
	display: flex;
	justify-content: space-between;
}

.schedule-table .days label {
	text-align: center;
	padding: 6px 12px;
}

.schedule-table .days label.slick-current {
	color: #fa7502;
	background-color: #fff;
}

.schedule-table .time-table {
	padding: 0 12px;
	margin-bottom: 24px;
}

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

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

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

.schedule-table #zone {
	padding: 10px 0;
}

.schedule-table #time-zone {
	border: 1px solid #a9a9a9;
	height: 25px;
}

button {
	border: 0;
}

.slick-prev {
	left: 0;
	right: auto;
	background: url(/assets/themes/ntd/images/icon/arrow_2_L.svg) no-repeat;
	background-size: 100% 100%;
}

.slick-next {
	right: 0;
	left: auto;
	background: url(/assets/themes/ntd/images/icon/arrow_2_R.svg) no-repeat;
	background-size: 100% 100%;
}

.category-204 .main_content h1 a {
	margin-left: 20px;
}

.category-204 .mark, .category-204 .mark h3 {
	background: yellow;
	color: #000;
}

.slider {
	background-color: #828282;
	position: relative;
}

.slide {
	position: relative;
	text-align: center;
}

.slide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/assets/themes/ntd/images/bg_weekend_time.png);
	width: 100%;
}

.slide a {
	color: #fff;
}

.slick-arrow {
	cursor: pointer;
}

.slider-prev {
	left: 0;
	right: auto;
	opacity: 1;
	background: url(/assets/themes/ntd/images/icon/arrow_2_L.svg) no-repeat;
	background-size: 100%;
}

.slider-next {
	right: 0;
	left: auto;
	background: url(/assets/themes/ntd/images/icon/arrow_2_R.svg) no-repeat;
	background-size: 100%;
}

.slider-prev, .slider-next {
	top: 41%;
	position: absolute;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 40px;
}

.slider .slide img {
	width: 100%;
	height: 100%;
}

.slick-dots {
	position: absolute;
	top: 0;
	right: 18px;
	left: auto;
	list-style: none;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 30px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
	color: #c03302;
	opacity: 0.9;
}

.category-204 .main_container h1 a {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.category-204 .main_container .block_title {
	position: relative;
	width: 100%;
	padding: 0 13px 20px;
}

.category-204 .main_container .block_title span {
	position: relative;
	font-size: 24px;
}

.category-204 .main_container .block_title span:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: calc(100% + 10px);
	border-bottom: 2px solid #000;
}

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

.category-204 .video-news {
	text-align: center;
	padding: 10px;
}

.category-204 .video-news>div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 32%;
	padding: 0 5px;
	line-height: 1.2;
}

.category-204 .video-news img {
	width: 100%;
}

.category-204 .news-review {
	background: #f0f0f0;
	padding: 9px;
}

.category-204 .hot-news, .category-204 .daily-news {
	padding: 10px;
}

.category-204 .text {
	background: url(/assets/themes/ntd/images/bullet_li.gif) no-repeat 0 7px;
	padding-left: 16px;
	overflow: hidden;
}

.category-204 .text a {
	color: #042063;
	white-space: nowrap;
	overflow: hidden;
}

.category-204 .text .video-icon {
	display: inline-block;
	background: url(/assets/themes/ntd/images/ico_vid.gif) no-repeat;
	width: 18px;
	height: 11px;
	margin-left: 5px;
}

.category-204 .text small {
	color: #ff3300;
	margin-left: 5px;
}

.category-204 .daily-news {
	background: url(/assets/themes/ntd/images/bg_high_li.gif) repeat-x;
	padding-top: 6px;
}

.category-204 .tab-box {
	border: 1px solid #dce1e5;
	margin: 9px;
	background: #fff;
	padding: 9px;
}

.category-204 .tab-bar {
	font-size: 0;
}

.category-204 .tab-bar div {
	display: inline-block;
	padding: 12px 20px 20px 20px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	background: url(/assets/themes/ntd/images/Tab02_li.gif) no-repeat 0 0;
}

.category-204 .tab-bar div a {
	color: #000;
}

.category-204 .tab-box .tab-bar .active {
	display: inline-block;
}

.category-204 .tab-bar .active {
	background: url(/assets/themes/ntd/images/Tab02_cur.gif) no-repeat 0 0;
}

.category-204 .tab-bar .active a {
	color: #BA2636;
	text-decoration: underline;
}

.category-204 .tab-box .tab-bar .more {
	float: right;
	background: url(/assets/themes/ntd/images/ico_more.png) no-repeat 100% 33%;
	color: #a1a1a1;
	font-size: 14px;
	padding-right: 19px;
	padding-top: 9px;
}

.category-204 .tab-box .tab {
	display: none;
	padding-left: 4px;
}

.category-204 .tab-box .active {
	display: block;
}

.category-204 .funs {
	margin: 9px;
	padding: 9px;
	text-align: left;
}

.category-204 .funs div {
	display: inline-block;
	line-height: 1.2;
	width: 48%;
	text-align: left;
	vertical-align: top;
}

.category-204 .funs div:nth-of-type(2n+1) {
	clear: both;
}

.category-204 .funs div img {
	width: 100%;
}

.category-204 .video-news div a, .funs div a {
	color: #042063;
	font-size: 14px;
}

.category-204 .categories {
	padding: 10px;
}

.category-204 .categories .section {
	border-top: 3px solid #1d547f;
}

.category-204 .categories .section h2 {
	padding-left: 1px;
	height: 33px;
	color: #0f0f0f;
	line-height: 29px;
	border-top: 1px solid #1d547f;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
}

.category-204 .section h2 a {
	float: right;
	background: url(/assets/themes/ntd/images/ico_more.png) no-repeat 100% 46%;
	color: #a1a1a1;
	font-size: 14px;
	padding-right: 19px;
}

.category-204 .truth {
	border: 1px solid #dce1e5;
	background: #fff;
	margin: 9px;
	padding: 9px;
}

.category-204 .main_container h2, .truth h2 {
	padding: 1px 0 1px 12px;
	color: #666;
	font-size: 18px;
	line-height: 1;
	border-left: 3px solid #ff8a00;
	margin-bottom: 12px;
	text-align: left;
}

.pagination {
	display: block;
	text-align: center;
	clear: both;
	padding: 50px 0;
}

.pagination .page-numbers.current {
	background: #c51d1d;
	color: #fff;
}

.pagination .page-numbers {
	font-weight: 700;
	font-size: 13px;
	line-height: 40px;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 6px;
	text-align: center;
	text-decoration: none;
}


.category-205 .big_banner {
	display: none;
}

.category-422848 .big_banner {
	display: none;
}

.hongkong_big_banner img {
	width: 100%;
}

.hongkong.main_container .post_list {
	width: 100%;
}

.hongkong .main_content .block_title {
	display: inline-block;
	padding: 30px 0 30px;
}

.hongkong .top_post img {
	width: 100%;
}

.hongkong .top_post .left_part {
	display: inline-block;
	float: left;
	width: 100%;
}

.hongkong .top_post .right_part {
	display: inline-block;
	float: left;
	width: 100%;
}

.hongkong .top_post .right_part .img {
	line-height: 0;
}

.truth .section:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	zoom: 1;
}

.main_container.truth img {
	width: 100%;
}

.main_container.truth .section > div {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 0;
}

.truth .sub-block h2:after {
	display: block;
	content: '';
	padding-top: 3px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

.truth .section h2, .truth .block-title h2, .truth .section h2 a {
    font-size: 20px;
    font-style: normal;
    color: #003399;
    border: none;
}

.truth .section .banner {
	display:none;
 }

.truth .section .sub-block {
	padding: 30px 10px 0 10px;
	text-align: left;
}

.truth  .sub-block li {
	list-style: none;
}

.truth .sub-block li span:before {
	content: '\2022\00A0';
	dispaly: inline-block;
}

.truth .sub-block .more, .truth .video-posts .more {
	text-align: right;
}
.truth .sub-block .more a {
	color: #003399;
}

.truth .sub-block li.separator:before {
	display: block;
	content: '';
	padding-top: 3px;
	border-top: dashed 1px #ccc;
	padding-bottom: 3px;
}

.truth .video-posts {
	padding: 30px 0;
}

.truth .mid-banner {
    display: none;
}

.truth .video-posts ul {
	padding: 10px;
}

.truth .video-posts li {
	list-style-type: none;
	margin-bottom: 20px;
	width: 50%;
	float: left;
}

.truth .video-posts dl {
	margin: 0;
	padding-right: 15px;
	position: relative;
}

.truth .video-posts dt {
	position: relative;
	line-height: 16px;
}

.truth .video-posts img {
	width: 100%;
	display: block;
}

.truth .video-posts span {
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px 2px 0;
	position: static;
	display: inline-block;
	background-color: #fff; 
}

.truth .video-posts span a, .video-posts span a:hover {
	color: #e66f00;
	line-height: 20px;
}

.truth .video-posts>div {
	padding-right: 15px;
}

.truth .video-posts .block-title {
	margin: 0;
	text-align: center;
}
.truth .video-posts .block-title hr {
	border-top: 1px solid #ccc;
    width: 100%;
}

.category_big_banner img {
	width: 100%;
}


.coronavirus .row_list {
	display: inline-block;
	width: 100%;
}

.coronavirus .row_list .img {
	position: relative;
	line-height: 0;
}

.coronavirus .row_list .length {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: inline-block;
	line-height: 15px;
	color: #fff;
	padding-right: 7px;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .5);
}

.coronavirus .row_list .triangle {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 5px 3px 0 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.coronavirus .row_list .date {
	color: #666;
	font-size: 13px;
	text-align: left;
}

.coronavirus .row_list .date .highlight {
	color: #ff0000;
}

.coronavirus .row_title {
	font-weight: bold;
	font-size: 20px;
	border-left: 4px solid #6D94FF;
	padding-left: 6px;
	margin: 15px 0;
	line-height: 23px;
}

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

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

.coronavirus .one_post {
	float: left;
	width: 100%;
}

.coronavirus .row_list .img {
	width: 45%;
}

.coronavirus .row_list .text {
	font-size: 18px;
	line-height: 26px;
	width: 55%;
}

.coronavirus .row_list .top_post .img {
	width: 100%;
}
.coronavirus .row_list .top_post .text {
	font-size: 22px;
	line-height: 28px;
	width: 100%;
	padding: 10px 0 0;
}

.coronavirus .col_4 .date {
	display: inline-block;
	padding-top: 0;
}

.coronavirus .col_4 a {
	margin-right: 5px;
}

.instant_news .list_wrapper .one_post .title {
	display: inline-block;
	float: left;
	width: calc(100% - 80px)
}

.instant_news .list_wrapper .one_post .date {
	display: inline-block;
	float: left;
	width: 80px;
	padding-top: 0;
	line-height: 26px;
	text-align: left;
}