<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-list.panda_block .news-item {
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    border-radius: 4px;
    padding: 16px;
    position: relative;
}
.news-date-time {
    color: #486DAA;
}
.news-list.panda_block .title {
    line-height: 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #2a1a1a;
    text-transform: none;
}
.news-list.panda_block .date_block_news {
    color: #8c8c8c;
	margin-top: 6px;
}


.news-list.panda_block .preview_text {
    margin-top: 6px;
    line-height: 19px;
    margin-bottom: 20px;
  
}
.news-item &gt; .btn.btn-primary {    padding: 6px 17px;     float: right;}
.preview_picture.page_news {margin-right: 15px !important;}
.news-item:after {clear:both; display:block; content:'';}
table td {padding:10px; border:1px solid #ccc }
.bx-newsdetail .bx-newsdetail-img &gt; img {    max-width: 30%;
    float: right;
}
.bx-newsdetail-content &gt; h3 {margin:10px 0;}
.bx-newsdetail-slider-arrow, .bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow, .bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow { color:#0087cb !important;}


@media (max-width: 500px) {

.news-item a:nth-child(1) {
	display: block;
    height: 220px;
}

.news-item a:nth-child(1) img {
	object-fit: cover;
    height: 100%;
}

.news-list.panda_block .title {
    margin-bottom: 10px;
}

.news-list.panda_block .date_block_news {
    margin-bottom: 15px;
}

}






</pre></body></html>