/* Dots start*/
.slick-dotted.slick-slider {
	background-color: unset;
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.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:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.top_slide .slick-dots li button:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/* Dots end*/

/* arrow start */
.slider-prev, .slider-next {
	display: inline-block;
	top: 41%;
	position: absolute;
	z-index: 15;
	outline: none;
	width: 35px;
	height: 60px;
	font-size: 0;
	color: #fff;
}

.slider-prev.slick-arrow { 
	left: 10px;
	height: 60px;
	background: url(/assets/themes/ntd/images/icon_arrow_left.png) no-repeat;
}

.slider-next.slick-arrow {
	right: 0;
	height: 60px;
	background: url(/assets/themes/ntd/images/icon_arrow_right.png) no-repeat;
}

@media screen and (max-width: 320px) {
	.slider-prev.slick-arrow,
	.slider-next.slick-arrow {
		display: none;
	}
}

/* arrow end */

h1.title {
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 160px;
	left: calc(50% - 500px);
	color: #fff;
	border-radius: 4px;
	padding: 0 15px;
	width: auto;
}

.mobile h1.title {
	top: 100px;
	left: 15px;
}

main .top_banner {
	width: 100%;
	position: relative;
	height: 100%;
	max-height: 500px;
	overflow-y: hidden;
}

main .top_banner img {
	width: 100%;
	position: relative;
	display: block;
}

.top_slide {
	margin-top: 10px;
	padding: 0 15px;
}

.top_slide .slider {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.top_slide .slider .each_slide {
	background-color: rgba(225, 128, 0, 1);
	display: inline-block;
}

.top_slide .slider .image {
	width: 60%;
	float: left;
}

.top_slide .image img {
	width: 100%;
	display: block;
}

.top_slide .slider .text {
	width: 40%;
	float: right;
}

.top_slide .slider h2 {
	display: block;
	width: 100%;
	padding: 8% 5%;
	text-align: left;
	line-height: 28px;
	color: #ffffff;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top_slide .slider .excerpt {
	display: block;
	width: 100%;
	padding: 0 5%;
	text-align: left;
	line-height: 1.5;
	color: #ffffff;
	font-size: 15px;
}

.top_slide .slick-dots {
	position: absolute;
	top: unset;
	bottom: 10%;
	right: 10%;
	width: 40%;
	padding: 0;
	margin-right: -100px;
	list-style: none;
	text-align: center;
}

.top_slide .slick-dots .dot {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #fff;
	display: block;
}

.top_slide .slick-dots li.slick-active .dot {
	background-color: #434343;
}

main .main_content {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	position: relative;
	overflow: auto;
}

main .main_content.col_2 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

main ul {
	list-style-type: none;
}

.main_content li .img {
	position: relative;
}

.main_content .up_down .post_title {
	line-height: 29px;
	max-height: 58px;
	overflow: hidden;
	padding: 5px 0;
}

.main_content li .length,
.main_content .each_post .length {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	background-color: #000;
	font-size: 13px;
	padding: 2px 6px;
}

main .row.center {
	width: calc(100% - 546px);
	padding: 0px 15px;
	margin: 0 316px 20px 15px;
	position: relative;
	float: right;
	border-left: 1px dotted #b4b2b2;
}

main .row.left {
	display: inline-block;
	width: 215px;
	position: relative;
}

main .row.right {
	display: inline-block;
	width: 315px;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 15px;
	border-left: 1px dotted #b4b2b2;
}

main .hot_topics .title,
main .up_down .title a,
main .left_right .title {
	text-align: left;
	font-size: 18px;
	font-style: normal;
	color: #0f64d1;
	display: block;
}

main .hot_topics {
	margin-bottom: 12px;
}

main .hot_topics .title a {
	color: #000;
}

main .hot_topics .each_topic {
	padding: 5px 0;
	border-bottom: 1px dotted #b4b2b2;
}

main .hot_topics .each_topic:last-child {
	border-bottom: none;
}

main .hot_topics .content a {
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimHei, "WenQuanYi Micro Hei", sans-serif;
	color: #000;
	text-align: left;
	font-style: normal;
	font-size: 15px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

main .up_down {
	margin-bottom: 12px;
}

main .up_down .content,
main .left_right .content {
	margin-top: 5px;
}

main .up_down img {
	display: block;
	width: 100%;
}

main .up_down .post_title a {
	font-size: 15px;
	width: 100%;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

main .important_news .center_title {
	color: #0f64d1;
	font-size: 27px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 18px;
}

main .most_read .center_title,
main .left_right .center_title,
main .news_headline .center_title {
	text-align: left;
	font-size: 18px;
	font-style: normal;
	color: #0f64d1;
	display: block;
}

main .left_right .center_title a,
main .news_headline .center_title a {
	color: #0f64d1;
}

main .important_news .content {
	margin-top: 7px;
}

main .important_news .each_post {
	display: inline-block;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px dotted #b4b2b2;
	margin-bottom: 12px;
	vertical-align: bottom;
}

main .important_news .each_post:last-child {
	border-bottom: none;
}

main .important_news .img {
	display: block;
	position: relative;
	width: 33%;
	float: left;
}

main .important_news .img img {
	display: block;
	width: 100%;
}

main .important_news .image_title {
	width: calc(67% - 8px);
	float: right;
	line-height: 1;
	text-align: left;
	font-size: 16px;
	color: #003399;
	margin-left: 8px;
}

main .important_news .title {
	font-size: 17px;
	line-height: 21px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

main .important_news .excerpt {
	margin-top: 8px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

main .news_headline {
	margin-bottom: 12px;
}

main .news_headline .newslist a {
	color: #000;
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

main .most_read {
	margin-bottom: 12px;
}

main .most_read .content {
	font-size: 14px;
}

main .most_read .each_post {
	width: 100%;
	display: inline-block;
	border-bottom: 1px dotted #b4b2b2;
	padding: 5px 0;
}

main .most_read .each_post:last-child {
	border-bottom: none;
}

main .most_read .each_post span {
	font-weight: bold;
	line-height: 15px;
	width: 15px;
	text-align: center;
	display: inline-block;
	font-size: 9px;
	color: #ffffff;
	background-color: #E00000;
}

main .most_read .each_post a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 27px;
	float: right;
	width: calc(100% - 20px);
}

main .left_right {
	margin-bottom: 12px;
}

main .left_right li {
	list-style: none;
	padding-bottom: 7px;
	border-bottom: 1px dotted #b4b2b2;
	display: inline-block;
	width: 100%;
	position: relative;
}

main .left_right li:last-child {
	border-bottom: none;
	vertical-align: bottom;
	/* padding: 0; */
}

main .left_right li .img {
	width: 95px;
	max-width: 45%;
	float: left;
}

main .left_right img {
	display: block;
	width: 100%;
}

main .left_right li .post_title {
	float: right;
	font-size: 15px;
	width: calc(100% - 100px);
	overflow: hidden;
}

main .right .left_right .post_title a {
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

main .left .left_right .post_title a {
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

main .video {
	background-color: #EEF4F6;
}

main .video .video_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #0f64d1;
	padding-top: 24px;
}

main .video .content {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 56px;
}

main .video .content iframe {
	margin: 0 auto;
	display: block;
}

main .bottom .bottom_topics {
	width: calc(50% - 10px);
	background-color: #ffffff;
	border-right: 1px dotted #b4b2b2;
	padding: 0 10px;
	float: left;
	margin-bottom: 20px;
}

main .bottom .bottom_topics:nth-child(2n) {
	border-right: none;
}

main .bottom_topics .title a {
	margin: 0 10px;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	color: #0f64d1;
	display: block;
}

main .bottom_topics .img_block .length {
	display: none;
}

main .up_down .title a::after,
main .left_right .center_title a::after,
main .news_headline .center_title a::after,
main .bottom .bottom_topics .title a::after {
	content: '更多';
	color: #666;
	float: right;
	font-size: 14px;
	padding-top: 5px;
	font-weight: 300;
}

main .bottom_topics .newslist {
	padding: 0 10px;
}

main .bottom_topics .newsline {
	border-bottom: 1px dotted #b4b2b2;
}

main .bottom_topics .newsline:last-child {
	border-bottom: none;
}

main .bottom_topics .newsline a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 26px;
	width: 100%;
}

main .bottom_topics ul {
	position: relative;
	width: 100%;
	display: inline-block;
}

main .bottom_topics li {
	float: left;
	width: 50%;
	display: block;
	padding: 10px;
	position: relative;
}

main .bottom_topics li a {
	position: relative;
}

main .bottom_topics li img {
	display: block;
	width: 100%;
}

main .bottom_topics li .post_title {
	width: 100%;
	background: rgba(0,0,0,0.52);
	padding: 0 5px;
	color: #fff;
	line-height: 27px;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
	.top_slide .slider {
		width: 100%;
	}

	main .main_content {
		width: 100%;
		padding: 0 15px;
	}

	main .row.left {
		width: 215px;
		/* margin-right: 2%; */
	}

	main .row.center {
		/* padding: 0; */
		margin-right: 33%;
		/* width: 42%; */
		margin: 0 315px 0 15px;
	}

	main .row.right {
		right: 15px;
	}

	main .important_news .img {
		width: 25%;
	}

	main .important_news .image_title {
		width: calc(75% - 8px);		
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width: 1024px) {
	.img .length {
		font-size: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.desktop h1.title {
		left: 15px;
	}
}

@media screen and (max-width: 810px) {
	.top_slide .slick-dots {
		margin-right: -70px;
	}

	main .important_news .excerpt {
		display: -webkit-box !important;
	}

	main .left_right li .img {
		max-width: 40%;
	}

	main .left_right li .post_title {
		width: 55%;
	}

	main .row.right {
		display: none;
	}

	main .row.center {
		width: calc(100% - 230px);
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
	}

	main .bottom .bottom_topics {
		width: 50%;
	}

	main .main_content.bottom {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	h1.title {
		font-size: 30px;
	}

	main .row.left,
	main .row.right {
		display: none;
	}

	main .row.center {
		width: 100%;
		margin-right: 0;
		padding: 0 15px;
	}

	/* .top_slide {
		margin: -130px 15px auto;
	} */

	.top_slide .slick-dots {
		position: relative;
		width: 100%;
		right: unset;
	}

	.top_slide .slider h2 {
		width: 100%;
		-webkit-line-clamp: 1;
		padding: 0;
	}

	.top_slide .slider .image,
	.top_slide .slider .text {
		float: none;
		width: 100%;
		padding: 10px;
	}

	.top_slide .slider .excerpt {
		line-height: 23px;
		padding: 0;
		line-height: 23px;
		padding: 0;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	main .main_content {
		padding: 0;
	}

	main .important_news .content {
		padding: 0;
	}

	main .important_news .each_post {
		width: 100%;
	}

	main .important_news .img {
		width: 200px;
	}

	main .important_news .image_title {
		width: calc(100% - 208px);
	}

	main .important_news .excerpt {
		display: -webkit-box !important;
		-webkit-line-clamp: 3;
	}

	main .news_headline .content {
		padding: 10px;
	}

	main .bottom_topics .newslist {
		padding: 0;
	}

	main .video .content {
		width: 100%;
		padding: 10px;
	}

	main .bottom_topics li {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	main .bottom_topics .title a {
		margin: 0;
	}
}

@media screen and (max-width: 500px) {
	.top_slide {
		margin-top: -120px;
	}
}

@media screen and (max-width: 420px) {
	h1.title {
		font-size: 25px;
	}

	main .main_content.bottom {
		padding: 0 15px;
	}

	main .bottom .bottom_topics {
		width: 100%;
		float: none;
		border: none;
		margin: 0;
		padding: 0;
	}

	main .bottom_topics .title {
		margin-bottom: 10px;
	}

	main .bottom_topics .title a {
		font-size: 20px;
		border-bottom: 1px dotted #b4b2b2;
	}

	main .bottom_topics ul {
		width: 100%;
	}

	/* main .bottom_topics .img_block {
		padding: 0 10px;
	} */

	/* main .bottom_topics .newslist {
		padding: 0 10px;
	} */
}

@media screen and (max-width: 375px) {
	.mobile h1.title {
		top: 90px;
		height: 45px;
		overflow: hidden;
	}

	.top_slide {
		margin-top: -90px;
	}

	main .important_news .excerpt {
		-webkit-line-clamp: 2;
	}
}