﻿.banner {
    padding: 44px 0 32px 0;
    background-color: #F8F7F7;
}
.banner-content {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.banner-desc {
    /*margin-top: 24px;
    padding: 0 98px;*/
    max-width: 624px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
}
.tnxh-heading {
    display: none;
}
.tnxh-navs {
    padding: 32px 0 120px 0;
    margin: 0 auto;
    background-color: #F8F7F7;
}
.tnxh-navs .tnxh-link {
	margin-right: 60px;
}
.tnxh-navs .tnxh-link.active {
    color: #ED243A !important;
    background: none;
}
.tab-hashtag, 
.tab-image {
    border-right: 1px solid #ECEAEA;
}
.tab-hashtag {
    padding-top: 12px !important;
    padding-right: 24px !important;
}
.tab-hashtag > div:first-child, .tab-hashtag > div:nth-child(2) {
	max-width: 305px;
}
.tab-news {
    padding-top: 12px;
    padding-left: 24px;
}
.tab-news .view-more {
    margin-top: 64px;
}
.tab-image {
    padding: 26px 38px;
}
.tab-img-item {
    height: 548px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.news-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
div.news-list > a:nth-child(2) {
	margin-top: 24px;
}
.news-img img {
	border-radius: 8px;
}
.tab-container {
    position: relative;
}
.tab-paginations {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: absolute;
    top: 80%;
}
.tab-paginations span:nth-child(2) {
    display: inline-block;
    width: 77px;
    height: 0;
    border: 1px solid #747272;
}
.tnxh-pagination {
    justify-content: center;
}
.news-item > div:nth-child(2) {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: middle;
}
.news-item:hover > div:nth-child(2) {
	color: #ED243A !important;
}
@media screen and (max-width: 1280px) {
    .banner-content {
        padding: 0 50px;
    }
    .banner-desc {
        padding: 0 100px;
    }
    .tnxh-header > div > ul {
        gap: 0 35px;
    }
    .tnxh-navs .tnxh-link {
		margin-right: 43px;
		font-size: 32px;
	}
	.tab-hashtag > div:first-child {
		font-size: 24px;
		word-wrap: break-word;
	}
	
}
@media screen and (max-width: 992px) {
    .banner {
        padding: 40px 0;
        background-color: #ffffff;
    }
    .banner-content {
        padding: 0;
    }
    .banner-desc {
        margin-top: 12px;
        padding: 0;
    }
    .tnxh-header {
        position: relative;
    }
    .tnxh-header > div > ul {
        display: none !important;
    }
    .tnxh-heading {
        display: block;
    }
    .tnxh-navs {
        padding: 12px 0 32px 0;
    }
    .tab-hashtag, 
    .tab-image, .tab-news {
        border-right: none;
        padding: 0 0 !important;
    }
    .tab-hashtag > div:first-child, .tab-hashtag > div:nth-child(2) {
		max-width: 100%;
		margin-top: 8px !important;
	}

    .tab-hashtag > div {
        text-align: center;
    }
    .tab-image {
        margin: 24px 0;
    }
	.tab-img-item {
		height: 304px;
		border-radius: 8px;
	}

    .tab-news > div:nth-child(1) {
        text-align: center;
    }
    .news-list {
        margin-top: 12px;
        /*flex-direction: row;*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
    div.news-list > a:nth-child(2) {
		margin-top: 0px;
	}
	.news-item > div:nth-child(2) {
		display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-break: break-word;
	    vertical-align: middle;
	}


    .view-more {
        display: none;
    }
    .tnxh-prev {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 9;
        background: transparent;
        box-shadow: unset;
    }
    .tnxh-next {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 9;
        background: transparent;
        box-shadow: unset;

    } 
    .custom-pagination .custom-pagination-prev,
    .custom-pagination .custom-pagination-next {
        display: inline-flex;
    }
    .tab-paginations {
        display: none;
    }
}