.main {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.main .page-wrap .pagination {
    margin: 0
}

.notice-term .notice-term-li {
    margin-bottom: 16px
}

.notice-term .notice-term-li:nth-of-type(5n) {
    padding-bottom: 16px;
    border-bottom: 1px dashed #f4f4f4
}

.notice-term .notice-term-li .con {
    width: 1050px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap
}

.notice-term .notice-term-li .con .tag {
    display: inline-block;
    width: 64px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 10px
}

.notice-term .notice-term-li .con .tag.tag1 {
    color: #ff6c6e;
    background: #fff1f0;
    border: 1px solid #ff4d79
}

.notice-term .notice-term-li .con .tag.tag2 {
    color: #d1d1d1;
    background: #fbfbfb;
    border: 1px solid #e6e6e6
}

.notice-term .notice-term-li .date {
    width: 110px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: right;
    line-height: 22px
}

.page-wrap1 {
    display: none
}

.notice-detail-head {
    padding: 20px 0;
    color: #999
}

.notice-detail-head a {
    background: url(/themes/images/icon.png) right -289px no-repeat;
    padding: 0 14px 0 0;
    margin-right: 9px;
    color: #666
}

.notice-detail-head a:hover {
    color: #d6363b
}

.container {
    flex: 1;
}

