#fayan_box .col_w380_l ul {
    padding: 0;
    background: transparent;
}
#fayan_box .col_w380_l ul li {
    position: relative;
    font-size: 18px;
    line-height: 1;
}
#fayan_box .col_w380_l ul li p {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    height: 56px;
    color: #ffffff;
    font-weight: normal;
    background: rgba(51,51,51,0.7);
    padding: 0 20px;
}
#fayan_box .conDivide {
    display: flex;
}

.qyzx {
    display: flex;
    width: 100%;
    gap: 20px;
}

#fayan_box .picTitle .w184 {
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
}

#fayan_box .picTitle .w184 li .image {
    height: 153px;
}
#fayan_box .picTitle .w184 li .image img {
    height: 100%;
}
#fayan_box .picTitle .w184 li .text {
    width: auto;
    height: 150px;
}
#fayan_box .picTitle .w184 li .text a {
    font-size: 18px;
}

#fayan_box .picTitle .w185 {
    grid-template-columns: repeat(2, 1fr);
}

.list_lt6 li {
    line-height: 37px !important;
}

@media (max-width: 1024px) {
    .conDivide {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_search {
        display: none;
    }
    .comm {
        flex-wrap: wrap;
    }
    .comm-right {
        width: 100%;
    }
    .modularBox1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .picTitle ul {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .picTitle .w184 li {
        margin-right: 0 !important;
    }
    .changeList .title {
        width: 40% !important;
    }
    .comm-right ul {
        width: 100%;
    }
    .qyzx {
        flex-wrap: wrap;
    }
}


@media (max-width: 768px) { 
    .list_lt.list_lt5 {
        flex-wrap: wrap;
    }
    .list_lt.list_lt5 ul {
        height: auto !important;
    }
    .footer {
        padding: 0;
    }
}