.search-box {
    border-radius: 25px;
    width: 240px;
    height: 40px;
    background: #fff;
    float: right;
    position: relative;
    margin-bottom: 27px;
    margin-right: -30px;}

.search-group {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 0 10px; */
    border-radius: 25px;
    align-items: center;}

.search-input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    padding: 0 10px;
    padding-right: 50px;}

.search-input:focus {
    outline: none;}

.search-button {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;}

.search-button img {
    padding: 0;
    width: 75%;
    height: 75%;}
.govitemcontentc1152095 table {
    border-collapse: collapse;
    border:1px #eee  solid;}

.govitemcontentc1152095 td {
    border:1px #eee solid;}
