.section {
    padding: 60px 0 35px;
}

.section .wrap {
    width: 1440px;
    margin: 0 auto;
}

.section .wrap .title {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.section .wrap .title h5 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.section .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    position: relative;
    z-index: 3;
}

.section .wrap .title .title_logo {
    width: 400px;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
}

.section .wrap .list .item {
    display: block;
    width: 345px;
    margin-bottom: 60px;
}

.section .wrap .list .item .img {
    width: 345px;
    height: 207px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 12px 0;
}

.section .wrap .list .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .list .item > p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 2px 0 40px;
}

.section .wrap .list .item .item_more {
    display: flex;
    align-items: center;
}

.section .wrap .list .item .item_more p {
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    margin-right: 12px;
}

.section .wrap .list .item .item_more .iconfont {
    font-weight: 400;
    font-size: 16px;
    color: #1C69D4;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item:hover h5 {
    color: #1C69D4;
}

.section .wrap .list .item:hover .item_more .iconfont {
    transform: rotate(0);
}

.section .wrap .list .item:not(:nth-child(4n)) {
    margin-right: 20px;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 3.125vw 0px 1.8229166667vw;
    }

    .section .wrap {
        width: 75vw;
    }

    .section .wrap .title {
        margin-bottom: 4.1666666667vw;
    }

    .section .wrap .title h5 {
        font-size: 1.5625vw;
    }

    .section .wrap .title p {
        font-size: 1.0416666667vw;
    }

    .section .wrap .title .title_logo {
        width: 20.8333333333vw;
        top: 1.7708333333vw;
    }

    .section .wrap .list .item {
        width: 17.96875vw;
        margin-bottom: 3.125vw;
    }

    .section .wrap .list .item .img {
        width: 17.96875vw;
        height: 10.78125vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .time {
        font-size: 0.7291666667vw;
        margin: 0.625vw 0px;
    }

    .section .wrap .list .item h5 {
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }

    .section .wrap .list .item > p {
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
        margin: 0.1041666667vw 0px 2.0833333333vw;
    }

    .section .wrap .list .item .item_more p {
        font-size: 0.8333333333vw;
        margin-right: 0.625vw;
    }

    .section .wrap .list .item .item_more .iconfont {
        font-size: 0.8333333333vw;
    }

    .section .wrap .list .item:not(:nth-child(4n)) {
        margin-right: 1.0416666667vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 20px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title h5 {
        font-size: 24px;
    }
    .section .wrap .title p {
        font-size: 15px;

    }
    .section .wrap .title {
        margin-bottom: 30px;
    }
    .section .wrap .title .title_logo {
        width: 300px;
        top: 26px;
    }
    .section .wrap .list .item {
        width: 100%;
        margin: 0 0 40px !important;
        padding: 0 0 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .section .wrap .list .item .img {
        width: 100%;
        height: 54vw;
        border-radius: 6px;
    }
    .section .wrap .list .item .time {
        font-size: 14px;
        margin: 25px 0 15px;
        line-height: 1;
    }
    .section .wrap .list .item > p {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0 25px;
    }
    .section .wrap .list .item h5 {
        font-size: 18px;
        line-height: 1.4;

    }
    .section .wrap .list .item .item_more p {
        font-size: 15px;
        margin-right: 5px;
    }
    .section .wrap .list .item .item_more .iconfont {
        font-size: 14px;
    }
}
