.news-wrap {
    padding: 40px 0 80px;
}
.news-wrap .news-title.big {
    font-size: 80px;
    line-height: 98px;
    font-weight: 700;
    margin-bottom: 40px;
}
.news-title {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #221F20;
}
.news-wrap .news-cate-tabs .news-cate-head ul {
    display: flex;
    justify-content: center;
    overflow: auto;
    padding: 10px 0;
}
.news-cate-head ul {
    text-align: center;
    margin-bottom: 28px;
}
.news-tab {
    color: #6C6D70;
    font-size: 20px;
    line-height: 30px;
    margin-right: 56px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}
.news-tab.active {
    color: #221F20;
    border-bottom: 2px solid #221F20;
}
.news-tab:last-child {
    margin-right: 0;
}
.news-first {
    display: flex;
}
.news-first {
    border: 1px solid #e7e8e9;
    border-radius: 80px 0px;
    overflow: hidden;
    /*height: 600px;*/
    height: auto;
}
.news-first .content {
    padding: 30px 30px 0px 30px;
}
.news-first .content h3 {
    color: #718096;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
    font-weight: 400;
    text-align: center;
}
.news-first .content h2 {
    color: #221f20;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 24px;
    letter-spacing: -2px;
}
.news-first .content p {
    font-size: 14px;
    line-height: 24px;
    color: #57585a;
    margin-bottom: 32px;
}
.news-first .image {
    border-radius: 80px 0px;
    overflow: hidden;
    margin-left: 27px;
}
.news-first .content .time {
    font-size: 18px;
    line-height: 23px;
    color: #939598;
}
.news-first .action .btn-link {
    font-size: 16px;
    color: #3e3e3f;
    display: inline-flex;
    text-decoration: underline;
}
.news-first .action {
    margin-top: 50px;
}
.news-next {
    display: flex;
    margin: 64px 0 0 0;
    flex-wrap: wrap;
}
.news-next .item-news .item-news-description {
    margin-top: 32px;
}
.news-next .item-news .item-news-description .intro {
    color: #3e3e3f;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 32px;
    display: -webkit-box;

}
.news-next .item-news .item-news-description .title{
    color: #221f20;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}
.news-next .item-news .item-news-description .title a {
    color: #221f20;
}
.news-next .item-news .item-news-description .time {
    font-size: 14px;
    color: #939598;
    margin-top: 20px;
}
.news-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.list-news li {
    display: flex;
    margin-bottom: 30px;
}
.list-news .thumb-news, .list-news .wrap-content {
    padding: 0 15px;
}
.wrap-content h4 {
    font-size: 16px
}
.wrap-content h4 a:hover, .last-news__item a:hover{
    color: #AC2F33;
}
.aside-news-detail {
    padding-left: 150px;
}
.aside-news-detail .list-category-wrapper, .aside-news-detail .list-last-news {
    padding: 40px;
    border: 1px solid #e7e8e9;
    border-radius: 32px 0;
}
.aside-news-detail .aside-news-title {
    font-size: 20px;
    color: #221f20;
    font-weight: 600;
    margin-bottom: 32px;
}
.aside-news-detail .list-category-wrapper ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #808285;
    font-size: 16px;
}
.aside-news-detail .list-category-wrapper ul li > a i {
    font-size: 20px;
}
.aside-news-detail .list-category-wrapper ul li + li {
    margin-top: 32px;
}
.aside-news-detail .list-last-news ul .last-news__item > a {
    display: flex;
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    justify-content: space-between;
}
.last-news__item a .img {
    max-width: 80px;
    max-height: 80px;
}
.aside-news-detail .list-last-news .desc h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.aside-news-detail .list-last-news .desc {
    padding-left: 16px;
}
.aside-news-detail .list-last-news ul .last-news__item .desc p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}
.aside-news-detail .last-news__item {
    margin-bottom: 20px;
}
.aside-news-detail .list-last-news ul li:last-child {
    margin-bottom: 0;
}
.aside-news-detail .list-last-news {
    margin-top: 40px;
}
.item-news-all {
    display: flex;
    flex-wrap: wrap;
}
a:hover {
    color: inherit;
}
.article-title .tp_title {
    font-size: 26px;
    color: #000;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 0;
}
.article-title .meta-info span {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
    color: #718096;
}

@media (max-width: 768px){
    .news-first .content {
        padding: 30px 0 30px 0;
    }
    .news-first .content h3 {
        margin-bottom: 10px;
    }
    .news-first .content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }
    .news-first .content p {
        margin-bottom: 9px;
    }
    .news-first .action {
        margin-top: 0;
    }
    .news-first .image {
        margin-left: 0;
    }
    .news-next {
        margin-top: 32px
    }
    .news-wrap {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .aside-news-detail {
        display: none;
    }
    .news-detail-wrapper {
        padding: 0;
    }
}


@media (max-width: 576px) {
    .news-first {
        display: block;
    }
    .news-wrap .news-title.big {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .news-first {
        display: flex;
        flex-direction: column-reverse;
    }
    .news-first .image {
        border-radius: 24px 24px 0px 0px;
    }
    .news-first .content {
        padding: 24px 16px;
        border: 1px solid #e7e8e9;
        border-radius: 24px 0;
        margin-top: -24px;
        background-color: #ffffff;
    }
    .list-news li {
        flex-wrap: wrap;
    }
    .wrap-content {
        margin-top: 10px;
    }
}