h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 16px;
}

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

.news-sub {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

.top, .topics {
	display: inline-block;
	margin-bottom: 30px;
	text-align: left;
	clear: both;
	width: 100%;
}

.top .breadcrumb {
	margin-bottom: 10px;
}

.top .leftcol {
	display: inline-block;
	float: left;
	width: 70%;
	vertical-align: top;
	margin-right: 1%;
	line-height: 0;
}

.top .leftcol img {
	width: 100%;
}

.top .leftcol .wp-video {
	width: 100% !important;
}

.top .leftcol .wp-video video {
	width: 100%;
	height: 100%;
}

.aside .list-ranking {
	padding-top: 12px;
	margin-bottom: 24px;
}

.aside .list-ranking h2 {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.aside .list-ranking .content {
	display: inline-block;
	padding: 12px 5px 10px 0;
	counter-reset: section;
}

.aside .list-ranking .text {
	display: inline-block;
	width: 100%;
}

.aside .list-ranking .text a {
	display: inline-block;
	float: left;
	max-height: 60px;
	vertical-align: top;
	width: calc(100% - 25px);
	color: #000;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	border-bottom: 1px solid #bcbcbc;
	line-height: 24px;
	padding-bottom: 10px;
}

.aside .list-ranking .text a:before {
	display: inline-block;
	float: left;
	counter-increment: section;
	content: counters(section, ".") " ";
	text-align: left;
	color: #e92d0c;
	font-size: 18px;
	font-weight: bold;
	width: 25px;
	padding-left: 3px;
}

.rightcol .list-ranking {
	width: 100%;
	overflow: hidden;
}

.rightcol .list-ranking .content {
	border: none;
	width: 100%;
	padding: 3px 5px 0 10px;
	counter-reset: section;
}

.rightcol .list-ranking .text {
	width: 100%;
}

.rightcol .list-ranking .text a {
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	text-align: justify;
}

.rightcol .list-ranking .text a:before {
	display: inline-block;
	float: left;
	counter-increment: section;
	content: counters(section, ".") " ";
	text-align: left;
	color: #e92d0c;
	font-size: 18px;
	font-weight: bold;
	width: 25px;
	padding-left: 3px;
}

.rightcol .list-ranking .text a h3 {
	font-size: 15px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	text-align: justify;
}

.rightcol .list-ranking .text a h3 {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: calc(100% - 25px);
	color: #000;
	font-weight: 400;
	overflow: hidden;
	border-bottom: 1px solid #bcbcbc;
	line-height: 24px;
	padding-bottom: 10px;
}

.list-video {
	margin-bottom: 24px;
}

.list-video h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcbcbc;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}

.list-video .one_post {
	display: inline-block;
	width: 100%;
}

.list-video .one_post>div {
	display: inline-block;
	float: left;
	line-height: 23px;
	vertical-align: top;
}

.list-video .one_post .img img {
	width: 100%;
}

.list-video .content {
	display: inline-block;
	padding: 12px 5px 10px 0;
	counter-reset: section;
	overflow-y: auto;
}

.list-video .content article {
	height: 102px;
	overflow: hidden;
	padding: 5px 0;
}

.list-video .content .img {
	position: relative;
	display: inline-block;
	width: 45%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.list-video .content img {
	height: 100%;
}

.list-video .content .text {
	float: right;
	padding-left: 12px;
	height: 72px;
	overflow: hidden;
	width: 55%;
}

.list-video .content .text a:visited {
	color: #000;
}

.list-video .content .text a h3 {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.slider .image {
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 477px;
}

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

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

.slide h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	line-height: 48px;
}

.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: 4;
	outline: none;
	width: 60px;
	height: 60px;
	font-size: 0;
}

.slider .slide img {
	width: 100%;
	max-height: 485px;
}

.slick-dots {
	position: absolute;
	bottom: 18px;
	top: auto;
	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: #bcbcbc;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
}

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

.hot-video {
	display: inline-block;
	width: 33%;
	height: 489px;
	background-color: #f1f1f1;
	padding: 6px 12px 6px 18px;
}

.hot-video h2 {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	width: 100%;
	height: 42px;
	margin-bottom: 6px;
	padding: 6px 0;
	border-bottom: 1px solid #bcbcbc;
}

.hot-video .tags {
	display: none;
}

.hot-video .content {
	width: 100%;
	height: 620px;
}

.hot-video .content article {
	display: inline-block;
	width: 100%;
}

.hot-video .one_post {
	display: inline-block;
	clear: both;
	width: 100%;
}

.hot-video .img {
	display: inline-block;
	float: left;
	width: 47%;
}

.hot-video .img img {
	width: 100%;
}

.hot-video .text {
	display: inline-block;
	float: left;
	width: 53%;
	padding: 0 0 0 12px;
}

.hot-video .text a {
	max-height: 70px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.top .rightcol {
	display: inline-block;
	float: right;
	width: 28%;
	background-color: #f1f1f1;
}

.top .rightcol .list-ranking .text {
	white-space: nowrap;
	line-height: 32px;
	display: inline-block;
}

.top .rightcol .list-ranking h2 {
	border-bottom: 1px solid #bcbcbc;
	margin: 4px 15px;
}

.top .rightcol .list-ranking .text a b {
	font-size: 24px;
}

.hot-video .content {
	height: auto;
}

.topics .list-episodes {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 24px;
}

.topics .list-episodes .block_title {
	width: 100%;
	border-bottom: 2px solid #e92d0c;
	height: 35px;
	margin-bottom: 0;
	background-color: transparent;
	font-size: 26px;
}

.topics .list-episodes .content {
	display: inline-block;
	width: 100%;
}

.topics .block_title {
	height: 30px;
	line-height: 30px;
}

.topics .block_title a {
	float: left;
	font-size: 26px;
}

.topics .block_title .more {
	float: right;
	font-size: 11px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
}

.topics .list-episodes .article {
	display: inline-block;
	float: left;
	width: 19.2%;
	padding: 12px 0 30px;
	vertical-align: top;
	margin-right: 1%;
}

.topics .list-episodes .article img {
	width: 100%;
}

.article .text a {
	color: #000;
}

.article .text a h3 {
	font-weight: 400;
	line-height: 1.2;
}

.topics .list-episodes .article:nth-of-type(5n) {
	margin-right: 0;
}

.topics .list-episodes .article:nth-of-type(5n + 1) {
	clear: both;
}

.prog-group {
	background-color: #f1f1f1;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-topics: 10px;
}

.prog-group:last-of-type {
	padding-bottom: 20px;
}

.prog-group .label {
	display: inline-block;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	vertical-align: top;
}

.prog-group ul {
	display: inline-block;
	width: 81%;
}

.prog-group ul li {
	display: inline-block;
	list-style: none;
	padding-left: 10px;
}

.prog-group ul li a {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
}

.icon-hot::before {
	content: "dd";
	color: transparent;
	width: 30px;
	height: 36px;
	background-image: url(/assets/themes/ntd/images/icon/hot.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.topics .leftcol {
	display: inline-block;
}

.topics .rightcol {
	display: inline-block;
	width: 310px;
	vertical-align: top;
	padding-left: 10px;
}

.list-programs {
	clear: left;
	margin-bottom: 14px;
}

.list-programs .content {
	display: inline-block;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

.list-programs .tile-big, .list-programs .tile-sml {
	position: relative;
}

.list-programs .tile-big h3, .list-programs .tile-sml h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 7px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	white-space: break-spaces;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 29px;
	line-height: 29px;
}

.list-programs .tile-big {
	float: left;
	width: 40%;
}

.list-programs .tile-big img {
	width: 100%;
	display: block;
}

.list-programs .tile-sml {
	float: left;
	width: calc(20% - 8px);
	height: auto;
	vertical-align: top;
}

.list-programs .tile-sml.clear {
	width: 20%;
	margin-right: 0px;
	overflow: hidden;
}

.list-programs .tile-sml a {
	display: block;
	position: relative;
}

.list-programs .tile-sml img {
	display: block;
	width: 100%;
	height: calc((20vw - 15px) / 360 * 202);
	max-height: 107px;
}

.viewpast {
	text-align: center;
	color: #9699ad;
	cursor: pointer;
}

.viewpast a {
	color: #9699ad;
}

.viewpast a:hover {
	color: #0f64d1;
}

.leftmargin {
	margin-left: 8px;
	margin-bottom: 8px;
}

.hidden {
	display: none;
}

.topics .rightcol {
	width: 300px;
}

.cat-desc {
	margin-top: 10px;
	background-color: #f1f1f1;
}

.cat-desc img {
	width: 30%;
	max-width: 240px;
}

.cat-desc .txt {
	display: inline-block;
	width: 68%;
	vertical-align: top;
	padding: 0 1%;
	line-height: 1.8;
}

.cat-desc .schedule .schedule_link {
	float: right;
	color: red;
}

.list-video {
	margin-bottom: 24px;
}

.list-video h2 {
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #bcbcbc;
	font-weight: 400;
	font-size: 18px;
	font-size: 24px;
	line-height: 24px;
}

.icon-video_1::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	background-image: url(/assets/themes/ntd/images/icon/video_1.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	vertical-align: text-top;
}

.list-video .content {
	overflow-y: auto;
}

.list-video .content article {
	height: 102px;
	overflow: hidden;
	padding: 5px 0;
}

.list-video .content .img {
	position: relative;
	display: inline-block;
	width: 45%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.list-video .content .img a img {
	width: 100%;
	height: 100%;
}

.list-video .content .text {
	float: right;
	padding-left: 12px;
	height: 72px;
	overflow: hidden;
	width: 55%;
}

.list-video .content .text a h3 {
	line-height: 24px;
	font-size: 18px;
	overflow: hidden;
}

.list-video .content .text .tags {
	display: none;
}

.tag-wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 24px;
	padding-top: 15px;
}

.tag-wrap .main-container {
	display: inline-block;
	width: 100%;
}

.tag-wrap .main-wrap {
	display: inline-block;
	float: left;
	width: calc(100% - 320px);
	margin-right: 20px;
	padding-right: 20px;
}

.tag-wrap .main-wrap h2 {
	padding-bottom: 24px;
}

.tag-wrap .aside {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.tag-wrap .main-wrap article {
	border-bottom: 1px solid #f1f1f1;
	padding: 12px 0;
}

.tag-wrap .main-wrap article h3 {
	font-size: 20px;
	line-height: 24px;
}

.tag-wrap .main-wrap article .time {
	font-size: 12px;
	line-height: 24px;
}

.main_container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

.main_container .hot_topic {
	display: inline-block;
	width: 100%;
}

.main_container .hot_topic .one_topic {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.main_container .hot_topic .one_topic:nth-of-type(3n) {
	margin-right: 0;
}

.main_container .hot_topic .one_topic h3 {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	font-size: 22px;
}

.main_container .hot_topic .one_topic img {
	width: 100%;
}

.main_container .sub_container {
	display: inline-block;
	width: 100%;
}

.main_container .sub_container>div {
	display: inline-block;
	float: left;
}

.main_container .topic_cats {
	width: calc(100% - 310px);
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
}

.main_container .topic_cats>.topic_list {
	display: inline-block;
	float: left;
	width: 49%;
	margin: 10px 0;
	margin-right: 2%;
	font-size: 16px;
	background: #f3f3f3;
	padding: 0 20px 15px;
}

.main_container .topic_list:nth-of-type(2n) {
	margin-right: 0;
}

.main_container .topic_list .cat_name {
	padding: 6px 17px 5px;
	background: #666;
	margin: 0 -20px 10px;
	font-size: 18px;
}

.main_container .topic_list .cat_name a {
	color: #fff;
}

.main_container .topic_list .cat_name .more {
	float: right;
	font-size: 14px;
}

.main_container .topic_aside {
	width: 310px;
	padding-left: 10px;
}

.main_container .topic_aside>div {
	margin-bottom: 20px;
}

.main_container .topic_aside .tuidang {
	display: inline-block;
	margin: 21px 0 25px;
	padding: 13px 0;
	width: 310px;
	zoom: 1;
	background: #f3f3f3;
	border: 1px solid #ddd;
}

.main_container .topic_aside .tuidang .title {
	display: inline-block;
	float: left;
	font-weight: bold;
	color: #c0c;
	width: 50%;
	width: 24%;
	text-align: right;
}

.main_container .topic_aside .tuidang span:nth-of-type(2) {
	color: #000;
}

.main_container .topic_aside .tuidang .info {
	display: inline-block;
	float: left;
	width: 72%;
	margin-left: 4%;
}

.main_container .topic_aside .tuidang .info span {
	color: #960;
	font: 700 34px "Times New Roman", serif;
	letter-spacing: 1.5px;
}

.main_container .topic_aside .tuidang a {
	display: inline-block;
	padding: 4px 15px;
	width: 87%;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	background: #6565ca;
	background: -webkit-linear-gradient(top, #6565ca 0%, #5151a2 100%);
	background: linear-gradient(to bottom, #6565ca 0%, #5151a2 100%);
	-pie-background: linear-gradient(to bottom, #6565ca 0%, #5151a2 100%);
}

.main_container .topic_aside .dangwenhua .one_post a {
	position: relative;
}

.main_container .topic_aside .dangwenhua .one_post a:after {
	content: '';
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #4a2bbf;
	margin-left: 3px;
}

.sticky_ad {
	position: fixed;
	top: 10px;
}

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

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

.truth .sub-block h2:after {
	display: block;
	content: '';
	padding-top: 3px;
	border-top: 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;
}

.truth .section .banner {
	background-image: url(../images/flg/button_classic_bg.png);
	background-position: center -21px;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #ce6905;
	display: inline-block;
}

.truth .section>div.middle_col {
	width: 35.9%;
	padding: 0 1%;
}

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

.truth .section .left_col .sub-block {
	padding: 30px 20px 0 0;
}

.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 {
	width: 100%;
	height: 65px;
	margin: 10px auto;
	overflow: hidden;
}

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

.truth .video-posts li {
	list-style-type: none;
	margin-bottom: 20px;
	width: 20%;
	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 {
	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%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.list-programs .more {
		padding-right: 5px;
	}
}

@media only screen and (max-width:900px) {
	.search-wrap .main-wrap {
		width: 100%;
		padding-left: 12px;
	}
	.search-wrap .aside {
		display: none;
	}
	.top .leftcol {
		width: 100%;
		margin-right: 0;
	}
	.top .rightcol {
		width: 100%;
		margin-top: 30px;
	}
	.hot-video {
		padding: 6px 12px 6px 12px;
		height: auto;
	}
	.hot-video .one_post {
		float: left;
		width: calc(20% - 8px + 1px);
		margin-right: 8px;
		height: auto;
		clear: none;
	}
	.hot-video .one_post:nth-child(5) {
		margin-right: 0;
	}
	.hot-video .img {
		width: 100%;
	}
	.hot-video .text {
		width: 100%;
		padding: 0;
	}
	.top .rightcol .list-ranking .text {
		float: left;
		width: 50%;
	}
	.topics .leftcol {
		margin: 0 12px;
	}
	.list-programs .tile-big h3, 
	.list-programs .tile-sml h3 {
		font-size: 14px;
		width: 100%;
		line-height: 25px;
		height: 25px;
	}
}

/* new layout */
.news.main_container {
	width: 100%;
	text-align: center;
}

.news .main_content {
	display: inline-block;
	text-align: left;
	width: 100%;
}

.news .post_list {
	display: inline-block;
	float: left;
	width: calc(100% - 300px);
	padding-right: 40px;
}

.main_container img {
	width: 100%;
}

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

.main_container a:hover {
	color: #000;
	text-decoration: underline;
}

.main_container .breadcrumb {
	font-size: 14px;
}

.main_container .breadcrumb .separator {
	font-size: 12px;
	padding: 0 3px;
}

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

.main_container .block_title span {
	position: relative;
}

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

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

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

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

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

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

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

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

.post_list>div {
	display: inline-block;
	float: left;
}

.post_list .list_wrapper {
	width: 100%;
	padding-right: 0;
	line-height: 0;
}

.list_wrapper .one_post {
	display: inline-block;
	width: 100%;
	padding: 20px 0 15px;
	border-bottom: 1px solid #e7e7e7;
}

.list_wrapper .one_post .title {
	line-height: 26px;
	padding-bottom: 5px;
	font-size: 19px;
	letter-spacing: 0.3px;
}

.list_wrapper .one_post .title a {
	color: #0f64d1;
}

.list_wrapper .one_post .title.mobile {
	display: none;
}

.list_wrapper .one_post .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 23%;
	line-height: 0;
	font-size: 0;
	padding-right: 20px;
}

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

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

.list_wrapper .one_post .text {
	display: inline-block;
	float: left;
	width: 77%;
}

.list_wrapper .one_post .text.full_width {
	width: 100%;
}

.list_wrapper .one_post .excerpt {
	line-height: 21px;
	color: #2e2e2e;
	font-size: 15px;
}

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

.list_wrapper .one_post .date .highlight {
	color: #ec0000;
}

.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: 13px;
	background: #f1f1f1;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}

.main_container .sidebar {
	display: inline-block;
	float: left;
	width: 300px;
	vertical-align: top;
	padding-top: 35px;
}

.main_container .sidebar>div {
	margin: auto;
	margin-bottom: 10px;
}

.main_container .sidebar .block_title {
	border-top: 2px solid #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0;
	letter-spacing: -.2px;
}

.main_container .sidebar .one_post {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}

.main_container .sidebar .text {
	display: inline-block;
	float: right;
	width: 60%;
	margin-left: 3%;
	border-top: 1px solid #ccc;
}

.main_container .sidebar .text.full_width {
	width: 100%;
}

.main_container .sidebar .title {
	font-size: 15px;
	line-height: 21px;
	padding: 5px 0 0;
}

.main_container .sidebar .date {
	color: #777;
	font-size: 13px;
	padding-top: 6px;
}

.main_container .sidebar .img {
	position: relative;
	display: inline-block;
	float: right;
	width: 37%;
	display: inline-block;
	line-height: 0;
}

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

.main_container .sidebar .img .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);
}

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

.main_container .sidebar .prog_post .img {
	width: 100%;
}

.main_container .sidebar .prog_post .text {
	width: 100%;
}

.main_container .sidebar .label {
	position: absolute;
	display: inline-block;
	border: 1px solid #2c62e4;
	left: 15px;
	bottom: 15px;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

.main_container .sidebar .label .label_tag {
	display: inline-block;
	background-color: #2c62e4;
	padding: 0 5px;
	vertical-align: top;
}

.main_container .sidebar .prog_post .length {
	position: relative;
	left: auto;
	bottom: auto;
}

.sidebar .read_more {
	text-align: right;
}

.sidebar .read_more a {
	color: #666;
	text-decoration: underline;
	font-size: 14px;
}

.main_container .seach_pannel {
	margin-bottom: 12px;
	margin-top: 30px;
	width: 100%;
}

.main_container .seach_pannel form {
	position: relative;
}

.main_container .seach_pannel form input {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 6px;
}

.main_container .seach_pannel form button[type="submit"] {
	position: absolute;
	top: 4px;
	right: 6px;
	left: auto;
	bottom: 0;
}

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

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

.hongkong .top_post .left_part {
	display: inline-block;
	float: left;
	padding-right: 30px;
	width: 43%;
}

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

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

@media only screen and (max-width: 480px) {
	.truth .mid-banner {
		display: none;
	}
	.truth .section>div {
		width: 100%;
	}
	.truth .section>div.middle_col {
		width: 100;
		padding: 0;
	}
	.truth .video-posts li {
		width: 100%;
	}
}

.category_big_banner img {
	width: 100%;
}

.coronavirus.main_container {
	max-width: 1240px;
	padding: 15px 20px 30px;
}

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

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

.coronavirus .col_1 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.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: 14px;
	text-align: center;
	margin: 15px 0 30px;
	text-decoration: underline;
}

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

.coronavirus .col_1 .one_post {
	width: 19.2%;
	margin-left: 1%;
}

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

.coronavirus .row_list .text {
	padding: 5px 0 10px;
	line-height: 24px;
	font-size: 17px;
}

.coronavirus .headline .one_post {
	width: 21%;
}

.coronavirus .headline .one_post.top_post {
	width: 54%;
	margin-right: 2%;
}

.coronavirus .headline .top_post .text {
	font-size: 24px;
	line-height: 30px;
}

.coronavirus .headline .one_post:nth-of-type(2n+2) {
	margin-right: 2%;
}

.coronavirus .col_4 {
	float: left;
	width: 22.75%;
	margin-left: 3%;
}

.coronavirus .col_4:nth-of-type(4n+1) {
	margin-left: 0;
	clear: both;
}

.coronavirus .col_4 .one_post .text {
	width: 100%;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e2e2e2;
}

.coronavirus  .sidebar>div {
	display: inline-block;
	width: 100%;
}

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

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

#sticky_native {
	margin: 0 auto 12px;
	text-align: center;
	height: 120px;
}