/* 区块1 */
.news-section1-container{
    width: 100%;
    padding: 14.375rem 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: 58.125rem;
    text-align: left;
    font-size: 3.125rem;
}
.news-section1-container-body{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-section1-container-body-left{
    width: 58.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-date{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #828282;
}
.news-section1-detail{
    width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 5.5rem;
    text-align: left;
    font-size: 1.25rem;
}
.news-section1-footer{
    width: 100%;
    padding: 1.75rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: #cdcdcd solid 0.0625rem;
}
.news-section1-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news-section1-actions-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-section1-action{
    font-size: 1.25rem;
    color: #000000;
    text-decoration: none;
}
.news-section1-action-primary, .news-section1-action:hover{
    color: #0d4195;
}
.news-section1-action-disabled{
    color: #d3d3d3!important;
}
.news-section1-actions-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.news-section1-action-split-line{
    padding: 0 0.3125rem;
    font-size: 1.25rem;
    color: #0d4195;
}
.news-section1-container-body-right{
    width: 29.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-recommend-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-recommend-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-recommend-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
}
.news-section1-recommend-news-list{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-recommend-news{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 3.75rem;
}
.news-section1-recommend-news:last-of-type{
    margin-bottom: 0;
}
.news-section1-recommend-news-poster{
    width: 100%;
    height: 16.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-recommend-news-poster-img{
    width: 100%;
    height: 16.3125rem;
    object-fit: cover;
}
.news-section1-recommend-news-info{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-recommend-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #000000;
}
.news-section1-recommend-news:hover .news-section1-recommend-news-title{
    color: #0d4195;
}