.homes-today-list .col:nth-child(n + 2) .news-item .inner .img {
    display: block;
}
.homes-today-list {
    --cg:1rem;
    --rg:1rem;
}
.homes-today-list .col .news-item .inner {
    border: none !important;
}
.news-nb .homes-today-wr {
    border-top: none !important;
}

.news-dt-side {
    width: 38rem;
}
.news-dt-main {
    width: calc(100% - 38rem);
}
.news-dt-side .wrapper {
    max-height: calc(100vh - 3rem - var(--size-hd));
    overflow-y: scroll;
}

@media screen and (max-width:900px) {
    .news-dt-main {
        width: 100%;
    }
    .news-dt-side  {
        width: 100%;
        #ez-toc-container {
            width: 100%;
        }
    }
    
}


/*# sourceMappingURL=backdoor.css.map */
