.queryWay {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    font-weight: 400;
    font-size: 12px;
}

.order {
    line-height: 32px;
}

.form-select {

    width: 185px;
    height: 32px;
    font-size: 12px;
    margin-left: 12px;
}

.selectWay,
.noticeType,
.noticeTime {
    display: flex;
    flex-direction: row;
}

.searchWay {
    display: flex;
    flex-direction: row;
    width: 537px;
    height: 32px;

    background: #FFFFFF;
    border-radius: 2px;
}

.form-check {
    line-height: 32px;
    margin-left: 12px;
}

.form-check-input {
    margin-top: 10px;
}

/* .input-group {
    
} */

.form-control {
    width: 468px;
    height: 32px;
    font-size: 12px;
}

.searchBtn {
    font-size: 12px;
    margin-left: 12px;
    width: 69px;
    height: 32px;

    background: #3059EC;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
}

button::after {

    border: none;
    outline: 0;
}

.activeTab {
    width: 100%;
    height: 102px;

    background: #F7F8FC;
    padding: 12px;
    margin-bottom: 19px;
}


.lh32 {
    line-height: 32px;
    ;
}

.mr18 {
    margin-right: 18px;
}

.mt18 {
    margin-top: 18px;
}

.ml18 {
    margin-left: 18px;
}

.mb18 {
    margin-bottom: 18px
}

label.btn-outline-primary {
    /* width: 60px; */
    height: 30px;

    border-radius: 20px;
    font-size: 12px;
    line-height: 10px;
}


.noticelist {
    border-top: 1px solid #eee;
}

.listItem {
    margin: 0 30px;
    border-bottom: 1px solid #eee;
    padding: 29px 0
}

.statustitle {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
}

.noticestatus {
    width: 54px;
    height: 22px;

    /* Form/Form-disabled-bg */

    background: #F4F7FC;
    /* fuctional colors/info/color-info-border */

    border: 0.5px solid #D9ECFF;
    border-radius: 2px;
    width: 54px;
    height: 22px;

    /* Form/Form-disabled-bg */

    background: #F4F7FC;
    /* fuctional colors/info/color-info-border */

    border: 0.5px solid #D9ECFF;
    border-radius: 2px;
    line-height: 22px;
    text-align: center;
}

.noticetitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px;
}

.noticeListTime {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */

    display: flex;
    align-items: center;

    /* 中性色/text/g3-text3 */

    color: #86909C;

}

.deadline {
    margin-right: 50px;
}


.pagination-sm {

    --bs-pagination-font-size: 12px;
    margin-top: 14px;
}

.footer {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    color: #9AA6B8;
}

.active {
    background-color: #7FFFAA;
}