@media screen and (max-width: 768px) {
    .fy-perList .itemBox ,.fy-proList .itemBox{
        width: 3.4rem;
        height: initial;
        aspect-ratio: 260 / 345;
        overflow: hidden;
        margin-right: calc(100% - 6.8rem);
        padding: .2rem;
        margin-bottom: .2rem;
    }
    .fy-perList .itemBox:nth-child(2n), .fy-proList .itemBox:nth-child(2n) {
        margin-right: 0;
    }
    .fy-perList .itemBox .cover , .fy-proList .itemBox .cover{
        height: initial;
        aspect-ratio: 196 / 217;
        width: 2.8rem;
        margin: 0 auto .15rem;
    }
    .fy-perList .itemBox .content .name, .fy-proList .itemBox .content .name {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
    .fy-perList .itemBox .content .info, .fy-proList .itemBox .content .info {
        font-size: .22rem;
    }
    .fy-perList .itemBox::before, .fy-proList .itemBox::before {
        width: 100%;
        height: 100%;
    }

    .fy-proList .itemBox .content .info {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .fy-cultList {
        width: 100%;
        overflow: hidden;
    }
    .fy-cultList .itemBox {
        width: 100%;
        height: initial;
        aspect-ratio: 1090 / 181;    
        padding: .2rem;
        background: none;
        border: 1px solid rgba(194, 59, 60, .5);
        border-radius: .1rem;
    }
    .fy-cultList .itemBox .cover {
        width: 1.8rem;
        height: 2.2rem;
        /* aspect-ratio: 280 / 341; */
        display: block;
        margin-right: .2rem;
    }
    .fy-cultList .itemBox .itemRight {
        padding-top: .2rem;
    }
    .fy-cultList .itemBox .itemRight .name {
        font-size: .34rem;
        font-weight: bold;
    }
    .fy-cultList .itemBox .itemRight .info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: .26rem;
        text-overflow: ellipsis;
        line-clamp: 2;
    }
    .fy-cultList .itemBox .itemRight .foot .time {
        font-size: .26rem;
    }
}