html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #fff;
    color: #000;
    z-index: 0
}

.news__tab-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 50px
}

.news__tab-wrap .news__tab-head {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #90969c
}

.news__tab-wrap .news__tab-head .news__tab-title.active {
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    color: #161515;
    border-bottom: 2px solid #161515
}

.news__tab-wrap .news__tab-head .news__tab-title {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #90969c;
    cursor: pointer
}

.news__tab-wrap .news__tab-content {
    height: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #fff;
    overflow: hidden
}

.news__tab-wrap .news__tab-content .news__tab.active {
    display: block
}

.news__tab-wrap .news__tab-content .news__tab {
    display: none;
    width: 100%
}

.news_archive__content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #161515
}

.news_archive__content .news-item {
    flex: 0 0 calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 50px;
    overflow: hidden
}

.news_archive__content .news-item .news-item__link {
    display: block;
    width: 100%;
    overflow: hidden
}

a {
    text-decoration: none
}

a {
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .news_archive__content .news-item:nth-child(3n) {
        margin-right:0
    }
}

.news_archive__content .news-item {
    flex: 0 0 calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 50px;
    overflow: hidden
}

.news_archive__content .news-item .news-item__link .news-item__img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 15px
}

img {
    border-style: none
}

.news_archive__content .news-item .news-item__link .news-item__date {
    font-size: 15px;
    color: #161515;
    margin-bottom: 15px
}

.news_archive__content .news-item .news-item__link .news-item__title {
    font-size: 20px;
    color: #161515;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
    overflow: hidden
}

.news_archive__content .news-item .news-item__link .news-item__desc {
    font-size: 15px;
    color: #000
}

/*news*/

.news-info {
    width: 1200px;
    margin: 60px auto
}

.news-info .news-info__title {
    font-size: 22px;
    font-weight: 700;
    color: #16171b;
    text-align: left;
    width: 100%;
    margin: 0 15px 30px
}

.news-info .news-info__date {
    margin: 0 15px 30px;
    font-size: 18px
}

.news-info .news-info__desc {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: justify!important;
    padding: 0 15px
}

.news-info .news-info__desc p {
    margin: 0 0 15px;
    overflow: hidden;
    text-align: justify!important
}

.news-info .news-info__desc p img {
    max-width: 100%
}

.image-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto 60px;
    width: 300px;
}

@media screen and (min-width: 576px) {
    .image-carousel {
        width:100%
    }
}

@media screen and (min-width: 768px) {
    .image-carousel {
        width:100%
    }
}

@media screen and (min-width: 890px) {
    .image-carousel {
        width:100%
    }
}


.image-carousel .prev {
    left: 0
}

.image-carousel .next,.image-carousel .prev {
    background-color: #333;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    padding: 10px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.image-carousel .next {
    right: 0
}

.image-carousel ul {
    width: 9999px;
    padding: 0;
    margin: 0;
    transition: .5s ease-in
}

.image-carousel ul li {
    display: inline-block;
    border-right: 1px solid #90969c
}

.image-carousel ul li:last-of-type {
    border-right: none
}

.image-carousel ul li img {
    display: block;
    width: 299px;
    max-height: 217px
}
