@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: #1c539d;
    transition: all .4s;
}

.xwlb .xwlb_item:hover::before {
    width: 100%;
}

.xwlb_iteml {
    width: 13%;
    /* 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: 66%;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xwlb_itemc_h {
    font-size: 26px;
    color: #333;
    transition: all .4s;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden;    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}

.xwlb .xwlb_item:hover .xwlb_itemc_h {
    color: #1c539d;
}

.xwlb_itemc_p {
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}

.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_itemc_i {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwlb_itemc_i i {
    display: none;
    font-size: 50px;
    line-height: 1;
    color: #888;
    transition: all .4s;
}

.xwlb .xwlb_item:hover i {
    display: block;
}

.xwlb_itemc_i:hover i {
    color: #1c539d;
}


.xwlb_itemr {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xwlb_itemrt {
    /* border-radius: 6px; */
    /* background-color: #c6c6c6; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e1e1e1;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.xwlb_itemrb {
    /* text-align: right; */
    font-weight: 700;
    font-size: 46px;
    color: #e1e1e1;
    line-height: 1.2;
    font-family: 'shuzi';
}

/* 搜索 */
.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: 66.6667%;
}
.imgbl.imgbl_bc{
      padding-top: 0;
}
.imgbl.imgbl_bc img{
    position: static;
    height: auto;
}
.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 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 0;
    }

    .xwlb_itemc {
        margin-left: 45px;
    }
    .xwlb_itemc_p{
        font-size: 14px;
        margin-bottom: 0;
    }
}

@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 0;
    }

    /* .xwlb_iteml {
        margin-right: 35px;
    } */

    .xwlb_itemc {
       margin-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 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 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;
    }
    .xwlb_itemc_i{
        display: none;
    }
    .xwlb_iteml{
        margin-right: 0;
    }
    .xwlb_itemc{
        margin-left: 0;
    }
}