.news .top {
    background: #F5F5F5;
    overflow: hidden;
}

.news .top .wrap {
    width: 1480px;
    margin: 110px auto;
    display: flex;
    justify-content: space-between;
}

.news .top .wrap .l {
    width: 720px;
    overflow: hidden;
}

.news .top .wrap .l img {
    width: 100%;
    transition: 1s;
}

.news .top .wrap .l:hover img {
    transform: scale(1.05);
}

.news .top .wrap .r {
    width: 703px;
    margin: 94px 0 0 0;
}

.news .top .wrap .r .title {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
    margin: 0 0 36px;
    display: block;
    transition: 1s;
}

.news .top .wrap .r .title:hover {
    color: #1CB692;
}

.news .top .wrap .r .time {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin: 0 0 53px;
}

.news .top .wrap .r .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.news .bottom {
    overflow: hidden;
}

.news .bottom .wrap {
    width: 1480px;
    margin: 100px auto 86px;
}

.news .bottom .wrap .item {
    display: flex;
    align-items: center;
    padding: 0 0 70px;
    border-bottom: 1px solid #E6E6E6;
}

.news .bottom .wrap .item:not(:last-child) {
    margin: 0 0 70px;
}

.news .bottom .wrap .item .img {
    width: 330px;
    margin: 0 60px 0 0;
    overflow: hidden;
}

.news .bottom .wrap .item .img img {
    width: 100%;
    transition: 1s;
}

.news .bottom .wrap .item .text {
    flex: 1;
}

.news .bottom .wrap .item .text h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 18px;
    transition: .6s;
}

.news .bottom .wrap .item .text .time {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin: 0 0 42px;
}

.news .bottom .wrap .item .text p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.news .bottom .wrap .item:hover .text h1 {
    color: #1CB692;
}

.news .bottom .wrap .item:hover .img img {
    transform: scale(1.05);
}

.page .wrap {
    width: 1200px;
    margin: 216px auto 120px;
    position: relative;
}


.page .wrap .back{
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1CB692;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page .wrap .back .iconfont{
    color: #fff;
    font-size: 16px;
    transform: rotate(-180deg);
}

.page .wrap .title {
    text-align: center;
    padding: 0 0 40px;
}

.page .wrap .title span {
    font-size: 32px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 19px;
    display: block;
}

.page .wrap .title p {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

.page .wrap .content {
    border-top: 1px solid #E6E6E6;
    padding: 37px 0 0 0;
}

.page .wrap .content img{
    width: 800px;
    height: fit-content;
    margin: auto;
    display: block;
}

.page .wrap .content p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

@media screen and (max-width: 1920px) {
    .news .top .wrap {
        width: 77.0833333333vw;
        margin: 5.7291666667vw auto;
    }

    .news .top .wrap .l {
        width: 37.5vw;
    }

    .news .top .wrap .r {
        width: 36.6145833333vw;
        margin: 4.8958333333vw 0 0 0;
    }

    .news .top .wrap .r .title {
        font-size: 1.3541666667vw;
        line-height: 1.6666666667vw;
        margin: 0 0 1.875vw;
    }

    .news .top .wrap .r .time {
        font-size: 0.7291666667vw;
        margin: 0 0 2.7604166667vw;
    }

    .news .top .wrap .r .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .news .bottom .wrap {
        width: 77.0833333333vw;
        margin: 5.2083333333vw auto 4.4791666667vw;
    }

    .news .bottom .wrap .item {
        padding: 0 0 3.6458333333vw;
        border-bottom: 0.0520833333vw solid #E6E6E6;
    }

    .news .bottom .wrap .item:not(:last-child) {
        margin: 0 0 3.6458333333vw;
    }

    .news .bottom .wrap .item .img {
        width: 17.1875vw;
        margin: 0 3.125vw 0 0;
    }

    .news .bottom .wrap .item .text h1 {
        font-size: 1.3541666667vw;
        margin: 0 0 0.9375vw;
    }

    .news .bottom .wrap .item .text .time {
        font-size: 0.7291666667vw;
        margin: 0 0 2.1875vw;
    }

    .news .bottom .wrap .item .text p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .page .wrap {
        width: 62.5vw;
        margin: 11.25vw auto 6.25vw;
    }

    .page .wrap .title {
        padding: 0 0 2.0833333333vw;
        margin: 0 0 1.9270833333vw;
    }

    .page .wrap .title span {
        font-size: 1.6666666667vw;
        margin: 0 0 0.9895833333vw;
    }

    .page .wrap .title p {
        font-size: 0.7291666667vw;
    }

    .page .wrap .content p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }
}

/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 1024px) {
    .news .top .wrap {
        width: 90%;
        margin: 35px auto;
        flex-direction: column;
    }

    .news .top .wrap .l {
        width: 100%;
    }

    .news .top .wrap .r {
        width: 100%;
        margin: 25px 0 0 0;
    }

    .news .top .wrap .r .title {
        font-size: 20px;
        line-height: unset;
        margin: 0 0 10px;
    }

    .news .top .wrap .r .time {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .news .top .wrap .r .text {
        font-size: 13px;
        line-height: 25px;
    }

    .news .bottom .wrap {
        width: 90%;
        margin: 30px auto;
    }

    .news .bottom .wrap .item:not(:last-child) {
        margin: 0 0 30px;
    }

    .news .bottom .wrap .item {
        padding: 0 0 20px;
        border-bottom: 1px solid #E6E6E6;
        flex-direction: column;
        align-items: unset;
    }

    .news .bottom .wrap .item .img {
        width: 100%;
        margin: 0 0 10px;
    }

    .news .bottom .wrap .item .text h1 {
        font-size: 20px;
        line-height: unset;
        margin: 0 0 10px;
    }

    .news .bottom .wrap .item .text .time {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .news .bottom .wrap .item .text p {
        font-size: 13px;
        line-height: 25px;
    }

    .page .wrap {
        width: 90%;
        margin: 100px auto 50px;
    }

    .page .wrap .title span {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .page .wrap .title p {
        font-size: 13px;
    }

    .page .wrap .title {
        padding: 0 0 15px;
    }

    .page .wrap .content p{
        font-size: 13px;
        line-height: 30px;
    }
}
