/* 区块1 */
.projects-section1-container{
    width: 100%;
    padding: 11.25rem 0;
}
.projects-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.projects-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.projects-section1-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
}
.projects-section1-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.projects-section1-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}
.projects-section1-desc{
    width: 100%;
    border-radius: 1.25rem;
    height: 30.3125rem;
    overflow: hidden;
    background: #eeeeee;
    color: #000000;
    text-decoration: none;
}
.projects-section1-desc-poster{
    width: 100%;
    height: 18.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.projects-section1-desc-poster-img{
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
}
.projects-section1-desc-info{
    width: calc(100% - 4.375rem);
    height: calc(11.5625rem - 4.375rem);
    padding: 2.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.projects-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.projects-section1-desc-en-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
}