.produce-swiper-con {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.produce-swiper-con .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.produce-swiper-con .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #fff;
}

.produce-swiper-con .banner-swiper-content {
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 150px;
}

.produce-swiper-con .desc {
    font-size: 14px;
    color: #000;
}

.produce-swiper-con .tip {
    margin-top: 20px;
    color: #1750ae;
    font-size: 40px;
    font-weight: 700;
}

.tabs-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.tabs-con .tab-ul {
    display: flex;
}

.tabs-con .tab-ul>li {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.tabs-con .tab-ul .active {
    background: #1750ae;
}

.tabs-con .tab-ul .active a {
    color: #fff;
}

.new-list-con {
    margin-top: 40px;
}

.new-list-con .page-num-con {
    margin-top: 70px;
}

.new-list-con .news-item {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.new-list-con .img-con {
    width: 470px;
    height: 352px;
}

.new-list-con .img-con>img {
    width: 100%;
    height: 100%;
}

.new-list-con .text-content {
    flex: 1;
    width: 1px;
    height: 100%;
    padding: 0 40px;
}

.new-list-con .text-content .title {
    margin-top: 30px;
    font-size: 32px;
    color: #1750ae;
}

.new-list-con .text-content .desc {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-list-con .text-content .link-button {
    display: block;
    width: 90px;
    height: 32px;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    background: rgba(0,0,0,.1);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.new-list-con .text-content .link-button:hover {
    background: #1750ae;
}

.new-list-con .date-con {
    text-align: center;
}

.new-list-con .date-con .day {
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 32px;
    color: #1750ae;
}

.new-list-con .date-con .year {
    margin-top: 4px;
    font-size: 14px;
}

@media (max-width: 700px) {

    .produce-swiper-con {
         margin-top: 57px;
    }

    .produce-swiper-con {
        height: auto;
    }

    .produce-swiper-con .banner-swiper-content {
        padding-top: 100px
    }

    .produce-swiper-con .desc {
        text-align: center
    }

    .produce-swiper-con .tip {
        margin-top: 20px;
        font-size: 38px;
        text-align: center
    }

    .tabs-con .tab-ul>li {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 14px
    }

    .new-list-con {
        margin-top: 20px
    }

    .new-list-con .page-num-con {
        margin-top: 20px
    }

    .new-list-con .news-item {
        position: relative;
        display: flex;
        width: 100%;
        padding: 0 20px 20px 20px;
        margin-top: 20px
    }

    .new-list-con .img-con {
        width: 120px;
        height: 80px
    }

    .new-list-con .text-content {
        padding-left: 10px;
        padding-right: 0
    }

    .new-list-con .text-content .title {
        margin-top: 0;
        font-size: 16px
    }

    .new-list-con .text-content .desc {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        -webkit-line-clamp: 2
    }

    .new-list-con .text-content .link-button {
        width: 80px;
        height: 28px;
        margin-top: 10px;
        line-height: 28px
    }

    .new-list-con .date-con {
        position: absolute;
        right: 20px;
        bottom: 30px;
        display: flex;
        text-align: center
    }

    .new-list-con .date-con .day {
        margin-top: 0;
        border: none;
        font-size: 14px;
        color: #000;
        order: 1
    }

    .new-list-con .date-con .day:before {
        content: '.'
    }

    .new-list-con .date-con .year {
        margin-top: 0;
        font-size: 14px;
        order: 0
    }
}

@media (min-width: 700px) and (max-width:1000px) {

    .produce-swiper-con {
        height: 340px
    }

    .produce-swiper-con .banner-swiper-content {
        padding-top: 100px
    }

    .produce-swiper-con .desc {
        text-align: center
    }

    .produce-swiper-con .tip {
        margin-top: 20px;
        font-size: 42px;
        text-align: center
    }

    .tabs-con .tab-ul>li {
        height: 50px;
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px
    }

    .new-list-con {
        margin-top: 40px
    }

    .new-list-con .page-num-con {
        margin-top: 40px
    }

    .new-list-con .news-item {
        position: relative;
        display: flex;
        width: 100%;
        padding: 0 20px 40px 20px;
        margin-top: 40px
    }

    .new-list-con .img-con {
        width: 300px;
        height: 180px
    }

    .new-list-con .text-content {
        padding-left: 20px;
        padding-right: 0
    }

    .new-list-con .text-content .title {
        margin-top: 0;
        font-size: 24px
    }

    .new-list-con .text-content .desc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        height: 80px
    }

    .new-list-con .text-content .link-button {
        width: 80px;
        height: 28px;
        margin-top: 10px;
        line-height: 28px
    }

    .new-list-con .date-con {
        position: absolute;
        right: 20px;
        bottom: 60px;
        display: flex;
        text-align: center
    }

    .new-list-con .date-con .day {
        margin-top: 0;
        border: none;
        font-size: 16px;
        color: #000;
        order: 1
    }

    .new-list-con .date-con .day:before {
        content: '.'
    }

    .new-list-con .date-con .year {
        margin-top: 0;
        font-size: 16px;
        order: 0
    }
}

@media (min-width: 1000px) and (max-width:1400px) {

    .produce-swiper-con {
    }

    .produce-swiper-con .banner-swiper-content {
        padding-top: 130px
    }

    .produce-swiper-con .tip {
        margin-top: 20px;
        font-size: 30px
    }

    .tabs-con .tab-ul>li {
        height: 60px;
        padding: 0 20px;
        line-height: 60px;
        font-size: 16px
    }

    .new-list-con {
        margin-top: 60px
    }

    .new-list-con .page-num-con {
        margin-top: 60px
    }

    .new-list-con .news-item {
        position: relative;
        display: flex;
        width: 100%;
        padding: 0 0 40px 0;
        margin-top: 40px
    }

    .new-list-con .img-con {
        width: 400px;
        height: 220px
    }

    .new-list-con .text-content {
        padding-left: 40px;
        padding-right: 0
    }

    .new-list-con .text-content .title {
        margin-top: 0;
        font-size: 24px
    }

    .new-list-con .text-content .desc {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        height: 80px
    }

    .new-list-con .text-content .link-button {
        width: 80px;
        height: 28px;
        margin-top: 10px;
        line-height: 28px
    }
}

