.finance_tab li{ width:auto; padding: 0 12px;}

.search_box input {
    width: 264px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #333;
    height: 31px;
    background-color: #eaeae6;
    box-sizing: border-box;
    color: #353535;
    height: 45px;
    background: #fff;
    border: 1px solid #dedede;
}

.search_box input.srh_btn{
    position: absolute;
    top: 14px;
    right: 11px;
    display: inline-block;
    float: right;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    background-image: url(/img2/ic_search.png);
    background-size: 100%;
}

