.newsBox {
    padding: 100px 0px;
}

.swiperBox {
    width: 100%;
    height: 500px;
    background-color: #838383;
    margin-bottom: 80px;
    position: relative;
}

.newSwiper {
    position: absolute;
    padding: 40px;
    z-index: 99;
    top: 95px;
    left: 80px;
    width: 440px;
    height: 305px;
    background-color: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff, endcolorstr=#e5ffffff);
}


.news_list {
    width: 100%;
    margin-top: 60px;
}

.news_list li {
    width: 570px;
    height: 340px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 38px 40px 0px;
    float: left;
    margin-bottom: 40px;
    margin-left: 60px;
}

.news_list_clear {
    margin-left: 0px !important;
}

.news_list_clear>a {
    display: block;
}

.news_item_left {
    width: 100px;
}

.news_item_left>span {
    width: 100%;
    display: block;
    text-align: right;
    font-family: Barlow-Regular;
    line-height: 30px;
    color: #333333;
}

.news_item_left>p {
    width: 100%;
    display: block;
    text-align: right;
    color: #333333;
    /* margin-top: 10px; */
    margin-bottom: 86px;
}

.news_item_left>img {
    width: 100%;
    display: block;
}

.news_item_right {
    width: 340px;
}

.news_item_right>span {
    display: block;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_item_right>p {
    display: block;
    margin-top: 40px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.news_item_right>.btn {
    display: block;
    width: 80px;
    height: 48px;
    border: solid 1px #e5e5e5;
    background: url('../images/line_arrow_right.png') no-repeat center center;
    background-size: 19px 12px;
    margin-top: 68px;
    border-radius: 0px;
}


.news_list li:hover {
    box-shadow: 0px 20px 40px 0px rgba(16, 73, 251, 0.09);
    border: solid 1px #2e5ced;
}

.news_list li:hover .news_item_right>span {
    color: #2e5ced;
}

.news_list li:hover .news_item_right>.btn {
    width: 80px;
    height: 48px;
    background-color: #2e5ced;
    background-image: url('../images/line_arrow_right_white.png');
}

.pages {
    margin: 0px;
}


.newSwiper .right {
    display: block;
    width: 80px;
    height: 48px;
    border: solid 1px #e5e5e5;
    background-color: #f5f6fa;
    background-image: url('../images/line_arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    margin-top: 42px;
    margin-left: 20px;
}

.newSwiper .right:hover {
    width: 80px;
    height: 48px;
    background-color: #2e5ced;
    background-image: url('../images/line_arrow_right_white.png');
}

.newSwiper .left {
    display: block;
    width: 80px;
    height: 48px;
    border: solid 1px #e5e5e5;
    background-color: #f5f6fa;
    background-image: url('../images/line_arrow_left.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    margin-top: 42px;
}

.newSwiper .left:hover {
    width: 80px;
    height: 48px;
    background-color: #2e5ced;
    background-image: url('../images/line_arrow_left_white.png');
}

.newSwiper_top {
    display: block;
}

.newSwiper .newSwiper_top h6 {
    font-family: Barlow-Bold;
    color: #2e5ced;
}

.newSwiper .newSwiper_top p {
    font-weight: bold;
    line-height: 40px;
    height: 80px;
    color: #333333;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newSwiper .newSwiper_bottom .pagination {
    height: 48px;
    line-height: 48px;
    margin: 0px;
    margin-top: 42px;
}

.newSwiper .newSwiper_bottom .pagination .swiper-pagination {
    position: relative;
    bottom: 0px;
}

.newSwiper .newSwiper_bottom .pagination .swiper-pagination-current {
    font-family: Barlow-Bold;
    font-size: 24px;
    color: #2e5ced;
}

.newSwiper .newSwiper_bottom .pagination .swiper-pagination-total {
    font-family: Barlow-Regular;
    font-size: 18px;
    color: #666666;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    left: 0px;
}

@media (max-width: 767px) {

    .news_list {
        margin-top: 30px;
    }

    .news_list li {
        width: 100%;
        margin-left: 0px;
        padding: 4%;
        height: auto;
        margin-bottom: 30px;
    }

    .news_list li:hover {
        box-shadow: none;
        border-color: #e5e5e5;
    }

    .news_list li:hover .news_item_right>span {
        color: #333;
    }

    .news_list li:hover .news_item_right>a {
        background: url(../images/line_arrow_right.png) no-repeat center center;
        width: 50px;
        height: 30px;
    }

    .newsBox {
        padding: 30px 4%;
    }

    .swiperBox {
        height: auto;
        margin-bottom: 0px;
    }

    .newSwiper {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 4%;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        background-color: #f5f6fa;
    }

    .newSwiper .right,
    .newSwiper .left {
        width: 50px;
        height: 30px;
    }

    .newSwiper .left:hover,
    .newSwiper .right:hover {
        width: 50px;
        height: 30px;
    }

    .newSwiper .right:hover {
        background-color: #f5f6fa;
        background-image: url('../images/line_arrow_right.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .newSwiper .left:hover {
        background-color: #f5f6fa;
        background-image: url('../images/line_arrow_left.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .news_list li:hover .news_item_right>.btn {
        background: url('../images/line_arrow_right.png') no-repeat center center;
        background-size: 19px 12px;
        width: 50px;
        height: 30px
    }


    .newSwiper .newSwiper_bottom .pagination {
        line-height: 30px;
    }

    .newSwiper .newSwiper_top p {
        margin-top: 10px;
        line-height: 30px;
        height: 60px;
    }

    .newSwiper .newSwiper_bottom .pagination,
    .newSwiper .right,
    .newSwiper .left {
        margin-top: 20px;
    }

    .news_item_left>p {
        margin-bottom: 50px;
    }

    .news_item_left {
        width: 78px;
    }

    .news_item_right {
        width: calc(100% - 98px);
    }

    .news_item_right>span,
    .news_item_left>span {
        line-height: 30px;

    }
    .news_item_right>span{
        height: 60px;
    }

    .news_item_right>p {
        margin-top: 8px;
        line-height: 24px;
        height: 48px;
    }

    .news_item_right>.btn {
        width: 50px;
        height: 30px;
        margin-top: 36px;
    }
}