.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(2){
    background-color: var(--yx_Color);
    color: #fff; 
}

.xw_top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw_top_lr {
    width: 50%;
}

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

.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: var(--yx_Color);
    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_tb:hover{
    transform: rotate(-45deg) translateX(5px);
}

.xw_list ul{
    display: flex;
    flex-wrap: wrap;
}

.xw_list ul li{
    width: 31.8%;
    margin-bottom: 4vw;
}

.imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;
    padding-bottom: 71%;
}

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

.xw_t {
    margin-top: 1.6vw;
    font-family: 'Satoshi-Bold';
    color: #333;
    text-align: left;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xw_s {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
    font-weight: 350;
    margin-top: 10px;
}

.xwtext {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2.3vw;
    justify-content: space-between;
}

.xwtext_svg{
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    fill: #C4C4C4;
    transition: 0.5s all;
}

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

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

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

@media only screen and (min-width: 768px) {
   .xw_list ul li:not(:nth-child(3n)){
       margin-right: 2.3%;
   } 
}


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

















































