body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

.notices-section {
    width: 1440px;
    padding: 0px 180px;
    box-sizing: border-box;
}

.notices-section > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
    padding-bottom: 16px;
    border-bottom: 1px solid #272727;
}

.notice-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
}

.notice-item > a > h2 {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #272727;
}

.notice-item > a > span {
    font-size: 14px;
    line-height: 18px;
    color: #a8a8a8;
}

.notices-section > .more-button {
    margin: 60px auto 0;
    width: 196px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
}

.notices-section > .more-button > img {
    margin-left: 4px;
}
