.xw_con1 {
    width: 100%;
    overflow: hidden;
}

.xw_con1 .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.xw_fen {
    width: 220px;
    height: 55px;
    background: transparent;
    border-radius: 0px 30px;
    border: 1px solid var(--yx_Color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yx_Color);
    transition: 0.4s all;
    margin: 0 10px;
}

.xw_fen:hover {
    background-color: var(--yx_Color);
    color: #fff;
}

.xw_fen:nth-child(1){
    background-color: var(--yx_Color);
    color: #fff; 
}

.xw_list ul li{
    padding: 3.5vw 0;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.xw_list ul li:nth-child(1){
    padding-top: 0;
}

.xw_list ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw_top_lr {
    width:62%;
}

.xw_top_ri {
    width: 32%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 0 50px;
    position: relative;
    padding-bottom: 23%;
}

.xw_time {
    line-height: 1;
    display: flex;
    align-items: center;
    color: #999999;
    font-weight: 350;
}


.xw_time svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 7px;
}

.xw_top_t {
    font-family: 'Satoshi-Bold';
    color: #333333;
    display: block;
    text-align: left;
    margin-top: 1.3vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xw_top_s {
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    margin-top: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xw_tb {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color:#999;
    transform: rotate(-45deg);
    margin-top: 1.5vw;
    transition: 0.5s all;
}

.xw_tb svg{
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.xw_top_ri img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xw_top_ri:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}

.xw_top_t:hover{
    color: var(--yx_Color);
}


.xw_list ul li a:hover .xw_tb {
    transform: rotate(-45deg) translateX(5px);
     color: var(--yx_Color);
}





@media only screen and (max-width: 769px) {
    .xw_fen{
        width: 175px;
        height: 40px;
    }
    
    .xw_list ul li a{
        flex-direction: column-reverse;
    }
    
    .xw_top_lr {
        width: 100%;
        margin-top: 15px;
    }
    
    .xw_top_ri{
        width: 100%;
        border-radius: 0 30px;
        padding-bottom: 70%;
    }
    
    .xw_top_t{
       margin-top: 10px;
        font-size: 20px;
    }
    
    .xw_tb {
        margin-top: 20px;
    }
    
    .xw_list ul li{
        padding: 30px 0;
    }
}










































