.news {
    padding: 10% 5% 0
}

.news .vp-common-tab {
    margin-bottom: 26px
}

.news .news-list .list {
    background-color: #1a1a1a;
    margin-bottom: 54px
}

.news .news-list .list .img {
    overflow: hidden
}

.news .news-list .list .img img {
    width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.news .news-list .list .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden
}

.news .news-list .list .desc a h4 {
    font-size: 24px;
    font-family: Radnika-Bold;
    line-height: 30px;
    margin-bottom: 2%;
    color: #fff
}

.news .news-list .list .desc a:hover h4 {
    color: #fed314
}

.news .news-list .list .desc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4%
}

.news .news-list .list .desc span {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 24px;
    align-self: flex-end
}

.news .news-list .list:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.news .news-list .list.left .desc {
    padding: 0 40px 0 80px
}

.news .news-list .list.right .desc {
    padding: 0 80px 0 40px
}

.news-detail .detail .time {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 30px;
    text-align: right
}

.news-detail .detail .content {
    padding: 40px 60px;
    background-color: #e6e6e6
}

.news-detail .detail .content .title {
    font-size: 30px;
    color: #000;
    font-family: Radnika-Bold;
    margin-bottom: 70px;
    text-align: center
}

.news-detail .detail .content .info {
    font-size: 16px;
    color: #000;
    line-height: 24px
}

.news-detail .detail .content .info img {
    max-width: 100%;
    height: auto!important
}

.news-detail .detail .content .info a {
    color: #000!important
}

.news-detail .col-xl-4 {
    position: relative;
    overflow: hidden
}

.news-detail .list {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    padding: 50px 0 0 40px
}

.news-detail .list.fixed {
    position: fixed;
    top: 30px;
    width: calc(100% - 72.5%)
}

.news-detail .list.absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%
}

.news-detail .list h4 {
    font-size: 30px;
    font-family: Radnika-Bold;
    padding-bottom: 20px;
    border-bottom: solid 1px #323232;
    filter: drop-shadow(1px 1px 1px black);
}

.news-detail .list a {
    display: block;
    font-size: 16px;
    font-family: Radnika-Bold;
    color: #6f6f6f;
    margin-top: 40px
}

.news-detail .list a:hover {
    color: #fed314
}

@media only screen and (max-width: 1366px) {
    .news-list .list .desc h4 {
        font-size:1.2vw;
        line-height: 24px
    }

    .news .news-list .list.right .desc {
        padding: 0 60px 0 20px
    }

    .news .news-list .list.left .desc {
        padding: 0 20px 0 60px
    }
}
