#center {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#province-area .province-btn:first-child {
    margin: 30px 0 15px 0;
}

#province-area .btn-active{
    background-color: #df2922 !important;
}

#province-area .province-btn {
    font-weight: bold;
    color: #fff;
    width: 70px;
    height: 34px;
    text-align: center;
    border: 0;
    border-radius: 17px 0 0 17px;
    background-color: #fb9797;
    cursor: pointer;
    margin: 15px 0;
    display: block;
}

/* 右侧button */
#province-area-right{
    position: relative;
}

#province-area-right .province-btn:first-child {
    margin: 30px 0 15px 0;
}


#province-area-right .btn-active{
    background-color: #df2922 !important;
}

#province-area-right .province-btn {
    font-weight: bold;
    color: #fff;
    width: 70px;
    height: 34px;
    text-align: center;
    border: 0;
    border-radius: 0 17px 17px 0;
    background-color: #fb9797;
    cursor: pointer;
    margin: 15px 0;
    display: block;
}
#province-area-right .beta-label {
    position: absolute;
    top: 12px;
    right: 0;
    color: #df2922;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}



#bid-info {
    /*margin: 0 auto;*/
    width: 1000px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
}

#bid-info a {
    text-decoration: none;
}


/*  查询条件 */
#query-area {
    padding: 20px;
    width: calc(100% - 40px);
    background-color: #f6f6f6;
    border-radius: 5px;
}

#query-area .key-word {
    width: 240px;
    height: 32px;
    border: 1px solid #d3d3d3;
    text-indent: 14px;
    outline: 0;
    color: #999;
    border-radius: 2px;
}

#query-area label {
    margin-left: 10px;
    margin-right: 10px;
}

#select-label {
    margin-left: 30px !important;
}

#query-area .period {
    width: 100px;
    height: 34px;
    border: 1px solid #d3d3d3;
    color: #999;
    margin-right: 10px;
    outline: 0;
    border-radius: 2px;
}

#query-area .submit {
    font-weight: bold;
    margin-left: 30px;
    color: #fff;
    width: 70px;
    height: 34px;
    text-align: center;
    border: 0;
    border-radius: 2px;
    background-color: #df2922;
    cursor: pointer;
}


/* 表格 */
#content-area {
    margin-top: 18px;
    min-height: 572px;
}

#content-area .row-info {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
}

#content-area .row-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#content-area .row-title span {
    font-size: 1.1rem;
    line-height: 2.65rem;
}

#content-area .large-row-title span {
    font-size: 1.2rem;
    line-height: 2.65rem;
}

#content-area .large-row-title .title {
    color: #444;
    font-weight: 700
}

#content-area .row-title .city {
    flex-shrink: 0;
    flex-basis: 5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-area .row-title a:link {
    color: unset;
}

#content-area .row-title a:visited {
    color: #939393;
}

#content-area .row-title .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    flex-grow: 1;
    flex-shrink: 1;
}

#content-area .heightLight {
    color: #df2922 !important;
    font-weight: bold;
}

#content-area .row-title .publish-date {
    margin-left: 20px;
    flex-shrink: 0;
}

#content-area .row-content {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}

#content-area .row-content span {
    font-size: 1rem;
    color: #666;
}


/* 分页 */
#pagination-area {

    padding: 20px;
    width: calc(100% - 40px);
    background-color: #f6f6f6;

    margin-top: 20px;
    text-align: center;
}

#pagination-area img {
    width: 20px;
    height: 20px;
    margin: 0 20px;
}
