.section .wrap {
    padding: 230px 0 0;
    width: 1440px;
    margin: 0 auto;
}

.section .wrap form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 92px;
}

.section .wrap form input {
    width: 597px;
    height: 60px;
    border-radius: 4px 0px 0px 4px;
    padding: 0 25px;
    border-right: none;
}

.section .wrap form button {
    width: 123px;
    height: 60px;
    background: #1C69D4;
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .news_box {
    margin-bottom: 59px;
}

.section .wrap .news_box .total {
    margin-bottom: 0;
}

.section .wrap .news_box .news_content .item {
    display: block;
    line-height: 70px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    border-bottom: 1px solid #DBDFE1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .news_box .news_content .item:hover {
    color: #1C69D4;
    border-bottom: 1px solid #1C69D4;
}

.layui-input-affix {
    line-height: 60px;
}

.total {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    border-bottom: 1px solid #DBDFE1;
    padding: 0 0 15px;
    margin-bottom: 30px;
}

/*# sourceMappingURL=search.css.map */
@media screen and (max-width: 1919px) {
    .section .wrap {
        padding: 11.9791666667vw 0px 0px;
        width: 75vw;
    }

    .section .wrap form {
        margin: 0px 0px 4.7916666667vw;
    }

    .section .wrap form input {
        width: 31.09375vw;
        height: 3.125vw;
        border-radius: 0.2083333333vw 0px 0px 0.2083333333vw;
        padding: 0px 1.3020833333vw;
    }

    .section .wrap form button {
        width: 6.40625vw;
        height: 3.125vw;
        border-radius: 0px 0.2083333333vw 0.2083333333vw 0px;
        font-size: 0.9375vw;
    }

    .section .wrap .news_box {
        margin-bottom: 3.0729166667vw;
    }

    .section .wrap .news_box .news_content .item {
        line-height: 3.6458333333vw;
        font-size: 0.9375vw;
    }

    .layui-input-affix {
        line-height: 3.125vw;
    }

    .total {
        font-size: 0.9375vw;
        padding: 0px 0px 0.78125vw;
        margin-bottom: 1.5625vw;
    }
}
@media screen and (max-width: 1919px) {
    .section .wrap {
        padding: 100px 0px 0px;
        width: 90vw;
    }
    .section .wrap form input {
        width: calc(90vw - 120px);
        height: 50px;
        padding: 0 15px;
        border-radius: 4px 0px 0px 4px;
    }
    .section .wrap form button {
        width: 120px;
        height: 50px;
        font-size: 15px;
        border-radius: 0px 4px 4px 0px;
    }
    .layui-input-affix {
        line-height: 50px;
    }
    .section .wrap form {
        margin-bottom: 50px;
    }
    .section .wrap .news_box {
        margin-bottom: 50px;
    }
    .total {
        font-size: 18px;
        padding: 0 0 10px;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .section .wrap .news_box .news_content .item {
        line-height: 60px;
        font-size: 15px;
    }
}
