@charset "UTF-8";

.news-container .news-header {
    overflow: hidden;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.news-container .news-header .news-header-title {
    color: #fff;
    font-weight: 700;
    text-align: center
}

@media (min-width: 1025px) {
    .news-container .news-header .news-header-title {
        font-size: 62px;
        padding: 350px 0
    }

    .news-container .news-header .news-header-title .news-header-desc {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }

    .news-container .news-header .news-header-title .news-header-desc span {
        margin-right: 10px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-header .news-header-title {
        font-size: 48px;
        padding: 250px 0
    }

    .news-container .news-header .news-header-title .news-header-desc {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }

    .news-container .news-header .news-header-title .news-header-desc span {
        margin-right: 10px
    }
}

@media (max-width: 640px) {
    .news-container .news-header .news-header-title {
        font-size: 32px;
        padding: 150px 0
    }

    .news-container .news-header .news-header-title .news-header-desc {
        text-align: center;
        font-size: 11px;
        font-weight: 400;
    }

    .news-container .news-header .news-header-title .news-header-desc span {
        margin-right: 10px
    }
}

.news-container .news-content .w-1430 {
    margin-top: 50px;
    padding: 0 20px
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 {
        margin-top: 70px
    }
}

.news-container .news-content .w-1430 .nav-bar {
    text-align: center;
    margin-bottom: 30px
}

.news-container .news-content .w-1430 .nav-bar .nav-item {
    display: inline-block;
    background: #fffbf7;
    color: #f08200;
   
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    margin: 5px;
    transition: all .3s ease;
    border-radius: 4px
}
.news-container .news-content .w-1430 .nav-bar .nav-item a{
    display: block;
    width: 100%;
    height: 100%;
    color:#f08200;
}

.news-container .news-content .w-1430 .nav-bar .nav-item.active {
    background: #f08200;
    color: #fff
}
.news-container .news-content .w-1430 .nav-bar .nav-item.active  a{
   
    color: #fff
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .nav-bar .nav-item {
        font-size: 16px;
        
    }
    .news-container .news-content .w-1430 .nav-bar .nav-item a{

        padding: 15px 25px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .nav-bar .nav-item {
        font-size: 15px;
        
    }
    .news-container .news-content .w-1430 .nav-bar .nav-item a{

        padding: 12px 20px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .nav-bar .nav-item {
        font-size: 14px;
       
    }
    .news-container .news-content .w-1430 .nav-bar .nav-item a{

        padding: 10px 15px
    }
}

.news-container .news-content .w-1430 .news-main-list {
    margin-top: 40px
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list {
        margin-top: 70px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main {
    display: none
}

.news-container .news-content .w-1430 .news-main-list .news-main.active {
    display: block
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general {
    padding: 15px;
    text-align: left;
    transition: all .3s ease;
    cursor: pointer
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general {
        padding: 20px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .row {
    display: flex;
    flex-direction: column
}

@media (min-width: 641px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .row {
        flex-direction: row
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .row .col {
    width: 100%
}

@media (min-width: 641px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .row .col {
        width: 50%
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .row:hover .news-item-time img {
    transform: scale(1.1);
    box-shadow: 0 10px 30px #00000026
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-title {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: color .3s ease;
    cursor: pointer
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-title {
        font-size: 25px;
        margin-right: 80px;
        margin-bottom: 40px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-title {
        font-size: 22px;
        margin-right: 40px;
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-title {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-content {
    color: #afb3b8;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-content {
        font-size: 18px;
        margin-right: 80px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-content {
        font-size: 16px;
        margin-right: 40px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-content {
        font-size: 14px;
        margin-right: 0;
        -webkit-line-clamp: 3
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-btn {
    margin-top: 30px;
    text-align: left
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-btn {
        margin-top: 50px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-btn .btn-arrow__icon-before {
        margin-top: 0
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-time {
    overflow: hidden;
    position: relative
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-time img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s ease;
    will-change: transform;
    backface-visibility: hidden
}

@media (min-width: 641px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-general .news-item-time img {
        margin-top: 0
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row {
    margin-top: 30px
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .row .col-4 {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .row .col-4 {
        width: 50%
    }
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .row .col-4 {
        width: 33.333%
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate {
    transition: all .3s ease
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate:hover .news-item-image img {
    transform: scale(1.1);
    box-shadow: 0 10px 30px #00000026
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-image {
    overflow: hidden;
    position: relative;
    backface-visibility: hidden
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-image img {
    width: 100%;
    height: auto;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s ease;
    will-change: transform;
    backface-visibility: hidden
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-title {
    color: #000;
    text-align: left;
    font-weight: 500;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: color .3s ease
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-title {
        font-size: 20px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-title {
        font-size: 18px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-title {
        font-size: 16px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-content {
    color: #afb3b8;
    text-align: justify;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-content {
        font-size: 17px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-content {
        font-size: 15px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-content {
        font-size: 14px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-time {
    color: #999;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    text-align: left
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-time {
        font-size: 17px;
        line-height: 30px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-time {
        font-size: 15px;
        line-height: 26px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .news-separate-row .news-separate .news-item-time {
        font-size: 14px;
        line-height: 22px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 15px
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page {
        margin: 40px 0 60px;
        gap: 25px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn {
    padding: 6px 15px;
    border: 1px solid #F08200;
    background: #fff;
    color: #f08200;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 4px
}

.news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn.active {
    background: #f08200;
    color: #fff;
    border: 1px solid #F08200
}

.news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn:hover:not(.active) {
    background: #ffe5c2;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #f0820033
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn {
        font-size: 20px;
        padding: 8px 19px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn {
        font-size: 18px;
        padding: 7px 17px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn {
        font-size: 16px;
        padding: 5px 12px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn span {
    display: inline-block;
    font-weight: 400;
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn span {
        font-size: 28px;
        line-height: 60px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn span {
        font-size: 24px;
        line-height: 50px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-btn span {
        font-size: 20px;
        line-height: 40px
    }
}

.news-container .news-content .w-1430 .news-main-list .news-main .page .page-dot {
    color: #f08200;
    -webkit-user-select: none;
    user-select: none
}

@media (min-width: 1025px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-dot {
        font-size: 32px;
        margin: 0 4px;
        letter-spacing: 2px
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-dot {
        font-size: 28px;
        margin: 0 3px;
        letter-spacing: 1px
    }
}

@media (max-width: 640px) {
    .news-container .news-content .w-1430 .news-main-list .news-main .page .page-dot {
        font-size: 24px;
        margin: 0 2px;
        letter-spacing: 0
    }
}