.artists-section {
    padding: 85px 0;
    background: url(../images/box4bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.artists-section .box {
    margin-top: 50px;
}

.artists-section .box li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.artists-section .box li .fl {
    width: 17%;
}

.artists-section .box li .fr {
    width: 83%;
    padding-left: 30px;
}

.artists-section .box li .fr .text a {
    font-size: 24px;
    color: #fff;
    width: 60%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
}

.box4_js {
    width: 100%;
    position: relative;
}

.box4_js .swiper-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: .4rem;
    height: 10px;
    width: 100%;
    background: #F1AB29;
}

.box4_js .swiper-slide {
    width: 20%;
}

.box4_js .swiper-slide .pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #ababab;
    transform: scale(0.5);
    transition: all .5s;
    overflow: hidden;
    padding: 5px;
    position: relative;
    z-index: 3;
    background: #ddd;
}

.box4_js .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    padding: 5px;
    border-radius: 50%;
    object-fit: cover;
}

.box4_js .swiper-slide .text {}

.box4_js .swiper-slide .text span {
    font-size: 16px;
    color: #3f3f3f;
    display: block;
    width: 20px;
    margin: 0 auto;
}

.box4_js .swiper-slide .text p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #181818;
    padding: 0 5%;
    display: none;
    width: 400%;
    height: 64px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    left: -150%;
}

.box4_js .swiper-slide.swiper-slide-active .pic {
    padding: 8px;
    transform: scale(1);
    transition: all .5s;
    border-color: #F1AB29;
}

.box4_js .swiper-slide.swiper-slide-active .text {}

.box4_js .swiper-slide.swiper-slide-active .text span {
    font-size: 24px;
    color: #F1AB29;
    margin-top: 30px;
}

.box4_js .swiper-slide.swiper-slide-active .text p {
    display: block;
}

.box4_js .pagination {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.artists-section .more {
    text-align: center;
    margin-top: 15px;
}

.artists-section .more a {
    display: inline-block;
    padding: 10px 30px;
    background: #F1AB29;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s;
}

.artists-section .more a:hover {
    background: #d65a0f;
}

@media (max-width: 1020px) {
    .artists-section {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .artists-section {
        padding: 30px 0;
    }

    .box4_js .swiper-slide .text p {
        font-size: 14px;
        line-height: 24px;
    }
}