/*政策顶部搜索布局*/
.query_div {
    width: 40%;
}

.query_btn {
    width: 20%;
    background-color: #FFA200;
    height: 50px;
    float: left;
    display: flex;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 30px
}