.list-person005 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-top: 0.8rem;
}

.list-person005 ul li {
    width: calc((100% - 1rem) / 6);
}

.list-person005 ul li:first-child {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.list-person005 ul li:first-child a {
    display: flex;
    padding: 0.4rem;
    border-radius: 0.2rem;
    background-color: #f0f0f0;
}

.list-person005 ul li:first-child a .img-box {
    width: 20%;
    margin-right: 0.4rem;
    flex-shrink: 0;
    margin-top: -1.2rem;
}

.list-person005 ul li:first-child a .img-box .r_img:hover img {
    transform: scale(1.1);
}

.list-person005 ul li:first-child a .img-box .tit {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    line-height: 1;
    text-align: center;
}

.list-person005 ul li:first-child a .info-box .name-wrap {
    display: flex;
    align-items: center;
}

.list-person005 ul li:first-child a .info-box .name-wrap .name {
    font-size: 0.22rem;
    color: var(--ruifox-color-primary-1);
    font-weight: bold;
    line-height: 1;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.list-person005 ul li:not(:first-child) a:hover .inner-img img {
    transform: scale(0.94);
}

.list-person005 ul li:not(:first-child) a:hover .name {
    color: var(--ruifox-color-primary-1) !important;
    font-weight: bold;
}

.list-person005 ul li:not(:first-child) a .content * {
    text-align: center;
}

.list-person005 ul li a {
    width: 100%;
    display: block;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.1rem;
    height: 100%;
}

.list-person005 ul li a .inner-img {
    padding-bottom: 135%;
}

.list-person005 ul li a .name {
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
}

.list-person005 ul li a .protit {
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
    color: #666;
}

.list-person005 ul li a .content {
    margin-top: 0.1rem;
}

.list-person005 ul li a .content * {
    font-size: 0.16rem!important;
    line-height: 1.5!important;
    color: #666;
}

.list-person005 ul li a:hover {
    box-shadow: 0 0 10px var(--ruifox-color-primary-3);
}

@media (max-width: 960px) {
    .list-person005 ul {
        padding-top: 0;
    }

    .list-person005 ul li {
        width: calc((100% - 0.6rem) / 4);
    }

    .list-person005 ul li:first-child a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .list-person005 ul li:first-child a .img-box {
        margin-top: 0;
        margin-right: 0;
        width: 50%;
    }

    .list-person005 ul li:first-child a .info-box .name-wrap {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .list-person005 ul {
        justify-content: space-between;
    }

    .list-person005 ul li {
        width: 47%;
    }
.list-person005 ul li:first-child a .img-box {

    width: 75%;
}
}

/*# sourceMappingURL=list-person005.css.map */