/* Desktop news: retained page structure and states. */
.main-page { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: hidden; }
.top-title { color: rgb(255, 255, 255); }
.main-page .dets { position: relative; min-height: 490px; }
.main-page .dets .news-list { width: 100%; }
.main-page .dets .news-list .news-item { width: 100%; display: flex; align-items: center; justify-content: flex-start; text-decoration: none; }
.main-page .dets .news-list .news-item .maidd { height: 100%; }
.main-page .dets .news-list .news-item .maidd .ttle { width: 100%; color: rgb(255, 255, 255); }
