
/*回复查看搜索-开始*/
.listpage .title {
    width: 100%;
    height: 45px;
    background: #f5f5f5;
}
.listpage .title h2 {
    height: 45px;
    display: inline-block;
    border-bottom: solid 1px #e9e9e9;
    font-size: 18px;
    width: 710px;
    float:left;
}

.listpage .title h2 a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #333333;
    padding-left: 22px;
}
.listpage .search{ float:right; margin-top:5px; margin-right:20px}
.listpage .search_input{ width:230px; float:left; background:#FFF; height:35px; line-height:35px; border-radius:6px 0 0 6px; border:none; font-size:14px; text-indent:22px}
.listpage .search_bnt{ width:45px; float:left; height:35px;  border-radius:0 6px 6px 0; border:none; background:#8fc44a url(search2018516.png)no-repeat center}
/*回复查看搜索-结束*/