/* 区块1 */
.projects-section1-container{
    width: 100%;
    padding-top: 6.25rem;
    padding-bottom: 11.25rem;
}
.projects-section1-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.projects-section1-container-header-left{
    width: 26.875rem;
}
.projects-section1-container-header-title{
    width: 70%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: 400;

    color: #444444;
}
.projects-section1-container-header-right{
    width: calc(100% - 26.875rem);
}
.projects-section1-container-header-categories{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.projects-section1-container-header-category{
    width: max-content;
    padding-bottom: 0.875rem;
    border-bottom: #ffffff solid 0.1875rem;
    margin-right: 2.8125rem;
    font-size: 1.125rem;
    font-weight: 400;

    color: #101f3e;
    text-decoration: none;
    margin-bottom: 0.625rem;
}
.projects-section1-container-header-category:last-of-type{
    margin-right: 0;
}
.projects-section1-container-header-category-active{
    color: #c40d23;
    border-bottom: #c40d23 solid 0.1875rem;
}
.projects-section1-project-list-wrap{
    padding-top: 6.25rem;
}
.projects-section1-project-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.projects-section1-project-group{
    width: calc(100% / 3 - 1.75rem);
    margin-right: 2.625rem;
}
.projects-section1-project-group:last-of-type{
    margin-right: 0;
}
.projects-section1-project{
    width: 100%;
    text-decoration: none;
    margin-bottom: 6.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.projects-section1-project:last-of-type{
    margin-bottom: 0;
}
.projects-section1-project-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.25rem;
}
.projects-section1-project-poster-img{
    width: 100%;
    object-fit: contain;
}
.projects-section1-project-info{
    width: 100%;
    padding-top: 1.5625rem;
}
.projects-section1-project-country{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #101f3e;
}
.projects-section1-project-title{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;

    color: #101f3e;
}