.list3_div{
    background-color:#f3f5fb;
    padding-bottom: 40px;
    padding-top: 10px;
}
.list3 {
    display: flex;
    justify-content: space-around;
    font-size: 15px;
}
.list_ol{
    width:23%;
    padding: 10px;
}
.list3{
    background-color: #fff;

}
.list3 .list_li{
    border-top:1px solid #e4e1e1;
    border-bottom:1px solid #e4e1e1;
    border-left:0.5px solid #e4e1e1;
    border-right:0.5px solid #e4e1e1;
    width: 20%;

}
.list3 .img_title{
    display: flex;
    line-height: 65px;
    text-align: center;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
}
.list3 .img_title_order{
    border-bottom: 1px solid #ece3e3;
}
.icon_title{
    display: flex;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 60px;
}
.img_title img {
    width: 20px;
    height: 20px;
    padding-left: 10px;
    margin-top: 22px;
    margin-right: 10px;
}
.icon_title img{
    width: 15px;
    height: 15px;
    padding-top: 12px;
    padding-right: 10px;
}
.ad_text{
    font-size: 13px;
    text-align: justify;
    padding: 20px;
    height: 144px;
    overflow: hidden;
    display: none;
}
.img_back{
    background: url("/resources/img/home/xuane (21).png");
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}