/* chentao 2020.11.17 start*/
.searchFont a {
    color: #666;
}

.ls_head .menu_bg .menu_con .more_bg div a:hover {
    background-color: #298bca;
    color: #fff;
}

.searchAutoDiv {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 33px;
    height: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all ease-in 0.2s;
    overflow: hidden;
}

.searchDiv {
    width: 600px;
    margin: 40px auto 50px;
}

.searchDiv .searchFont {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
}


.searchDiv .searchFont div {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bolder;
    color: #555;
    margin-left: 20px;
    cursor: pointer;
    font-family: 宋体, serif;
}

.searchDiv .searchFont div a:hover {
    color: #298bca;
}

.searchDiv .searchFont .hover a {
    color: #298bca;
}

.searchDiv .searchBor {
    width: 600px;
    height: 35px;
    border: 1px solid #298bca;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.searchDiv .searchBor input {
    display: block;
    width: 500px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    border: 0;
}

.searchDiv .searchBor .sBtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #298bca;
    cursor: pointer;
    font-family: 微软雅黑, serif;
}

.searchDiv .searchBor .sBtn:hover {
    background: #0882ce;
}

.searchImg {
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.searchImg img {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.searchNothing {
    width: 637px;
    height: 294px;
    margin: 0 auto;
    margin-bottom: 300px;
}

/* chentao 2020.11.17 end*/