.match-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100% - 210px);
}

.notice-breadcrumb-c {
    font-size: 14px;
    padding: 22px 0 16px;
    line-height: 1;
    color: #131313;
}
.notice-breadcrumb .item-index {
    color: #666;
}
.notice-breadcrumb span {}

.notice-list-c {
    background: #fff;
    padding: 16px 27px 0 40px;
    margin-top: 58px;
}

.notice-list-box {}
.notice-list-box li {
    padding: 22px 0;
    color: #494949;
    font-size: 14px;
    border-bottom: 1px solid #f3f5fe;
}
.notice-list-box li .title {
    float: left;
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list-box li .time {
    float: right;
    width: 150px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-box-footer {
    padding: 18px 0;
}

.page-box-footer #pageHTML {

}