.list5_div{
    background-color:#f3f5fb;
    padding-bottom: 20px;
}

.list5_div ul{
    height: auto;
    overflow: hidden;
    padding: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;

}
.list5_div ul li{
    width: 32%;
    height: 220px;
    float: left;
    box-shadow: 0 2px 8px #3a3fc7c7;
    border-radius: 5px;
    overflow: hidden;
}
.list_img .cover_img{
    width: 100%;
}
.list_img .cover_img img{
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}
.list5_div .list_img .img_name{
    position: relative;
    display: flex;
    background-color: #0000006b;
    height: 40px;
    line-height: 40px;
    margin-top: -46px;
    padding-left: 2%;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.list5_div .list_img .imag_name_center{
    position: relative;
    display: flex;
    background-color: #0e0d0d96;
    height: 218px;
    line-height: 217px;
    margin-top: -224px;
    padding-left: 2%;
    width: 100%;
    color: #fff;
    font-size: 18px;
 }
.list5_div .list_main .subtitle {
    font-size: 15px;
    color: #7a7c80;
    line-height: 30px;
    margin-bottom: 10px;
}
.list5_div .list_main {
    text-align: center;
    font-size: 23px;
    color: #000;

}
.list5_div .list_img .img_title{
    width: 100%;
}
.list_img .img_name img{
    width: 20px;
    height: 20px;
    padding-top: 11px;
    padding-right: 10px;
}
.list_img .img_name .title_sub{
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 4px;
    margin-top: 1px;
    border: 1px solid #0071ef;
    border-radius: 5px;
    padding: 3px 10px;
}

@media (max-width: 1200px) and (min-width: 175px){
    .list5_div ul li{
        height: auto;
    }
    .list5_div .list_img .img_name {
        font-size: 16px;
    }
    .list5_div .title {
        font-size: 16px;
        line-height: 17px;
        padding-bottom: 6px;
    }
    .list5_div .list_main .subtitle {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .list5_div .img_name {
        font-size: 15px;
    }

    .list5_div .list_img .img_name .title_sub {
        font-size: 9px;
    }
    .list5_div .desc .desc_title {
        font-size: 15px;
    }
    .list5_div  .desc .desc_sub {
        font-size: 12px;
    }
    .list5_div ul {
        margin: 6px 0;
    }
}
