.jm_latest_ad ul{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.jm_latest_ad li{
    width:100%;
}

.jm_latest_ad a{
    display:block;
    width:100%;
}

.jm_latest_ad img{
    display:block;
    width:100%;
    height:auto;
    border-radius:16px;
    border:1px solid #E5E7EB;
}

.jm_latest_ad .empty_ad{
    padding:18px 12px;
    border:1px dashed #E5E7EB;
    border-radius:14px;
    color:#666;
    font-size:14px;
    text-align:center;
    background:#fff;
}

@media(max-width: 900px){
    .jm_latest_ad ul{flex-wrap: wrap; flex-direction: initial; justify-content: space-between; gap: 0;}
    .jm_latest_ad ul li{width: 49%; margin-bottom: 2%;}
}