.block34484 {
    position: relative;
    max-width: 1210px;
    margin: 0 auto;
    padding: 30px 0;
    word-break: break-word;
}

.block34484 .qtitle {
    font-size: 40px;
    color: #58468c;
    text-align: center;
    margin-bottom: 30px;
}

.block34484 .ArtList .Artitem {
    margin: 0 15px;
    height: 445px;
    position: relative;
    outline: none;
}

.block34484 .ArtList>.Artitem {
    opacity: 0;
}

.block34484 .ArtList::before {
    content: '';
    width: 60px;
    height: 220px;
    position: absolute;
    top: 110px;
    right: -15px;
    background: #fff;
    opacity: 0.5;
    display: block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.block34484 .bgc {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #58468c;
    display: none;
}

.block34484 .inner {
    /* display: none; */
    padding: 30px 0;
    margin-right: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.block34484 .inner::after {
    content: '';
    width: 30px;
    height: calc(100% - 168px);
    position: absolute;
    top: 80px;
    right: -30px;
    background: #fff;
    opacity: 0.5;
    display: block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.block34484 .innerBox {
    padding: 80px 50px;
    background-color: #fff;
    border-radius: 5px;
    height: calc(100% - 160px);
    position: relative;
}

.block34484 .cate {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 8px 30px;
    background-color: #fff;
    overflow: hidden;
    color: #fb6692;
    border-radius: 18px;
    transition: all .3s;
    border: 1px solid #d9d9f3;
}

.block34484 .cate span {
    position: relative;
    z-index: 2;
}

.block34484 .cate::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 100%;
    border-radius: 20px;
    background-color: #58468c;
    left: -102%;
    top: 0;
    z-index: 1;
    transition: all .5s ease-out;
}

.block34484 .cate:hover {
    color: #fff !important;
}

.block34484 .cate:hover::before {
    left: -1%;
}

.block34484 .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    font-size: 26px;
    margin-bottom: 60px;
    color: #58468c;
}

/* .block34484 .title a {
    color: inherit;
} */

.block34484 .time {
    color: #6c677c;
    position: absolute;
    top: 165px;
    left: 50px;
}

.block34484 .time span {
    color: #fb6692;
    margin-right: 10px;
}

.block34484 .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.7;
}

.block34484 .butn a {
    width: 82px;
    height: 75px;
    background-color: #58468c;
    border-radius: 0;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    overflow: hidden;
}

.block34484 .butn a i {
    left: 50%;
    margin-left: -7px;
    bottom: 43%;
    position: absolute;
    color: #fff;
    font-size: 16px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.block34484 .butn a::before {
    width: 0;
    height: 0;
    background-color: #fb6692;
    border-radius: 0;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: '';
}

.block34484 .butn a:hover::before {
    height: 75px;
    width: 82px;
    border: 1px solid #fb6692;
    background-color: #fb6692;
}

.block34484 .butn a:hover i {
    -webkit-animation: lineRight 2s infinite;
    animation: lineRight 2s infinite;
    margin-left: 0;
    bottom: 30%;
    font-size: 18px;
}

.block34484 .outer {
    padding: 30px 0;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    display: none;
}

.block34484 .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.block34484 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block34484 .Artitem .time1 {
    position: absolute;
    bottom: 80px;
    left: 50px;
    color: #fff;
    letter-spacing: 0.025em;
}

.block34484 .title1 {
    position: absolute;
    bottom: 120px;
    font-size: 26px;
    line-height: 34px;
    left: 50px;
    max-width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}

.block34484 .title1 a {
    color: inherit;
}

.block34484 .time1 span {
    color: #fb6692;
    margin-right: 10px;
}

.block34484 .cate1 {
    position: absolute;
    top: 80px;
    left: 50px;
    padding: 8px 30px;
    background-color: #fff;
    overflow: hidden;
    color: #fb6692;
    border-radius: 18px;
    transition: all .3s;
}

.block34484 .cate1 span {
    position: relative;
    z-index: 2;
}

.block34484 .cate1::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 100%;
    border-radius: 20px;
    background-color: #58468c;
    left: -102%;
    top: 0;
    z-index: 1;
    transition: all .5s ease-out;
}

.block34484 .cate1:hover {
    color: #fff !important;
}

.block34484 .cate1:hover::before {
    left: -1%;
}

.block34484 .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    background-color: #58468c;
}

.block34484 .Artitem.slick-current .inner {
    display: none;
}

.block34484 .Artitem.slick-current .bgc {
    display: block
}

.block34484 .Artitem.slick-current .outer {
    display: block
}

.block34484 .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block34484 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block34484 .slick-list:focus {
    outline: none;
}

.block34484 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block34484 .slick-slider .slick-track,
.block34484 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block34484 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block34484 .slick-track:before,
.block34484 .slick-track:after {
    display: table;

    content: '';
}

.block34484 .slick-track:after {
    clear: both;
}

.block34484 .slick-loading .slick-track {
    visibility: hidden;
}

.block34484 .slick-slide {
    display: none;
    float: left;
    margin: 0;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block34484 .slick-slide img {
    display: block;
}

.block34484 .slick-slide.slick-loading img {
    display: none;
}

.block34484 .slick-slide.dragging img {
    pointer-events: none;
}

.block34484 .slick-initialized .slick-slide {
    display: block;
}

.block34484 .slick-loading .slick-slide {
    visibility: hidden;
}

.block34484 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block34484 .slick-arrow.slick-hidden {
    display: none;
}

.block34484 .slick-dots {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    bottom: 0;
}

.block34484 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    background-color: #58468c;
}

.block34484 .slick-dots li.slick-active {
    opacity: 1;
}

.block34484 .slick-dots li button {
    display: none;
}

@-webkit-keyframes lineRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    51% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes lineRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    51% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media screen and (max-width:1200px) {
    .block34484 .ArtList::before {
        width: 45px;
        right: 5px;
    }

    .block34484 .ArtList .Artitem {
        margin: 0 10px;
    }

    .block34484 .inner::after {
        width: 20px;
        right: -20px;
    }
}

@media screen and (max-width:992px) {
    .block34484 .Artitem.slick-current .bgc {
        display: none;
    }

    .block34484 .Artitem.slick-current .inner {
        display: block;
    }


    .block34484 .Artitem.slick-current .outer {
        display: none
    }

    .block34484 .ArtList::before {
        width: 90px;
        right: 10px;
    }

    .block34484 .inner::after {
        width: 60px;
        right: -60px;
    }

    .block34484 .inner {
        margin-right: 90px;
        width: calc(100% - 90px);
    }
}

@media screen and (max-width:510px) {
    .block34484 .qtitle {
        font-size: 28px;
    }

    .block34484 .ArtList::before {
        width: 40px;
        right: 10px;
        height: 220px;
        top: 60px;
    }

    .block34484 .ArtList .Artitem {
        height: 360px;
    }

    .block34484 .inner::after {
        width: 25px;
        right: -25px;
        height: 280px;
        top: 30px;
    }

    .block34484 .inner {
        margin-right: 40px;
        width: calc(100% - 40px);
        padding: 0;
        height: 100%;
    }

    .block34484 .innerBox {
        padding: 70px 30px;
    }

    .block34484 .slick-dots {
        margin-top: 0;
    }

    .block34484 .cate {
        left: 30px;
    }

    .block34484 .time {
        top: 155px;
        left: 30px;
    }
}

.block34484 .ArtList::not(.slick-initialized) .Artitem:nth-of-type(n+2) {
    display: none;
}
.block34484 .mc {
    background-color: var(--color-match-setting1)
}

.block34484 .bgc {
    background-color: var(--color-match-setting1)
}

.block34484 .butn a {
    background-color: var(--color-match-setting1)
}

.block34484 .slick-dots li {
    background-color: var(--color-match-setting1)
}

.block34484 .cate::before {
    background-color: var(--color-match-setting1)
}

.block34484 .cate {
    border-color: var(--color-match-setting1);
    color: var(--color-match-setting1)
}

.block34484 .cate1 {
    color: var(--color-match-setting1)
}

.block34484 .cate1::before {
    background-color: var(--color-match-setting1)
}

.block34484 .butn a:hover::before {
    background-color: var(--color-match-setting1);
    border-color: var(--color-match-setting1)
}