@charset "utf-8";
.xwlb{
  margin-top: 55px;
}
.xwlb .xwlb_item{
    position: relative;
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #ebebeb;
}
.xwlb_item::before{
    content: '';
    position: absolute;
    bottom:  -1px;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transition: all .4s;
}
.xwlb .xwlb_item:hover::before{
width: 100%;
}
.xwlb_iteml{
    width:20%;
    border-radius:12px ;
    overflow: hidden;
    margin-right:55px ; 
}
.xwlb_iteml img{
    width: 100%;
}
.xwlb .xwlb_item:hover img{
    transform: scale(1.1);
}
.xwlb_itemc{
    width: 65%;
    /* padding-left:55px ; */
    padding-top: 10px;
}
.xwlb_itemc_h{
    font-size: 26px;
    color: var(--txt_color1);
    transition: all .4s;
}
.xwlb .xwlb_item:hover .xwlb_itemc_h{
    color: var(--btn_bg_color1);
}
.xwlb_itemc_p{
    margin: 25px 0 ;
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color1);
}
.xwlb_itemc_m{
    display: flex;
    align-items: center;
}
.xwlb_itemc_m span{
    font-size: 16px;
    color: var(--p_color1);
    transition: all .4s;
}
.xwlb_itemc_m i{
    font-size: 14px;
    margin-left: 10px;
    color: var(--p_color1);
    transition: all .4s;
}
.xwlb_itemc_m:hover span,
.xwlb_itemc_m:hover i{
    color: var(--btn_bg_color1);
}
.xwlb_itemc_m:hover i{
   transform: translateX(5px);
}

.xwlb_itemr{
    flex: 1;

}
.xwlb_itemrt{
    width: 90px;
    height: 32px;
    border-radius: 6px;
    background-color: #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    font-family: 'din_light';
}

.xwlb_itemrb{
    /* text-align: right; */
    margin-top: 5px;
    font-weight: 700;
    font-size: 40px;
    color: #e1e1e1;
    line-height: 1.2;
    font-family: 'din_light';
    width: 90px;

    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
/* 搜索 */
.falb_tlb{
    position: relative;
    width: 440px;
    height: 55px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.falb_tlbl{
    width: calc(100% - 60px);
    padding: 0 25px;
    color: var(--txt_color1);
    background-color: transparent;
    border: 0;
    font-size: 16px;
}
.falb_tlbrbox{
    position: relative;
}
.falb_tlbr{
    position: relative;
    width: 60px;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    border: 0;
}
.falb_tlbdw{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btn_bg_color1);
    border-radius: 10px 0 0 10px;
}
.falb_tlbdw i{
    font-size: 24px;
    color: #fff;
    transition: all .4s;
}
.falb_tlbrbox:hover i{
    transform: scale(1.1);
}

.imgbl{
    position: relative;
  padding-top: 75%;
}

.imgbl img{
    position: absolute;
    left: 0;
    top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: all .4s;

}
@media screen and (max-width: 2000px) {
.xwlb{
    margin-top: 40px;
}
}
@media screen and (max-width: 1800px) {
    .xwlb{
        margin-top: 30px;
    }
    .xwlb .xwlb_item{
        padding: 45px 0;
    }
    .xwlb_itemc_h{
        font-size: 24px;
    }
    .xwlb_itemc_p{
       margin: 25px 0;
    }
}
@media screen and (max-width: 1600px) {
    .xwlb_itemr {
        transform: scale(0.9);

    }
    
    .xwlb{
        margin-top: 20px;
    }
    .xwlb .xwlb_item{
        padding: 40px 0;
    }
    .xwlb_itemc_h{
        font-size: 22px;
    }
    .xwlb_itemc_p{
        margin: 20px 0;
     }
     .xwlb_iteml{
        margin-right:45px ; 
    }
     
     .xwlb_itemc{
        /* padding-left: 45px; */
     }
}
@media screen and (max-width: 1400px) {
    .falb_tlb{
        height: 45px;
    }
    .falb_tlbl{
        font-size: 14px;
    }
    .xwlb .xwlb_item{
        padding: 35px 0;
    }
    .xwlb_itemc_h{
        font-size: 20px;
    }
    .xwlb_itemc_p{
        margin: 20px 0;
     }
     .xwlb_iteml{
        margin-right:35px ; 
    }
     
     .xwlb_itemc{
        /* padding-left: 35px; */
     }
     .xwlb_itemc_p{
        font-size: 14px;
        line-height: 22px
     }
     .xwlb_itemc_m span{
        font-size: 14px;
     }
     .xwlb_itemrt{
        height: 36px;
        font-size: 22px;
     }
     .xwlb_itemrb{
        font-size: 30px;
     }
}
@media screen and (max-width: 1200px) {
    .falb_tlb{
        width: 300px;
    }
    .xwlb .xwlb_item{
        padding: 30px 0;
    }
    .xwlb_itemc_h{
        font-size: 18px;
    }
    .xwlb_itemc_p{
        margin: 15px 0;
     }
     .xwlb_itemc_p{
        font-size: 12px;
        line-height: 20px;
     }
}
@media screen and (max-width: 992px) {
   .xwlb_itemr{
    display: none;
   }
   .xwlb_iteml,
   .xwlb_item::before{
    width: 30%;
   }
   .xwlb_itemc_h{
    font-size: 16px;
   }
   .xwlb_itemc_p{
    margin: 10px 0;
   }
}
@media screen and (max-width: 768px) {
    .xwbc_lbd{
        display: none;
    }
    .xwlb .xwlb_item{
        flex-wrap: wrap;
    }
    .xwlb_item>div{
        width: 100%;
    }
    .xwlb_itemc{
        margin-top: 20px;
        padding: 0;
    }
    .xwlb_itemc_m i {
        font-size: 12px;
    }
}