﻿/*<!-- search_box -->*/
.container .search_box {
    float: right;
    width: 1024px;
    height: 48px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
}


.container .search_wbox {
    position: relative;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    background: #eee;
    border-bottom: 1px solid #eee;
}

    .container .search_wbox #txt_Keyword_list {
        position: absolute;
        z-index: 9000;
        top: 65px;
        left: 0px;
        overflow-wrap: break-word;
        cursor: default;
        display: none;
        width: 834px;
    }

.container .search_box input[type="button"] {
    float: right;
    width: 68px;
    height: 48px;
    cursor: pointer;
    background: url(/Content/Shared/images/sousuo-2.png) no-repeat #f29600 50%;
}

    .container .search_box input[type="button"]:hover {
        background: url(/Content/Shared/images/sousuo-2.png) no-repeat #ffa511 50%;
    }

.container .search_box input#txt_search {
    width: 77%;
    height: 33px;
    border: none;
    padding-left: 15px;
    margin-top: 9px;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #333;
}

.container .SuggestFramework_List {
    border: 1px solid #CCCCCC;
    border-top: 0px;
    background: #fff;
    transition: all 0.5s ease-out;
    top: 50px !important;
    width: 959px !important;
    box-sizing: border-box;
    left: -2px !important;
    font-size: 14px;
    color: #333;
}

#txt_search_list table tr {
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
}

#txt_search_list table tr:hover {
    background: Highlight;
    color: #fff;
    cursor:pointer;
}

.container .key_close_div {
    position: absolute;
    top: 20px;
    right: 228px;
    cursor: pointer;
}

    .container .key_close_div img {
        width: 25px;
        height: 25px;
    }

.container .search_box .all_picture {
    float: right;
    position: relative;
    width: 95px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    background: url(/Content/Shared/images/gd.png) no-repeat 92% 22px;
}

    .container .search_box .all_picture span {
        float: left;
        width: 1px;
        height: 20px;
        margin-top: 14px;
        border-left: 1px solid #bdbdbd;
        box-sizing: border-box;
    }

    .container .search_box .all_picture ul {
        position: absolute;
        top: 50px;
        left: -3px;
        border: 1px solid #bdb9b3;
        border-top: none;
        z-index: 9999;
    }

        .container .search_box .all_picture ul li {
            width: 105px;
            height: 46px;
            background: rgba(255, 255, 255, 0.8);
            border-top: 1px solid #bdb9b3;
            line-height: 46px;
        }

            .container .search_box .all_picture ul li:hover {
                background: #999;
                color: #fff;
            }
/*<!-- search_box End -->*/
