.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.swiper-slide img {
    width: 100%;
    height: 100%;

}

.content .content-main {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
    position: relative;
    margin-bottom: 6%;
    position: relative;
    box-sizing: border-box;
}

.content-main .content-title {
    font-size: 30px;
    line-height: 1;
    color: #333;
    margin: 60px 0;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}

.content-main .content-list {
    width: 100%;
}

.content-list .list-item {
    display: block;
    background-color: #e4e4e4;
    height: 580px;
    margin-right: 10px;
    color: #333;
    position: relative;
}

.content-list .blue {
    position: absolute;
    right: 0;
    top: 150px;
    width: 5%;
    height: 580px;
    background-color: #0d56a7;
}

.list-item .list-text {
    padding: 40px;
    width: 30%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.list-text .line {
    width: 16px;
    height: 3px;
    background: #333;
}

.list-text h2 {
    margin: 25px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
}

.list-item .img {
    width: 100%;
    height: 365px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../img/topic1.jpg');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: auto;
}

.list-item .img .mask {
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.list-item .img .mask-text {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 40px;
    /* padding: 40px; */
}

.list-item .img .mask-text p {
    letter-spacing: 1px;
}

.list-item .img .mask-text .bottom-line {
    width: 80%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}


.list-item:hover .img {
    height: 580px;
    background-size: 100% 580px;
    background-position: 0% 100%;
    transition: all cubic-bezier(.23, 1, .32, 1) .6s;
}

.list-item:hover .list-text {
    color: #fff;
}

.list-item:hover .line {
    background: #fff;
}

.list-item:hover .mask {
    display: block;
}

.list-item .img.img1 {
    background-image: url('../img/topic2.jpg');

}

.list-item .img.img2 {
    background-image: url('../img/topic3.jpg');

}

.content-news {
    padding: 5% 5%;
}

.new-title h2 {
    font-size: 30px;
    color: #004b9c;
    margin: 20px 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.new-title a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #dcdddf;
    background: #f6f7f9;
    position: relative;
}


.content-news .item {
    display: block;
    height: 202px;
}

.new-title:hover a {
    border-bottom: 1px solid #333;
}

.new-title:hover a,
.content-news .item:hover {
    text-decoration: none;
    color: #333;
}

.item h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.item span {
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, "Helvetica Neue", Helvetica, "sans-serif";
    margin-bottom: 20px;
}

.item p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 26px;
    height: 52px;
}

.item .more {
    padding-bottom: 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: "PF DinText Pro Medium", Arial, "Helvetica Neue", Helvetica, "sans-serif";
}

.item:hover .more {
    border-bottom: 1px solid #333;
}

@media screen and (max-width:960px) {
    .list-item {
        margin-top: 20px;
    }

    .new-title h2 {
        text-align: center;
    }

    .new-title a {
        display: block;
        width: 100%;
    }

    .content-news .item {
        margin: 20px auto;
        padding: 3%;
        box-sizing: border-box;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, .15);
    }
    .list-item .list-text{
        width: 50%;
    }
}