<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* -------------莉巡��割唱��篁区�莅�--------------- */
.list-right-tit {
    padding: 0 20px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.cangku_news_list{
	margin:10px 20px;
	overflow:hidden;
}
.cangku_news_list a{
	height: 30px;
    line-height: 30px;
    font-size: 14px;
	color: #333;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;

}
.cangku_news_list a:hover{
	color: #d50000;
}
.cangku_news_list_item{
	width: 242px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
</pre></body></html>