<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	[Destoon B2B System] Copyright (c) 2008-2015 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
.m .f_l .ad_img{
    width: 876px;
    height: 300px;
}
.left_box .list ul{
    width: 100%;
}
 .left_box .list ul li .px14{
    width: 700px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
} 
 .left_box .list ul li .f_data{
    display: inline-block;
    float: right;
 }
.left_box .list ul .f_gray{
    width:100%; 
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.f_gray ul li{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}</pre></body></html>