﻿@charset "utf-8";
.new_cont {
    overflow: hidden;
}
.new_top_bg {
    padding-top: 150px;
    padding-bottom: 75px;
    background: url("../images/new_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* overflow: hidden; */
}

.new_top_title {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.new_top_title .title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.new_top_title .lls {
    position: relative;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lls .l {
    font-family: 'Archivo';
    font-size: 24px;
    font-weight: 400;
}

.lls em {
    display: block;
    color: #666;
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 400;
    margin: 0 4px;
}

.fen {

    display: flex;
    align-items: center;
    font-family: 'Archivo';
    color: var(--main-color);
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.fen span {
    color: #666;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_swiper {
    margin-top: 32px;

}

.new_top_bg .swiper-container-cube .swiper-cube-shadow {
    opacity: .1;
}

.new_swiper .new_big a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}

.new_swiper .new_big .thumb {
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.new_swiper .new_big .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.new_swiper .new_big_r {
    position: relative;
    float: right;
    width: 50%;
    padding: 56px;
    padding-bottom: 185px;
}

.new_swiper .new_big_r .time {

    color: var(--main-color);
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    background-image: url(../images/time_red.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 26px;
}

.new_swiper .new_big_r .title {
    margin-top: 24px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 42px;
    height: 82px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_swiper .new_big_r .des {
    margin-top: 32px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_swiper .new_big .more {
    padding-top: 56px;
    display: flex;
}

.new_swiper .new_big .more span {
    display: inline-block;
    margin-right: 4px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    transition: padding .4s;
}

.new_swiper .anan {
    position: absolute;
    right: 56px;
    bottom: 56px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.new_swiper .anan div {
    display: flex;
    padding: 10px;
    align-items: center;
    background: rgba(0, 0, 0, 0.20);
    cursor: pointer;
}

.new_swiper .anan div:first-child {
    margin-right: 10px;
}

.new_swiper .anan div:hover {
    background-color: var(--main-color);
}

.new_swiper .new_big a:hover .more span {
    color: var(--main-color);
}

.new_swiper a:hover .new_big_r .title {
    color: var(--main-color);
}

.new_swiper .new_big a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width:1440px) {

    .new_swiper .new_big_r {
        padding-bottom: 165px;
    }


}

@media (max-width:1366px) {

    .new_swiper .new_big_r {
        padding-bottom: 145px;
    }


}

@media (max-width:1280px) {

    .new_swiper .new_big_r {
        padding-bottom: 125px;
    }


}

@media (max-width:1200px) {

    .new_swiper .new_big_r {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .new_swiper .anan {
        right: 40px;
        bottom: 40px;
    }

}

@media (max-width:991px) {


    .new_swiper .new_big_r .title {
        margin-top: 24px;
        line-height: 36px;
        height: 72px;

    }

    .new_swiper .new_big_r {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .new_swiper .anan {
        right: 30px;
        bottom: 30px;
    }

    .new_swiper .new_big .more {
        padding-top: 40px;
    }
}

@media (max-width:767px) {
    .new_top_bg {
        padding-top: 160px;
    }

    .new_top_title {
        padding-bottom: 16px;
    }

    .new_swiper .new_big_r .title {
        margin-top: 16px;
        line-height: 30px;
        height: 60px;
    }
    .new_swiper .anan {
        right: 20px;
        bottom: 20px;
    }

}

@media (max-width:540px) {

    .new_top_title .title {
        line-height:30px;
    }
    .new_top_title .lls {
        height: 30px;
    }
    .new_top_title .swiper-pagination {
        position: relative;
        bottom: inherit;
    }
    .new_swiper .new_big .thumb {
        position: relative;
        width: 100%;
        height: auto;
    }

    .new_swiper .new_big .thumb i {
        position: relative;
    }

    .new_swiper .new_big_r {
        width: 100%;
        padding:20px 20px 30px 20px;
        padding-top: 25px;
        padding-bottom: 85px;
    }

    .new_swiper .anan {
        right: 20px;
        bottom: 20px;
    }

    .new_swiper .new_big_r .des {
        margin-top: 25px;
    }

    .new_swiper .new_big .more {
        padding-top: 26px;
    }

}
