/* 区块1 */
.news-section1-container{
    width: 100%;
    padding-top: 6.6875rem;
}
.news-section1-container-content{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.news-section1-container-content-bg{
    width: 100%;
    height: 30.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-content-bg-img{
    width: 100%;
    height: 30.875rem;
    object-fit: cover;
}
.news-section1-container-content-info{
    width: 100%;
    height: 30.875rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.news-section1-container-content-info-wrap{
    width: 100%;
    height: 30.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-section1-container-title{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 500;
}
.news-section1-container-content-info-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 3.125rem;
    left: 0;
}
.news-section1-container-category-list{
    width: max-content;
    height: 4rem;
    padding: 0 0.4375rem;
    background: #FFFFFF;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-category{
    width: 10.25rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #080404;
}
.news-section1-container-category-title{
    font-size: 1.125rem;
    font-weight: 500;
}
.news-section1-container-category-active{
    background: #eb5c21;
    color: #FFFFFF;
}
.news-section1-container-actions{
    width: max-content;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-section1-container-action{
    width: max-content;
    padding: 0 3.125rem;
    height: 4rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #eb5c21;
    cursor: pointer;
}
.news-section1-container-action-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-action-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.news-section1-container-action-title{
    padding-left: 0.625rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
}

/* 区块2 */
.news-section2-container{
    width: 100%;
    padding: 8.75rem 0;
}
.news-section2-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-section2-container-left{
    flex: 1;
    padding-right: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-container-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-container-title{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
}
.news-section2-container-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 100;
}
.news-section2-container-right{
    width: 73.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-new-list{
    width: 100%;
}
.news-section2-news{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    border-bottom: #b7b7b7 solid 0.0625rem;
    text-decoration: none;
    color: #000000;
}
.news-section2-news:hover{
    color: #eb5c21;
}
.news-section2-news:first-of-type{
    padding-top: 0;
}
.news-section2-news-poster{
    width: 35rem;
    height: 27.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    overflow: hidden;
}
.news-section2-news-poster-img{
    width: 100%;
    height: 27.5rem;
    object-fit: cover;
}
.news-section2-news-info{
    flex: 1;
    padding-left: 3.75rem;
    height: 27.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news-section2-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-section2-news-date{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section2-news-date-day{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.news-section2-news-date-date{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 0.9375rem;
}
.news-section2-news-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 100;
    color: #878787;
    line-height: 1.5;
    vertical-align: bottom;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}