.searchlist {
	width: 96%;
    height: 35px;
    margin: 100px auto 0;
    border: 1px solid #4C4FA1;
    border-radius: 50px;
}
.searchlist button {
    float: left;
    width: 18px;
    height: 35px;
    text-align: center;
    border: none;
    margin-right: 10px;
    background: url(../images/indexgb_soso2.png) no-repeat center 8px;
    cursor: pointer;
}
.searchlist #searchTxt {
    float: left;
    width: 90%;
    height: 35px;
    line-height: 35px;
    font-family: 宋体;
    font-size: 12px;
    border-width: initial;
    border-color: initial;
    color: #939191;
    border-style: none;
    border-image: initial;
    background: transparent;
    outline: none;
    text-indent: 1em;
}
.sear_result_no{
    width: 80%;
    margin: 0 auto;
    height: 350px;
    font-size: 16px;
    text-align: center;
    line-height: 260px;
    vertical-align: middle;
}