.anliseach{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.buttonPj{
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid black;
    margin-right: 3px;
    cursor: pointer;
}
.buttonPj:hover{
    background-color: #0159a1;
    color: white;
}
.pjhover{
    background-color: #0159a1;
    color: white;
}