/*
Theme Name: ntd
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntd
This theme, is licensed under the GPL.
*/
button {
	background: none;
	outline: none;
}

a:visited {
	color: #000;
}

.one_post .img {
	line-height: 0;
}

.ntd_logo h1>span { 
	display: none;	
}

.main {
	font-size: 16px;
}

.main .top_block {
	text-align: center;
	padding: 0 0 10px;
	background: #000b38;
	background-image: url(/assets/themes/ntd/images/top_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left -132px;
	background-size: 1px;
}

.main .container {
	display: inline-block;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

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

.main .top_block .container {
	position: relative;
}

.main .top_block .instant_news {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(70% - 30px);
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border-top: 1px solid #1c6fe5;
	padding: 6px 0;
}

.main .top_block .instant_news>div {
	display: inline-block;
	float: left;
}

.main .top_block .instant_news .block_title {
	width: 80px;
}

.main .top_block .instant_news .one_post {
	width: calc(100% - 80px);
}

.main .top_block .instant_news a {
	color: #fff;
}

.main .top_block .instant_news .hide {
	display: none;
}

.main .top_block .slider_wrap {
	position: relative;
	padding-right: 30px;
	margin-top: 44px;
	width: 70%;
}

.main .top_block .slider_wrap .more {
	text-align: center;
}

.main .top_block .slider_wrap .more a {
	color: #fff;
}

.main .top_block .slide {
	position: relative;
	list-style: none;
}

.main .top_block .slide .title {
	width: 100%;
	font-size: 29px;
	text-align: center;
	background-color: rgba(17, 96, 201, 0.9);
	border-top: 2px solid #fff;
	display: -webkit-box !important;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.main .top_block .slide .title a {
	display: -webkit-box !important;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.slide.not-first {
	display: none;
}

.slider-nav {
	height: 64px;
	overflow-y: hidden;
}

.main .top_block .slider-nav .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

.main .top_block .slick-arrow {
	cursor: pointer;
	font-size: 0;
}

.main .top_block .slider-prev {
	left: 10px;
	background: url(/assets/themes/ntd/images/icon_arrow_left.png) no-repeat;
}

.main .top_block .slider-next {
	right: 0;
	background: url(/assets/themes/ntd/images/icon_arrow_right.png) no-repeat;
}

.main .top_block .slider-prev, .slider-next {
	top: 41%;
	position: absolute;
	z-index: 15;
	outline: none;
	width: 35px;
	height: 60px;
	font-size: 0;
	color: #fff;
}

.main .top_block .slider-nav {
	padding-top: 10px;
}

.main .top_block .slider-nav .slide {
	margin: 0 3px;
	padding-bottom: 6px;
}

.main .top_block .slider-nav .slick-current {
	border-bottom: 4px solid #f7c623;
}

.main .top_block .today_pickup {
	color: #fff;
	width: 30%;
}

.main .top_block .today_pickup .pickup_container {
	background: #fff;
}

.main .top_block .today_pickup .block_title {
	font-weight: bold;
	line-height: 37px;
	height: 37px;
	margin-bottom: 8px;
	background: #1054c1;
	padding: 0 15px;
}

.main .top_block .today_pickup .block_title a {
	color: #fff;
}

.main .top_block .today_pickup .block_title .more {
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.main .top_block .today_pickup .one_title {
	min-height: 27px;
	max-height: 54px;
	overflow: hidden;
	letter-spacing: 0.1px;
	padding: 0 15px;
	margin: 4px auto;
}

.main .top_block .today_pickup .one_title:before {
	content: '\2022';
	color: #000;
}

.main .top_block .pickup_video .video_block_title {
	font-weight: bold;
	line-height: 37px;
	height: 37px;
	margin-bottom: 8px;
	margin: 0 15px 0;
	border-top: 1px solid #000;
}

.main .top_block .pickup_video .video_block_title .more {
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.main .top_block .pickup_video .one_post {
	display: inline-block;
	width: 100%;
	padding: 0 15px 8px;
}

.main .top_block .pickup_video .one_post>div {
	display: inline-block;
	float: left;
}

.main .top_block .pickup_video .img {
	position: relative;
	width: 37.2%;
}

.main .top_block .pickup_video .img:after {
	content: '';
	background-color: #ee2e29;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
}

.main .top_block .pickup_video .img:before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 3px;
	width: 0;
	height: 0;
	z-index: 3;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
}

.main .top_block .pickup_video .text {
	padding: 0 0 0 12px;
	width: 62.8%;
	max-height: 43px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .top_block .pickup_video .text a {
	max-height: 43px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main.city .pickup_video .text a {
	color: #fff;
}

.main .truth_block {
	text-align: center;
	padding: 15px 0 20px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 13px 0px rgba(186, 184, 184, 0.49);
}

.main .truth_block .newsletter {
	font-size: 18px;
	width: 260px;
}

.main .truth_block .newsletter .block_title {
	margin-bottom: 5px;
}

.main .truth_block .newsletter .btn {
	padding: 3px 51px;
	background-color: #0f64d1;
	color: #fff;
	border-radius: 4px;
	font-weight: 300;
	cursor: pointer;
}

.main .truth_block .truth_wrap {
	padding-left: 27px;
	border-left: 1px solid #e7e7e7;
	width: calc(100% - 270px);
}

.main .truth_block .nine_ping {
	font-size: 18px;
	padding-bottom: 9px;
}

.main .truth_block .tuidang {
	background-color: #f9c523;
	padding: 7px 20px;
	border-radius: 3px;
	margin-right: 5px;
}

.main .truth_block .read_jiuping {
	background-color: #e0cd92;
	padding: 7px 25px;
	border-radius: 3px;
	margin-right: 5px;
}

.main .truth_block .tuidang_count {
	font-size: 18px;
	color: #ec0000;
	font-weight: bold;
}

.main .truth_block .truth_links a {
	border-bottom: 1px solid;
	margin-right: 3px;
}

.main .main_block {
	text-align: center;
}

.main .main_block a, .main .main_block a:visited {
	color: #000;
}

.main .main_block .container {
	position: relative;
}


.main .main_block .news_wrap {
	position: relative;
	width: calc(100% - 315px);
}

.main .main_block .news_wrap .text {
	position: relative;
	font-weight: 400;
}

.main .main_block .news_wrap .length {
	display: inline-block;
	line-height: 18px;
	height: 21px;
	color: #666;
	padding-right: 7px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #666;
	border-radius: 3px;
	margin-left: 5px;
	width: 57px;
}

.main .main_block .news_wrap .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 #666;
}

.main .main_block .topic_list {
	display: inline-block;
	float: left;
	width: 215px;
	padding-right: 15px;
	border-right: 1px dotted #b4b2b2;
}

.main .topic_list .block_title {
	font-size: 18px;
}

.main .topic_list .block_title a {
	color: #0f64d1;
}

.main .topic_list .block_title span {
	position: relative;
}

.main .topic_list .block_img {
	display: inline-block;
	float: left;
	width: 60px;
}

.main .topic_list .block_img:before {
	content: '';
	background: url(/assets/themes/ntd/images/icon_trump.png) no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.main .topic_list .block_img+.block_title {
	display: inline-block;
	width: calc(100% - 60px);
	float: left;
}

.main .topic_list .block_title span:after {
	content: '';
	position: absolute;
	bottom: 6px;
	right: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #0f64d1 transparent transparent transparent;
}

.main .topic_list .block_title a.more {
	color: #666;
	float: right;
	font-size: 14px;
	padding-top: 5px;
	font-weight: 300;
}

.main .topic_list .block_title:nth-of-type(2) {
	margin-top: 10px;
}

.main .topic_list .block_title:nth-of-type(n+3) {
	margin-top: 20px;
}

.main .topic_list .text {
	border-bottom: 1px dotted #b4b2b2;
	padding: 7px 0;
	line-height: 21px;
	font-size: 15px;
	clear: both;
}

.main .topic_list .text:last-child {
	border-bottom: none;
}

.main .topic_list .topic_prog .block_title {
	border-bottom: none;
}

.jingwen {
	padding-bottom: 4px;
	text-align: center;
}

.jingwen .heading {
	background: #1054c1;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.jingwen .heading a {
	color: #fff!important;
}

.jingwen .item {
	padding: 6px 0;
	background: #FFF9E9!important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	border-bottom: 1px solid #E5CFB8;
}

.jingwen .sharing {
	padding: 10px 0 3px 0;
	background: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.jingwen .sharing a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
}

.jingwen .sharing a span {
	float: right;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	padding: 2px 12px 0 0;
}

.jingwen .item2 {
	padding: 4px 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #E5CFB8;
}

.jingwen .item2:last-of-type {
	border-bottom: none;
}

.main .topic_list .one_post {
	margin-bottom: 20px;
	line-height: 21px;
	font-size: 15px;
}

.main .topic_list .reviews .text {
	position: relative;
	padding-left: 20px;
}

.main .topic_list .reviews .text:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #0f64d1;
}

.main .daily_headline {
	display: inline-block;
	float: right;
	width: calc(100% - 215px);
	padding: 0 15px;
}

.main .daily_headline .block_title {
	color: #0f64d1;
	font-size: 27px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 18px;
}

.main .daily_headline .sub_block_title {
	margin-bottom: 10px;
}

.main .daily_headline .delimiter {
	padding: 0 3px;
}

.main .daily_headline .block_title a {
	color: #0f64d1;
}

.main .daily_headline .ccp_virus {
	display: inline-block;
	background: #DC2A2A;
	padding: 0 5px;
	color: #fff !important;
	margin-right: 8px;
}

.main .daily_headline .one_post {
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 23px;
}

.main .daily_headline .one_post {
	display: flex;
	width: 100%;
	max-height: 24px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: 0.1px;
}

.main .daily_headline .one_post a {
	display: inline-block;
	max-width: 380px;
	overflow: hidden;
}

.main .daily_headline .one_post .date {
	color: #ec0000;
	font-size: 13px;
	margin-right: 3px;
	white-space: nowrap;
}

.main .daily_headline .break_line {
	clear: both;
	margin: 8px 0;
	border-bottom: 1px dotted #b4b2b2;
}

.main .daily_headline .read_more {
	text-align: center;
	padding: 20px 0 0;
}

.main .daily_headline .read_more a {
	color: #666;
	font-size: 14px;
	padding-top: 5px;
	font-weight: 300;
	text-decoration: underline;
}

.main .prog_list {
	display: inline-block;
	width: 100%;
	border-top: 1px dotted #b4b2b2;
	margin-top: 30px;
	padding-right: 15px;
}

.main .prog_list .block_title {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #0f5acd;
	padding: 10px 0;
}

.main .prog_list .block_title a {
	color: #0f5acd;
}

.main .prog_list .one_post {
	display: inline-block;
	float: left;
	width: 32%;
	margin-left: 2%;
	padding-bottom: 25px;
	line-height: 21px;
}

.main .prog_list .one_post:nth-of-type(3n-1) {
	margin-left: 0;
	clear: both;
}

.main .prog_list .one_post .cat_name {
	padding: 5px 0 10px;
}

.main .prog_list .one_post .cat_name a {
	color: #0f5acd
}

.main .prog_list .one_post .cat_name a.more {
	color: #b4b0b0;
	float: right;
	font-size: 14px;
	font-weight: 300;
}

.main .prog_list .one_post .text {
	display: -webkit-box !important;
	height: 50px;
	line-height: 21px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 5px 0;
	border-bottom: 1px dotted #b4b2b2;
}

.main .one_post.ntd_video .img {
	position: relative;
}

.main .one_post.ntd_video .img:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 2px;
	background: url(/assets/themes/ntd/images/icon_play.png) no-repeat center center;
	background-size: 100%;
}

.main .truth_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.main .truth_list .sub_block_title span {
	position: relative;
	color: #0f64d1;
}

.main .truth_list .sub_block_title span:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #007bff transparent transparent transparent;
}

.main .truth_list .one_post.big {
	display: inline-block;
	float: left;
	width: 56%;
}

.main .truth_list .one_post.big .title {
	font-size: 22px;
	line-height: 26px;
	padding-top: 10px;
}

.main .truth_list .one_post.big .excerpt {
	font-size: 14px;
	padding: 10px 0;
}

.main .truth_list .one_post.small {
	display: inline-block;
	float: left;
	width: 44%;
	padding: 0 15px;
	padding-bottom: 15px;
}

.main .truth_list .one_post.small .img {
	display: inline-block;
	float: left;
	width: 37.2%;
	line-height: 0;
}

.main .truth_list .one_post.small .title {
	float: left;
	font-size: 15px;
	line-height: 21px;
	padding: 0 0 0 12px;
	width: 62.8%;
	height: 43px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .truth_list .excerpt {
	line-height: 23px;
}

.main .tradition_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0 20px;
}

.main .tradition_list .sub_block_title span {
	position: relative;
	color: #0f64d1;
}

.main .tradition_list .sub_block_title span:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #007bff transparent transparent transparent;
}

.main .tradition_list .one_post.small {
	display: inline-block;
	float: left;
	width: 50%;
	padding-right: 15px;
	padding-bottom: 15px;
}

.main .tradition_list .one_post.small:nth-of-type(2n+2) {
	clear: both;
}

.main .tradition_list .one_post.small .img {
	display: inline-block;
	float: left;
	width: 37.2%;
	line-height: 0;
}

.main .tradition_list .one_post.small .title {
	float: left;
	font-size: 15px;
	line-height: 21px;
	padding: 0 0 0 12px;
	width: 62.8%;
	height: 43px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .news_list {
	padding-right: 15px;
	padding-bottom: 100px;
	line-height: 0;
}

.main .news_list .cat_name {
	margin-top: 20px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #b4b2b2;
}

.main .news_list .cat_name:first-child {
	margin-top: 10px;
}

.main .news_list .cat_name a {
	font-size: 24px;
	font-weight: bold;
	color: #0f5acd;
}

.main .news_list .cat_name a.more {
	color: #666;
	font-size: 14px;
	padding-top: 2px;
	font-weight: 300;
	margin-left: 10px;
}

.main .news_list .one_post {
	display: inline-block;
	width: 100%;
}

.main .news_list .one_post>div {
	display: inline-block;
	float: left;
}

.main .news_list .one_post .img {
	width: 45%;
	margin-right: 2%;
}

.main .news_list .one_post .text {
	float: right;
	width: 53%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #b4b2b2;
}

.main .news_list .one_post .text:not(.big) {
	display: -webkit-box !important;
	max-height: 30px;
	line-height: 26px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.main .news_list .one_post .text:last-child {
	margin-bottom: 0;
}

.main .news_list .one_post .text.big {
	font-size: 20px;
	line-height: 26px;
}

.main.city .top_block .slider_wrap {
	margin-top: 0;
}

.main.city .post_list {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}

.main.city .post_list .one_post {
	display: inline-block;
	float: left;
	width: 24%;
	margin-right: 1%;
}

.main.city .post_list .one_post .text {
	padding: 5px 0 25px;
	line-height: 23px;
}

.main.city .post_list .one_post:nth-of-type(4n+1) {
	clear: both;
}

.main.city .pagination {
	display: block;
	text-align: center;
	clear: both;
	padding: 50px 0;
	width: 100%;
}

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

.main.city .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 .sticky-right-ad {
	background-color: white;
	z-index: 10;
	position: fixed;
	top: 0px;
}

.main .shenyun_creation .block_title {
	position: relative;
}
.main .shenyun_creation .block_title > span {
	position: absolute;
	top: 25px;
}
.shenyun_creation .block_title img {
	max-width: 40%;
}
.main .shenyun_creation .sub_cat {
	margin-right: 7px;
	margin-left: 7px;
	font-family: "Open Sans", sans-serif;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
}
.main .shenyun_creation .post_list {
	display: inline-block;
	width: 100%;
}
.main .shenyun_creation .post_list .one_post {
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 31%;
	float: left;
}
.main .shenyun_creation .post_list .one_post:nth-child(3n) {
	margin-right: 0;
}
.main .shenyun_creation .post_list .title {
	height: 50px;
}

@media only screen and (max-width: 1000px) {
	.main .container {
		padding: 0 15px;
	}
	.main .top_block .instant_news {
		left: 15px;
		width: calc(70% - 45px);
	}
	.main .truth_block .newsletter {
		width: 250px;
	}
	.main .truth_block .truth_wrap {
		width: calc(100% - 250px);
	}
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
	.main .top_block .today_pickup .one_title {
		min-height: 27px;
		max-height: 81px;
	}
}

@media only screen and (max-width: 800px) {
	.main .truth_block .newsletter {
		width: 220px;
	}
	.main .truth_block .truth_wrap {
		width: calc(100% - 220px);
	}
	.main .top_block .instant_news {
		width: 95%;
		left: 15px;
	}
	.main .top_block .slider_wrap {
		width: 100%;
		padding-right: 0;
	}
	.main .top_block .today_pickup {
		width: 100%;
		margin-top: 30px;
	}
	.main .top_block .pickup_video .one_post {
		float: left;
		width: 50%;
		border-bottom: none;
	}
	.main .main_block .news_wrap {
		width: 100%;
	}
	.home .main .pickup_video {
		overflow: hidden;
	}
	.home .main .pickup_video .one_post{
		width: 100%;
	}
	.home .main .pickup_video .one_post .img{
		width: 200px;
	}
	.home .main .pickup_video .one_post .text{
		width: calc(100% - 200px);
	}
	.main .container .sidebar {
		width: 100%;
	}
	.main .sidebar .one_post .img {
		width: 47%;
	}
	.main .sidebar .one_post .text {
		width: 50%;
	}
	.main .sidebar .topics .sub_block_list .one_post {
		width: calc(50% - 10px);
		margin-right: 0;
		float: left;
	}
	.main .sidebar .topics .sub_block_list .one_post:nth-child(3n-1) {
		margin-right: 20px;
	}
	.main .sidebar .topics .one_post .img {
		width: 100%;
	}
	.main .sidebar .topics .one_post .text {
		width: 100%;
	}
	.main .sidebar .topics .sub_block_title {
		clear: left;
	}
	.main .sidebar .ranking .one_post {
		width: calc(50% - 10px);
		margin-right: 0;
		float: left;
	}
	.main .sidebar .ranking .one_post:nth-child(even) {
		margin-right: 20px;
	}
	.main .sidebar .ranking .one_post .img {
		width: 100%;
	}
	.main .sidebar .ranking .one_post .text {
		width: 100%;
	}
	.main .sidebar .topics .sub_block_title {
		clear: left;
	}
	.main .sidebar .jiuping div:first-child {
		width: calc(50% - 10px);
		float: left;
	}
	.main .sidebar .jiuping div.text {
		width: calc(50% - 10px);
		margin-left: 20px;
		float: left;
	}
	.main .sidebar>div {
		clear: left;
	}
	.main .sidebar .pickup_prog .one_post {
		width: calc(50% - 10px);
		margin-right: 0;
		float: left;
	}
	.main .sidebar .pickup_prog .one_post:nth-child(even) {
		margin-right: 20px;
	}

	.slider-nav {
		height: 72px;
		overflow-y: hidden;
	}
}