.box1{
    width: 100%; height: 100%; padding-top: 108px; padding-bottom: 108px; flex-direction: column; justify-content: flex-start; align-items: center; gap: 72px; display: inline-flex;background: #F7F7F7;
}
.infoBox{
    align-self: stretch; height: 156px; flex-direction: column; justify-content: flex-start; align-items: center; gap: 28px; display: flex
}
.infoBox .infoTit{
    align-self: stretch; text-align: center; color: #1C2029; font-size: 48px; font-family: Helvetica; font-weight: 700; line-height: 64px; word-wrap: break-word
}
.infoBox .infoTxt{
    align-self: stretch; text-align: center; color: #5D667A; font-size: 20px; font-family: Helvetica; font-weight: 400; line-height: 32px; word-wrap: break-word
}

.listBox{
    justify-content: flex-start;
    gap: 22px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 108px;
}
.listItem{
    padding-bottom: 32px;
    background: white;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    display: inline-flex;
    width: 32%;
    height: 350px;
    background: #ffffff;
    cursor: pointer; 
}
.listItem:hover{
    background: #0092DB;
}
.listItem img{
    width: 392px;
    height: 220px;
}
.listInfo{
    padding: 0 32px;
}
.listItem .listTit{
    align-self: stretch; color: #1C2029; font-size: 18px; font-family: Helvetica; font-weight: 700; line-height: 28px; word-wrap: break-word;margin-bottom: 20px;
}
.listItem:hover .listTit{
    color: #fff;
}
.listItem .listTime{
    color: #979DAA; font-size: 12px; font-family: Helvetica; font-weight: 400; line-height: 20px; word-wrap: break-word
}
.listItem:hover .listTime{
    color: #fff;
}
.backBox{
    position: absolute;
    top: -50px;
    background: #00A3F520;
    padding: 5px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.backBox:hover{
    background: #00A3F5;
    color: #fff;
}
.backBox i{
    margin-right: 10px;
}

.listItem2{
    padding-bottom: 32px;
    background: white;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    display: inline-flex;
    width: 32%;
    height: 350px;
    background: #ffffff;
    cursor: pointer; 
}

.listItem2 .itemTime{
    color: #979DAA;
    font-size: 12px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

@media (max-width:1025px) {
    .box1{
       
    }
    .infoBox{
        margin-top: 5%;
    }
    .listBox{
        justify-content: flex-start;
        gap: 45px;
    }
    .listItem2{
        width: 30%;
    }

    .itemInfoBox{
        height: auto!important;
    }
    .itemInfo{
        height: auto!important;
    }

    .listItem{
        width: 30%;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {}

@media (max-width: 768px) {
    .listItem2 {
        width: 48%;
        margin-bottom: 1rem;
    }
    .listItem {
        width: 48%;
        height: auto;
    }
    .listBox{
        gap: 1rem;
        margin-top: 5rem;
    }
    .itemInfoTit{
        font-size: 1.6rem!important;
        line-height: 2.4rem!important;
    }
    .itemInfoCon{
        font-size: 1.4rem!important;
        line-height: 2.4rem!important;
    }
    .infoBox .infoTit {
        margin-top: 4rem!important;
        font-size: 4rem;
    }
    .infoBox .infoTxt{
        font-size: 2rem;
        line-height: 3rem;
    }

    .listItem .listInfo{
        padding: 0 2rem;
    }
    .listItem .listTit{
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .listItem img{
        width: 100%;
        height: auto;
    }

    .listImg,.listImgBox{
        width: 100%!important;
        height: auto!important;
    }
    .box1{
        padding-bottom: 2rem!important;
    }
}