﻿/* 搜索框新版下拉 20240117 */
/* 清理浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20 ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for ie6 ie7 */
}

.searchpop {
    position: absolute;
    top: 46px;
    display: block;
    background: #fff;
    border-right: 1px solid #2f7fff;
    border-left: 1px solid #2f7fff;
    border-bottom: 1px solid #2f7fff;
    width: 100%;
    /* padding:0 11px; */
    box-sizing: border-box;
    z-index: 99999;
    color: #606266;
}

.searchpopwrap {
    border-top: 1px solid #ecedf0;
    line-height: 30px;
    padding: 10px 0;
    /* max-height: 282px; */
    overflow: hidden;
}

    .searchpopwrap h3 {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .searchpopwrap li {
        color: #606266;
        cursor: pointer;
        padding-left: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
        word-wrap: normal;
    }

        .searchpopwrap li.active {
            background: #f6f5f5;
            color: #2f7fff;
        }

        .searchpopwrap li a:hover, .searchpopwrap li a:active {
            color: #2f7fff;
        }

        .searchpopwrap li span.xuhao {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            color: #bcbcbc;
            font-family: pingfang-sc-heavy;
        }

        .searchpopwrap li span.one {
            color: #ee4735;
            font-style:oblique;
        }

        .searchpopwrap li span.two {
            color: #ff8023;
            font-style:oblique;
        }

        .searchpopwrap li span.three {
            color: #feb22d;
            font-style:oblique;
        }

    .searchpopwrap .empty {
        color: #333;
        font-weight: 800;
        text-align: center;
        padding: 85px 0;
    }

        .searchpopwrap .empty img {
            display: block;
            margin: 0 auto 18px;
        }

.search-left, .search-right {
    height: 100%;
    /* display:inline-block; */
    /* vertical-align:top; */
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.search-left {
    width: 60%;
    float: left;
    /* padding-left:4px; */
    box-sizing: border-box;
}

.search-right {
    width: 40%;
    float: right;
    /* padding-left:19px; */
    border-left: 1px solid #ecedf0;
    box-sizing: border-box;
}

.search2 {
    box-shadow: 0px 0px 8px 0px rgba(44,110,255,0.22);
    border-radius: 8px;
    border: 0;
    top: 56px;
}

    .search2 .searchpopwrap {
        border-top: 0;
    }

    .search2 li {
        border-bottom: 1px solid #f0f0f0;
        line-height: 35px;
        padding: 0 10px;
    }

        .search2 li:last-child {
            border-bottom: 0;
        }

        .search2 li.active {
            background: 0;
        }

.newssearch_right .newssearch_right_middle .searchinput {
    border-left: 1px solid #2f7fff;
    width: 574px;
}
