#center {
    background-color: #f2f2f2;
    padding: 10px 5px;
    z-index: 10;
    margin-top: 80px;
}

#bid-info {
    margin: 0 auto;
    background-color: #f2f2f2;
}

#bid-info a {
    text-decoration: none;
}


/*  查询条件 */
#query-area {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;


    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


#query-area .key-word {

    flex-grow: 1;
    flex-shrink: 0;

    flex-basis: 260px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

#query-area label {
    /*本身的宽度是70px*/
    margin-right: 10px;

    flex-grow: 0;
    flex-shrink: 0;
}

#query-area #key-word {
    /*ios上部阴影*/
    -webkit-appearance: none;

    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    outline: 0;
    text-indent: 14px;

    flex-grow: 1;
    flex-shrink: 0;

    width: 180px;
}


#query-area .period {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 260px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}


#query-area .period div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

#query-area #period {

    /*ios上部阴影*/
    -webkit-appearance: none;
    outline: none;
    background: url("/images/icon/arrow_bottom.svg") no-repeat calc(100% - 5px);
    background-size: 10px;

    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    outline: 0;
    border-radius: 2px;
    text-indent: 14px;

    flex-grow: 1;
    flex-shrink: 0;

    width: 80px;
}


#query-area #submit {

    /*ios上部阴影*/
    -webkit-appearance: none;

    font-weight: bold;
    margin-left: 30px;
    color: #fff;
    height: 34px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: #df2922;

    flex-grow: 0;
    flex-shrink: 0;
    width: 70px;
}


@media (max-width: 569px) {
    #query-area .period {
        margin-top: 20px;
    }
}

@media (min-width: 610px) {
    #query-area .period {
        margin-left: 10px;
    }
}

@media (min-width: 620px) {
    #query-area .period {
        margin-left: 20px;
    }
}

@media (min-width: 630px) {
    #query-area .period {
        margin-left: 30px;
    }
}


/* 表格 */
#content-area {
    background-color: #fff;
    margin-top: 10px;
    min-height: 500px;
    padding: 10px;
}


#content-area .row {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}


#content-area .row span {
    font-size: 1.1rem;
}

#content-area .row a:link {
    color: unset;
}

#content-area .row a:visited {
    color: #939393;
}


#content-area .row .publish-date {
    margin-left: 5px;
    flex-grow: 0;
    flex-shrink: 0;
}

#content-area .row .title span {
    border-bottom: 1px solid #999;
}



#content-area .row .title .heightLight {
    color: #df2922;
    font-weight: bold;
}


/* 分页 */
#pagination-area {

    padding: 20px 15px;
    width: calc(100% - 30px);
    background-color: #fff;

    margin-top: 10px;
    text-align: center;
}

#pagination-area img {
    width: 20px;
    height: 20px;
    margin: 0 15px;
}
