.news {
    padding: 50px 0 0;
    background: #ffffff;
}
.news-center {
    width: 1200px;
    margin: 0 auto;
}
.news-center .el-tabs__item {
    font-size: 24px;
    color: #31549E;
    margin-bottom: 5px;
}
.el-tabs__active-bar {
    height: 3px !important;
    background: #31549E !important;
}
.el-tabs__item.is-active {
    color: #31549E !important;
}
.news-center .el-tabs__nav-wrap::after {
    display: none;
}
.news-center .news-info1 {
    box-sizing: border-box;
    position: relative;
}
.news-center .el-select {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.news-center .el-breadcrumb {
    font-size: 16px;
}
.news-center .el-input__inner {
    border-radius: 8px;
}
.news-center .news-swiper {
    padding: 80px 58px;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: box; 
    display: flexbox; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-center .swiper-slide {
    width: 31.5%;
    height: 459px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 30px;
    vertical-align: top;
    position: relative;
}
.news-swiper .news-img {
    width: 100%;
    height: 290px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}
.news-swiper .news-describe {
    font-size: 16px;
    color: #333333;
    margin: 30px 16px 25px;
}
.news-swiper .news-describe span {
    color: #AAAAAA;
}
.news-swiper .news-describe p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}
.news-swiper .news-more {
    width: 140px;
    height: 38px;
    line-height: 38px;
    margin: 0 16px;
    border: 1px solid #31549E;
    border-radius: 19px;
    color: #31549E;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.news-swiper .news-more span {
    margin-left: 10px;
}
.VisMore {
    margin-left: 50%;
    transform:translate(-50%);
    margin-bottom: 20px;
}

/* ========================================================== */
@media (min-width: 340px) {
    .news-center .el-tabs__item {
        font-size: 22px;
    }
    .el-tabs__active-bar {
        width: 88px;
    }
    .news {
        margin-top: 62px;
        padding: 20px 0 0;
    }
    .news-center {
        width: 95%;
    }
    .news-center .news-swiper {
        padding: 0;
    }
    .news-center .swiper-slide {
        width: 100%;
        height: 459px;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background: #f9f9f9;
        margin-top: 15px;
    }
    .news-swiper .news-img {
        border-radius: 0;
    }
    .news-swiper .news-more {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        position: absolute;
        bottom: 15px;
        left: 0;
    }
}

@media (min-width: 407px) {
    .news-center .swiper-slide {
        height: 480px;
    }
    .news-swiper .news-img {
        height: 310px;
    }
}

@media (min-width: 550px) {
    .news-center .news-swiper {
        padding: 0;
    }
    .news-center .swiper-slide {
        height: 480px;
    }
    .news-swiper .news-img {
        height: 310px;
    }
}

@media (min-width: 769px) {
    .news-center .el-tabs__item {
        font-size: 24px;
    }
    .el-tabs__active-bar {
        width: 96px;
    }
    .news {
        margin-top: 70px;
        padding: 50px 0 0;
    }
    .news-center .swiper-slide {
        width: 49%;
        height: 450px;
        border-radius: 8px;
        background: none;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .news-swiper .news-img {
        height: 270px;
    }
    .news-swiper .news-more {
        width: 128px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        font-size: 18px;
    }
    .news-center .swiper-slide:hover .news-more {
        bottom: 15px;
    }
    .news-center .news-swiper {
        padding: 50px 5px;
    }
}

@media (min-width: 960px) {
    .news-center {
        width: 90%;
    }
    .news-center .swiper-slide {
        width: 48%;
        height: 500px;
        margin-top: 35px;
    }
    .news-swiper .news-img {
        height: 320px;
    }
}

@media (min-width: 1025px) {
    .news-center .news-swiper {
        padding: 60px 30px;
    }
    .news-center .swiper-slide {
        width: 31.5%;
        height: 380px;
        margin-top: 22px;
    }
    .news-center .swiper-slide:hover {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
        background: #31549E;
        transform: scale(1.04,1.04);
        transition-duration: .3s;
    }
    .news-center .swiper-slide:hover .news-describe {
        color: #ffffff;
    }
    .news-center .swiper-slide:hover .news-describe span {
        color: #ffffff;
    }
    .news-center .swiper-slide:hover .news-more {
        color: #ffffff;
        border-color: #ffffff;
        position: absolute;
        left: 0;
        bottom: 20px;
        transition: .5s;
    }
    .news-swiper .news-img {
        height: 215px;
    }
    .news-swiper .news-more {
        width: 105px;
        height: 30px;
        line-height: 30px;
        border-radius: 18px;
        font-size: 14px;
    }
    .news-center .swiper-slide:hover .news-more {
        bottom: 15px;
    }
    .news-swiper .news-more {
        position: absolute;
        bottom: -40px;
        left: 0;
    }
}

@media (min-width: 1100px) {
    .news-center .swiper-slide {
        width: 31.5%;
        height: 420px;
        margin-top: 26px;
    }
    .news-swiper .news-img {
        height: 255px;
    }
    .news-swiper .news-more {
        width: 115px;
        height: 32px;
        line-height: 32px;
        border-radius: 18px;
        font-size: 15px;
    }
    .news-center .swiper-slide:hover .news-more {
        bottom: 15px;
    }
}

@media (min-width: 1280px) {
    .news-center {
        width: 1200px;
    }
    .news-swiper .news-img {
        height: 290px;
    }
    .news-center .news-swiper {
        padding: 80px 58px;
    }
    .news-center .swiper-slide {
        width: 31.5%;
        height: 459px;
    }
}

@media (min-width: 1366px) {
    
}

@media (min-width: 1440px) {
}

@media (min-width: 1680px) {
}

@media (min-width: 1920px) {
}