.home-banner {
    width: 100%;
    display: block;
}

.new-container {
    padding-top: 0.6rem;
    position: relative;
    background-color: #e7e7e7;
}

.new-container::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    background-color: #014993;
    height: 3.5rem;
}

.new-container>.container-xl {
    position: relative;
    z-index: 2;
}

.new-box {
    display: flex;
    position: relative;
}

.new-box .btn {
    border-radius: 0.34rem;
    background-color: transparent;
    color: #fff;
    margin-top: 0.2rem;
    float: right;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.new-box__img {
    width: 4.53rem;
    height: 3.23rem;
    display: block;
}

.new-box-wrapper {
    margin-left: 0.64rem;
}

.new-box__time {
    font-size: 0.24rem;
    color: #22bae9;
}


.new-box__title {
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    text-decoration: underline;
}

.new-box__desc {
    font-size: 0.16rem;
    color: #fff;
    line-height: 2;
}

.new-box-bd {
    margin-top: 0.8rem;
    display: flex;
}

.new-box-bd>.flex-1 {
    cursor: pointer;
}

.new-box-bd>.flex-1+.flex-1 {
    margin-left: 0.64rem;
}

.new-box.small .new-box__img {
    width: 2.4rem;
    height: 1.64rem;
}

.new-box.small .new-box__title {
    font-size: 0.18rem;
    color: #333;
}

.new-box.small .new-box__desc, .new-box.small .new-box__time {
    font-size: 0.16rem;
    color: #333;
}

.new-box.small .new-box__time {
    margin-top: 0.06rem;
    font-weight: bold;
}

.new-container .btn-more {
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0;
    font-size: 0.16rem;
    width: 100%;
    margin-top: 1.1rem;
    color: #fff;
    display: block;
    text-align: center;
    background: linear-gradient(to left, #1da251 0%, #004a93 50%);
}

.ywly-container {
    padding-top: 0.2rem;
    background-color: #fff;
    margin-top: 0.6rem;
}

.index-title {
    text-align: center;
    margin: 0 0 0.2rem;
}

.index-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-title h3 i {
    display: block;
    width: 0.2rem;
    height: 2px;
    background: linear-gradient(90deg, #cd1922, transparent);
    transform: rotate(-180deg);
}

.index-title h3 i:last-child {
    transform: rotate(0deg);
}

.index-title h3 span {
    font-size: 0.26rem;
    font-weight: bold;
    color: #004391;
    display: block;
    margin: 0 15px;
}

.index-title p {
    font-size: 0.16rem;
    color: #666;
    margin-top: 10px;
}

.index_lingyu {
    padding: 0 0 50px;
    overflow: hidden;
}


.index_lingyu ul {
    display: flex;
}

.index_lingyu .kwick {
    width: 20%;
    transition: all 0.3s ease;
}

.index_lingyu .kwick.on {
    width: 40%;
}


.index_lingyu .kwick .kwickCont a {
    display: block;
    position: relative;
}

.index_lingyu .kwick .kwickCont .pic {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_lingyu .kwick .kwickCont .pic img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
}

.index_lingyu .kwick .kwickCont .pic em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/shadow.png) no-repeat center bottom;
}

.index_lingyu .kwick .kwickCont .text {
    width: 100%;
    box-sizing: border-box;
    padding: 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 100px;
    overflow: hidden;
}

.index_lingyu .kwick .kwickCont .text h5 {
    line-height: 1.5;
    font-size: 0.2rem;
    color: #ffffff;
    font-weight: bold;
}

.index_lingyu .kwick .kwickCont .text p {
    font-size: 0.14rem;
    line-height: 1.7;
    color: #ffffff;
    padding-top: 0.1rem;
    filter: alpha(opacity=0);
    opacity: 0;
}

.index_lingyu .kwick.on .kwickCont .text {
    height: 1.2rem;
    background: rgb(0, 67, 145, 0.8);
}

.index_lingyu .kwick.on .kwickCont .text p {
    filter: alpha(opacity=100);
    opacity: 1;
}


@media (max-width: 767.98px) {
    .ywly-container {
        padding-top: 0.6rem;
    }

    .new-box__img {
        width: 100% !important;
        height: auto !important;
    }

    .index-title {
        margin-bottom: 0.4rem;
    }

    .index_lingyu .kwick .kwickCont .pic img {
        width: 100%;
    }

    .new-box__time, .new-box__desc, .new-box__title {
        color: #fff !important;
    }

    .new-box-wrapper {
        position: absolute;
        margin-left: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0.24rem;
        background-color: rgba(0, 0, 0, .5);
    }

    .new-box-wrapper .btn {
        display: none;
    }

    .new-box-bd {
        display: block;
        margin-top: 0;
    }

    .new-container::after {
        display: none;
    }

    .new-box-bd .flex-1 {
        margin: 0.5rem 0 0 !important;
    }

    .new-container .btn-more {
        margin-top: 0.6rem;
    }

    .new-container .btn-more {
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 0.5rem;
    }

    .index-title h3 span {
        font-size: 0.6rem;
    }

    .index-title h3 i {
        width: 0.4rem;
    }

    .index-title p {
        font-size: 0.4rem;
    }

    .index_lingyu .kwick {
        width: 100% !important;
    }

    .ywlySwiper {
        padding-bottom: 1.5rem !important;
    }

    .index_lingyu .swiper-pagination {
        bottom: 0.5rem !important;
    }

    .index_lingyu .kwick.on .kwickCont .text {
        height: auto;
        padding: 0.6rem 0.2rem;
    }

    .index_lingyu .kwick .kwickCont .text h5 {
        font-size: 0.6rem;
        text-align: center;
    }

    .index_lingyu .kwick .kwickCont .text p {
        font-size: 0.4rem;
    }
}