.notice-box {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.result-box {
    flex: 1;
    width: 100%;
}

.notice-card {
    background-color: white;
}

.notice-box .title {
    background: rgb(31, 32, 109);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    height: 40px;
    color: white;
    line-height: 40px;
    padding-left: 20px;
}

.notice-box .more {
    float: right;
    line-height: 40px;
    font-size: 14px;
    margin-right: 20px;
}

.notice-box .more a {
    color: #EEE;
}

.notice-box .more a:hover {
    color: #ff3300
}

.notice-box .notice-list {
    height: 100%;
    /* border:1px solid #aaa;
   background-color: white; */
    margin: 15px 10px;
    display: flex;
    display: -webkit-flex;
    padding-bottom: 20px;
}

.notice-box .notice-list ul li {
    width: 95%;
    padding: 6px 10px;
}

.notice-box .notice-list ul li a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.5em;
}

.notice-box .notice-list .time {
    float: right;
    color: #999;
}

.shaixuan-box {
    /*height: 100px;*/
    max-width: 1164px;
    margin: 77px auto;
    background-color: white;
}

.shaixuan-item {
    margin-left: 15px;
}

.shaixuan-item .field {
    line-height: 38px;
}

.shaixuan-box .status {
    float: left;
    height: 38px;
}

.shaixuan-box .status div {
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.shaixuan-box .status .active {
    border-radius: 30px;
    background-color: red;
    color: white;
}

.list {
    padding-bottom: 10px;
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
}

.list table thead tr {
    height: 35px;
    line-height: 35px;
    background-color: #f6f6f6;
}

.list .item {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d6d6d6;
}

.list .item td {
    padding: 6px 0;
}

.list .item li {
    clear: both;
    margin-bottom: 3px;
}