
.mianlayout{
    width: 1200px;
    margin: 20px auto;
    border: 1px solid #ccc;
    
}
.searchnav{
    width:100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchnav li{
    width:100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #888;
    color: #fff;
    border-top:2px solid #369;
    cursor: pointer;
}
.searchnav li:hover{
    background: #ccc;
    color: #369;
    border-top:2px solid #f90;
}
.searchnav li i.iconfont{
    font-size: 20px;
}
.searchnav li span{
    font-size: 18px;
}
.searchnav li.select{
    background: #fff;
    color: #369;
    border-top:2px solid red;
}
.searchRes{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.searchwarp{
    width: 560px;
    float: left;
    padding: 30px 0;
}
.navtext{
    width: 500px;
    height: 50px;
    border: 2px solid red;
    padding-left: 10px;
    font-size: 18px;
    outline: none;
    float: left;
    border-radius: 4px;
}
.navbtn{
    width: 400px;
    height: 50px;
    border:0;
    background: red;
    font-size: 18px;
    outline: none;
    float: left;
    margin-top:30px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}






.searchdata{
    width: 560px;
    float: right;
    padding: 30px 0;
}
.searchdatatitle{
    height: 50px;
    background: #eee;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid #ccc;
}
.searchdatainfo{
    padding: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.searchdatainfo dt{
    font-weight: bold;
    padding-bottom: 5px;
}
.searchdatainfo .red{
    color: red;
}



















