#app {
    min-height: calc(100vh - 4.5rem);
}

.unFound {
    width: 100%;
    margin-top: 2.6811rem;
}

.unFound>div:nth-child(1) {
    font-family: 'Roboto 600', sans-serif;
    text-align: center;
    color: #42714A;
    margin-bottom: .736rem;
    line-height: 120%;
}

.unFound>div:nth-child(2) {
    font-family: 'Roboto 600', sans-serif;
    color: #424242;
    text-align: center;
    line-height: 140%;
}

.type {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.31rem;
    font-family: 'Roboto 500', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #131313;
}

.type .line {
    width: 0.41rem;
    height: 0.94rem;
    background: #3B7636;
}

.part-three {
    width: 21.25rem;
    margin: 0 auto 0.5rem;
    padding: 0.94rem 0.69rem 1.25rem;
    border-radius: 0.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(0, 0, 0, 0.1);
}

.part-three-inner .news_div {
    display: grid;
    grid-template-columns: 6.63rem 1fr;
    gap: 0.63rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.94rem 0;
    border-bottom: 0.03rem solid rgba(216, 216, 216, 0.48);
}

.part-three-inner .news_div:last-child {
    border: none;
    padding-bottom: 0;
}

.part-three .news_img {
    width: 100%;
    height: 5.31rem;
    border-radius: 0.31rem;
}

.part-three .title {
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.63rem;
}

.part-three .author {
    font-family: 'Noto Sans 400', sans-serif;
    font-size: 0.69rem;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
}