.nmjb {
    min-width: 1200px;
}

.nm-cont {
    min-height: 404px;
    width: 1050px;
    margin: 0 auto;
    padding-top: 50px;
}
.nm-cont .title{
    font-size: 24px;
    color: #e79215;
    margin-bottom: 30px;   
}
.table_info{
    margin: 0 auto;
}
.table_name{
    border: 1px solid #9bd0f8;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background: #104ba5;
    color: #fff;
    background-repeat: repeat-x;
    text-align: center;
}
.td_name2{
    border: 1px solid #9bd0f8;
    height: 38px;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align-last: justify;
    position: relative;
    font-weight: 550;
    z-index: -1;
}
.td_name2 div{
    display: block !important;
}
.td_name2 font{
    position:absolute;
}
.td_info{
    border: 1px solid #9bd0f8;
    height: 38px;
}
.input_text{
    width:100%;
}
/* 举报人信息 */
.sear_table2{
    margin-top: 40px;
}
.table_info2{
    margin: 0 auto;
}
.table_info2 .td_name2{
    width: 150px;
}
.table_info2 .td_info{
    width: 370px;
}
.td_infoadd{

}
/* 验证码 */
#houseMaps_wrap{
    display: flex;
    align-items: center;
}
#houseMaps_wrap_list{
    margin-left: 10px;
}
#captchabox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}
#captchabox input{
   width: 258px;
    height:30px ;
    box-shadow: 1px 1px 5px #dacece;
}
.span-yzm:hover{
    cursor: pointer;
}
.sub-re-btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.submit,.reset{
    width:100px;
    height: 40px;
    background:#104ba5 ;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.submit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.reset{
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit input{
    color: #fff;
}
.reset input{
     color: #fff;
}
#houseMaps_wrap_list .delSpan{
    color: blue;
    margin-left: 15px;
    cursor: pointer;
}
