﻿.cutword{
	display:   block; 
	width:   100px; 
	overflow:   hidden; 
	white-space:   nowrap;             
	-o-text-overflow:   ellipsis; 
	text-overflow:   ellipsis; 
}
.cutBlockNewsList
{
	display :block ;
	width :140px;
	overflow :hidden ;
	white-space :nowrap ;	
    word-break:keep-all;
	text-overflow:ellipsis; 
	-o-text-overflow: ellipsis; 
	padding:2px 0 2px 15px;
}


.cutDefaultWord
{
	display :block ;
	width :280px;
	overflow :hidden ;
	white-space :pre-wrap;
	
}

.cutandfill
{
 display :block;
  width:500px;
  font-size :13px;
 white-space:nowrap;
 word-break:keep-all;
 overflow:hidden;
 text-overflow:ellipsis;
 -o-text-overflow: ellipsis; 
} 

.cutDefaultWord a,.cutandfill
{
	background:url(../image2/articleList.gif) no-repeat 3px 2px;
	padding:2px 0 2px 15px;
	display:block;
}
	