@charset "UTF-8";

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#9d45cc, #9d45cc);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #9d45cc !important;
}

/* 文字进入式下划线 */


.xw-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw-l {
    width: 52%;
    margin-right: .45rem;
    box-shadow: .1rem .05rem .05rem #e7c9f4;
    border: .01rem solid #e7c9f4;
    padding: .6rem .8rem;
}

.xw-l ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xw-l ul:first-child {
    margin-bottom: .7rem;
}

.xw-date {
    margin-right: .2rem;
}

.xw-date h3 {
    color: #a845bd;
    font-size: .16rem;
    line-height: 1;
    margin-bottom: .08rem;
}

.xw-date p {
    width: .94rem;
    padding-top: .05rem;
    height: .38rem;
    text-align: center;
    font-size: .16rem;
    color: #a845bd;
    background: url(/images/xw-tbg1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.xw-l ul li a:hover .xw-date p {
    background: url(/images/xw-tbg2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.xw-tx {
    flex: 1;
    min-width: 0;
}

.xw-tx p {
    color: #333333;
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xw-r {
    flex: 1;
    min-width: 0;
    box-shadow: .1rem .05rem .05rem #e7c9f4;
    border: .01rem solid #e7c9f4;
    padding: .35rem .65rem;
    padding-top: .1rem;
}

.xw-r ul {
    display: flex;
    flex-wrap: wrap;
}

.xw-r ul li {
    width: 25%;
    text-align: center;
    margin-top: .25rem;
}

.xw-r ul li a {
    display: block;
    position: relative;
    text-align: center;
}

.xw-r ul li a .ico {
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid .01rem #ead0f5;
    border-radius: 50%;
}

.xw-r ul li a .ico img {
    max-height: .35rem;
    min-height: .32rem;
}

.xw-r ul li a:hover img {
    animation: beat 0.5s 1;
}

.xw-r ul li a p {
    margin-top: .16rem;
    font-size: .16rem;
    color: #333333;
    text-align: center;
}

.xw-r ul li a:hover p {
    color: #9d45cc;
}

.xwgk {
    background-color: #fbfbfd;
    padding: .7rem 0;
}


.xw-l .slick-prev {
    top: 0;
    right: -0.4rem;
    left: auto;
    transform: none;
    width: .34rem;
    height: .19rem;
    overflow: hidden;
    cursor: pointer;
    background: url(/images/shang-20250808-01.png) no-repeat right center;
    background-size: .2rem;
}

.xw-l .slick-next {
    top: auto;
    bottom: 0;
    right: -0.4rem;
    left: auto;
    transform: none;
    width: .34rem;
    height: .19rem;
    overflow: hidden;
    cursor: pointer;
    background: url(/images/xia-20250808-02.png) no-repeat right center;
    background-size: .2rem;
}

@media screen and (max-width: 1024px) {

    .xwgk {
        padding: .3rem 0;
    }
    .xw-l .slick-arrow {
        right: -0.3rem;
    }
    .xw-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
        padding: .3rem;
        padding-right: .5rem;
    }

    .xw-r {
        flex: auto;
        width: 100%;
        padding: .3rem .1rem;
        padding-top: 0;
    }

    .xw-l ul:first-child {
        margin-bottom: .3rem;
    }
}