/* 区块1 */
.news-section1-container{
    width: 100%;
    padding-top: 14.6875rem;
    padding-bottom: 15.625rem;
}
.news-section1-container-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.news-section1-container-left{
    width: calc(25.625rem + 10.625rem);
    padding-left: 10.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.news-section1-container-info{
    width: calc(100% - 6.25rem);
    padding-right: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: sticky;
    left: 10.625rem;
    top: 14.6875rem;
}
.news-section1-container-info-title{
    width: 100%;
    text-align: left;
    font-size: 1.4375rem;
    font-weight: 100;
}
.news-section1-container-info-actions{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-section1-container-info-action{
    width: 3.875rem;
    height: 3.875rem;
    border-radius: 1.9375rem;
    background: #eb5c21;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-info-action-icon{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-info-action-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.news-section1-container-right{
    width: calc(100% - 25.625rem - 10.625rem);
}
.news-section1-news-info{
    width: calc(100% - 10.625rem);
    padding-right: 10.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-news-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 100;
}
.news-section1-news-date{
    width: 100%;
    padding-top: 5.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-news-date-day{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: bold;
}
.news-section1-news-date-date{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 0.9375rem;
}
.news-section1-news-detail{
    width: 100%;
    padding-top: 5.625rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    word-break: break-all;
    padding-bottom: 5.625rem;
    border-bottom: #b7b7b7 solid 0.0625rem;
}
.news-section1-recommend-news-swiper-wrap{
    width: 100%;
    padding-top: 4rem;
}
.news-section1-recommend-news-swiper{
    width: 100%;
}
.news-section1-recommend-news-swiper .swiper-slide{
    width: 35rem;
}
.news-section1-recommend-news{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}
.news-section1-recommend-news:hover{
    color: #eb5c21;
}
.news-section1-recommend-news-poster{
    width: 100%;
    height: 27.5rem;
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-recommend-news-poster-img{
    width: 100%;
    height: 27.5rem;
    object-fit: cover;
}
.news-section1-recommend-news-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5625rem 0;
}
.news-section1-recommend-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 100;
}