.width-80{width: 80%;}

.box01{
    width: 73%;
    color: #434343;
    position: relative;
    float: left;
    overflow: hidden;
}
.box02{
    width: 25%;
    float: right;
    overflow: hidden;
}
.box02 a{float: right; margin-top: 6px;}
.box01 input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none ;
    outline: 0;
    width: 100%;
    height: 38px;
    background-color: #F8F8F8;
    border: none;
    padding: 0 15px 0 30px;
    border-radius: 5px;
}
.box01 label{
    font-size: 16px;
    z-index: 2;
    position: absolute;
    left: 109px;
    top:15%;
    color: #b2b2b2;
}
/*利用<i>来安放图标*/
.icon{
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    left: 12px;
    z-index: 2;
}

.bbs_inde_top{
    padding: 0 15px;
    overflow: hidden;
}

.public_dl{height: auto !important; text-align: left !important;}
