.mysearch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 15px;
    width: 100%;
}

.mysearch input {
    width: 100%;
    margin-right: 5px;
}

.mysearch button {
    margin-left: 5px;
}

.gongao {
    background-color: rgb(226, 125, 9);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
} 
.gongao2 {
    background-color: rgb(95, 137, 253);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
} 
.goumaixianqin div{
    margin: 10px;
}
.textjq{
    white-space:nowrap;
    word-break:break-all;
    overflow:hidden;
    text-overflow:clip;/*//只是截取*/
    text-overflow:ellipsis;/*//截取并显示省略号*/
}
.navleft{
    height:calc(100vh - 130px);
    overflow-y:auto
}