/* 区块1 */
.news-section1-container{
    width: 100%;
    padding: 6.25rem 0;
}
.news-section1-container-content{
    width: 53.75rem;
    margin: 0 auto;
}
.news-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.125rem;
    border-bottom: #c8c8c8 solid 1px;
}
.news-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.75rem;
    font-weight: bold;
}
.news-section1-container-header-date{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #6fa032;
}
.news-section1-container-body{
    width: 100%;
    padding: 3.125rem 0;
    border-bottom: #c8c8c8 solid 1px;
}
.news-section1-articles{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.7;
}
.news-section1-articles p{
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
    line-height: 1.7;
    min-height: 1.25rem;
}
.news-section1-articles h1,
.news-section1-articles h2,
.news-section1-articles h3,
.news-section1-articles h4,
.news-section1-articles h5,
.news-section1-articles h6{
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.625rem;
}
.news-section1-articles img{
    width: 100%;
    object-fit: contain;
    margin-top: 1.25rem;
}

/* 区块2 */
.news-section2-container{
    width: 100%;
    padding-bottom: 9.375rem;
}
.news-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.news-section2-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.news-section2-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 2.5rem;
}
.news-section2-desc{
    width: 100%;
    text-decoration: none;
    color: #000000;
}
.news-section2-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-section2-desc-poster-img{
    width: 100%;
    height: 23.125rem;
    object-fit: cover;
}
.news-section2-desc-info{
    width: 100%;
    padding-top: 1.25rem;
}
.news-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}
.news-section2-desc-date{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #6fa032;
}