.main .search {
    padding: 70rem 0;
    background: var(--vi-color);
    color: #fff;
}

.main .search::after {
    content: '';
    display: block;
    clear: both;
}

.main .search .left,
.main .search .right {
    float: left;
}

.main .search .left {
    width: 220rem;
}

.main .search .right {
    width: calc(100% - 220rem);
    padding-left: 46rem;
    box-sizing: border-box;
    font-size: 18rem;
}

.input-box {
    height: 50rem;
    line-height: 50rem;
    background: #fff;
    border-radius: 90rem;
    position: relative;
    overflow: hidden;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #fff !important;
    box-shadow: none;
}

.layui-input {
    height: 50rem;
    background: none;
    color: #fff;
    border: 0;
    outline: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.layui-form-select dl {
    top: 55rem;
}

.input-box input {
    border-radius: 90rem;
    width: 100%;
    height: 100%;
    font-size: 18rem;
    border: 0;
    padding: 0 40rem;
    box-sizing: border-box;
}

.input-text {
    padding: 1em;
    padding-bottom: 0;
}

.search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70rem;
    padding: 0;
    border: none;
    background: none;
    font-size: 24rem;
}

.search-btn:active {
    font-weight: bold;
    color: #013088;
}

.search-list {
    padding: 40rem 0 5%;
}

.search-list li a {
    display: block;
    padding: 60rem;
}

.search-list .time {
    font-size: 16rem;
    margin-bottom: 0.5em;
}

.search-list .tit {
    font-size: 24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-list .tit span{color: #41aa7e}
.search-list li:nth-child(2n) {
    background: #f2f2f2;
}

.s_tips {margin-bottom: 1em}
.s_tips a{color: #fff}

@media screen and (min-width: 1025px) {
    .s_tips a:hover{color: #fff !important;opacity: 0.8}
}

@media screen and (max-width: 768px) {
    .search-list .time {
        font-size: 12px;
    }

    .input-box input,
    .search-list .tit {
        font-size: 14px;
        white-space: normal;
    }

    .search .left,
    .search .right {
        font-size: 14px;
        float: none;
        padding: 0;
        width: auto;
    }

    .search .right {
        margin-top: 1em;
    }

    .input-box,
    .layui-input {
        height: 36px;
    }

    .layui-form-select dl {
        top: 38px;
    }

    .search-btn{
        font-size: 20px;
        width: 40px;
    }
}


.search .left .layui-form-select .layui-edge{border: 0;background:url(../images/arrow.png) no-repeat center center;width: 20px;height: 20px;margin-top: -8px;}
.search .left .layui-form-select .layui-input{font-size:20px;    border-color: #4a65a2;    margin-top: -10rem;height: 60rem}

@media screen and (min-width: 1024px) {
    .search-list li a:hover{
        color: var(--vi-color);
    }
}
@media screen and (max-width: 1366px) {
.search .left .layui-form-select .layui-input{font-size:18px;    }
.search .left .layui-form-select .layui-edge{background-size: 16px !important}


}
@media screen and (max-width:767px) {
.search .left .layui-form-select .layui-input{font-size:16px;border-color: #fff; margin-top: 0;padding-bottom: 15px;    }
.search .left .layui-form-select .layui-edge{background-size: 16px !important;margin-top: -14px}


}


