/* 区块1 */
.news-section1-container{
    width: 100%;
    padding: 6.25rem 0;
}
.news-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.news-section1-container-body{
    width: 100%;
    padding-top: 5rem;
}
.news-section1-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 2.5rem;
}
.news-section1-desc{
    width: 100%;
    text-decoration: none;
    color: #000000;
}
.news-section1-desc-poster{
    width: 100%;
    height: 23.125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-desc-poster-img{
    width: 100%;
    height: 23.125rem;
    object-fit: cover;
}
.news-section1-desc-info{
    width: 100%;
    padding-top: 1.25rem;
}
.news-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}
.news-section1-desc-date{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #6fa032;
}