/* 区块1 */
.news-section1-container{
    width: 100%;
}
.news-section1-container-header{
    padding: 3.4375rem 0;
    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.75rem;
    font-weight: 400;
}
.news-section1-container-header-date{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #87272a;
}
.news-section1-container-body{
    width: 100%;
}
.news-section1-container-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-poster-img{
    width: 100%;
    object-fit: contain;
}
.news-section1-container-content{
    padding: 7.5rem 0;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #676767;
}
.news-section1-container-content h1,
.news-section1-container-content h2,
.news-section1-container-content h3,
.news-section1-container-content h4,
.news-section1-container-content h5,
.news-section1-container-content h6{
    color: #000000;
}

/* 区块2 */
.news-section2-container{
    width: 100%;
    padding-bottom: 6.25rem;
}
.news-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.25rem;
    border-top: #000000 solid 1px;
}
.news-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
}
.news-section2-container-body{
    width: 100%;
    padding-top: 5.625rem;
}
.news-section2-news-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 5.625rem;
}
.news-section2-news{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #000000;
    text-decoration: none;
}
.news-section2-news-category{
    width: 100%;
    padding: 1.5625rem 0;
    border-top: #000000 solid 1px;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
}
.news-section2-news-poster{
    width: 100%;
    height: 34.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section2-news-poster-img{
    width: 100%;
    height: 34.6875rem;
    object-fit: cover;
}
.news-section2-news-info{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;
}
.news-section2-news-date{
    width: 100%;
    padding-top: 0.3125rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    color: #87272a;
}
.news-section2-news-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #676767;
}