.notice-list{
    height: 420px !important;
}

.news-inner{
    display: flex;
    flex-direction: column;
}

.more{
    text-align: center;
    margin-top: 10px;
}

.desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(105, 105, 105, 0.658);
    color: white;
    padding: 12px 0;
    display: flex;
    padding-left: 2rem;
}

