.main_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 20px;
    background: #e3e5e9;
    margin-bottom: 10px;
    text-align: center;
}

.main_content {
	position: relative;
	display: inline-block;
	width: 100%;
}

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

h3 {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}

.main_container .mark, .main_container .mark h3 {
    background: yellow;
    color: #000;
}

.section {
    display: inline-block;
    float: left;
    vertical-align: top;
    overflow: hidden;
    width: 33.33%;
    text-align: left;
    margin-bottom: 10px;
}

.main_content .section:nth-of-type(2) {
    padding: 0 20px;
}

.main_content .headline {
    margin-bottom: 10px;
}

.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;
    font-size: 0;
}

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

.main_content .video-news {
    text-align: center;
    border-top: 3px solid #b3bcce;
    padding-bottom: 10px;
}

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

.main_content .video-news h2 {
    margin-top: 20px;
}

.main_content h2>a {
	float: right;	
}

.main_content .video-news>div img {
    width: 100%;
}

.main_content .news-review {
    background: #f0f0f0;
    padding: 9px;
    position: absolute;
    top: 500px;
    left: 0;
    width: 33.33%;
}

.main_content .news-review .wrap {
    border: 1px solid #dce1e5;
    padding: 9px;
    background: #fff;
}

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

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

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

.main_container .text small {
    color: #ec0000;
    margin-left: 5px;
}

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

.main_content .section:last-child {
    background: #f1f2f4;
}

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

.main_content .tab-bar {
    font-size: 0;
}

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

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

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

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

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

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

.main_content .tab-box .active {
    display: block;
}

.main_content .funs {
    margin: 9px;
    padding: 9px;
    text-align: center;
}

.main_content .funs div {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    width: 48%;
    text-align: left;
    padding: 5px;
}

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

.main_content .funs div img {
    width: 100%;
}

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

.bottom_content {
	display: inline-block;
}

.bottom_content .categories {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: calc(66.66% - 20px);
    margin-right: 20px;
}

.bottom_content .categories .section {
    width: calc(50% - 10px);
    border-top: 3px solid #1d547f;
}

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

.bottom_content .categories .section:nth-of-type(2n+1) {
    padding: 0;
    margin-right: 10px;
}

.bottom_content .categories .section:nth-of-type(2n) {
    padding: 0;
    margin-left: 10px;
}

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

.bottom_content .sidebar {
    background: #f0f0f0;
    width: 33.3%;
}

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

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

@media only screen and (max-width:1220px) {
    .main_container {
        padding: 0 20px;
    }
    .tab-bar div {
        padding: 12px 8px 20px 8px;
    }
}

@media only screen and (max-width:750px) {
    .main_content .section {
        width: 49%;
    }
    .main_content .news-review {
        width: 49%;
    }
    .main_content .section:last-child {
        width: 100%;
    }
    .main_content .section:last-child>div {
        display: inline-block;
        vertical-align: top;
        width: 46%;
    }
    .main_content .tab-bar div {
        padding: 12px 12px 20px 12px;
    }
    .bottom_content .categories {
        width: 100%;
        margin: 20px 0;
    }
    .bottom_content .sidebar {
        width: 100%;
        margin: 20px 0;
    }
}


@media only screen and (max-width:650px) {
	.main_content .section {
		width: 100%;
	}
	.main_content .news-review {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
	}
	.main_content .section:last-child>div {
		width: 95%;
	}
	.category-204 .categories {
		padding: 0;
	}
	.bottom_content {
		width: 100%;
	}
	.category-204 .bottom_content .categories .section {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

}
