/* 区块1 */
.news-section1-container{
    width: 100%;
    margin-top: 1px;
}
.news-section1-container-header{
    width: 100%;
    height: 18.125rem;
    background: #1e235a;
    position: relative;
}
.news-section1-container-header-bg{
    width: 100%;
    height: 18.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-container-header-bg-img{
    width: 100%;
    height: 18.125rem;
    object-fit: cover;
}
.news-section1-container-header-content{
    width: 100%;
    height: 18.125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(27,29,54,0.75);
}
.news-section1-container-header-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.5rem;
    font-weight: bold;
    color: #ffffff;
}
.news-section1-container-body{
    padding: 2.5rem 0;
}
.news-section1-search-bar-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-section1-search-bar{
    width: calc(26.25rem - 2.5rem);
    height: calc(3.125rem - 1.25rem);
    padding: 0.625rem 1.25rem;
    border: #000000 solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news-section1-search-bar-input{
    flex: 1;
    height: 1.875rem;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.875rem;
    border: none;
    outline: none;
}
.news-section1-search-bar-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news-section1-search-bar-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.news-section1-news-list{
    width: 100%;
    padding-top: 2.5rem;
}
.news-section1-news-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1.25rem;
}
.news-section1-news-group:last-of-type{
    margin-bottom: 0;
}
.news-section1-news{
    width: calc(100% / 3 - 2.5rem);
    margin-right: 3.75rem;
    background: #1e235a;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-section1-news:last-of-type{
    margin-right: 0;
}
.news-section1-news-poster{
    width: 100%;
    height: 14.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-section1-news-poster-img{
    width: 100%;
    height: 14.0625rem;
    object-fit: cover;
}
.news-section1-news-info{
    flex: 1;
    width: calc(100% - 2.5rem);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news-section1-news-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #ffffff;
}
.news-section1-news-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
}
.news-section1-news-btn{
    margin-top: 1.25rem;
    width: max-content;
    max-width: 80%;
    text-align: left;
    padding: 0.625rem 1.875rem;
    border: rgba(233,81,29,1) solid 1px;
    border-radius: 0 3.75rem 0 0;
    color: #ffffff;
    text-decoration: none;
    background: rgba(233,81,29,1);
}
.news-section1-container-footer{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.news-section1-container-footer-action{
    width: 17.5rem;
    text-align: center;
    padding: 0.625rem 1.875rem;
    border: rgba(233,81,29,1) solid 1px;
    border-radius: 0 3.75rem 0 0;
    color: #ffffff;
    text-decoration: none;
    background: rgba(233,81,29,1);
}
.news-section1-container-footer-action:hover{
    background: #1e235a;
    border: #1e235a solid 1px;
}