.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;
}
.factory_news_list{
	margin:10px 20px;
	overflow:hidden;
}
.factory_news_list a{
    height: 30px;
    line-height: 30px;
    width: 242px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	display: block;
}
.factory_news_list a span{
	margin:0 5px;
}
.factory_news_list a:hover{
	color: #d50000;
}

.factory_news_list_div{
	margin:10px 20px;
	overflow:hidden;
}
.factory_news_list_div a{
	font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;	
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.factory_news_list_span{
	height: 30px;
    line-height: 30px;
    width: 242px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	display: block;
}
.factory_news_list_div a span{
	margin:0 5px;
}
.factory_news_list_div a:hover{
	color: #d50000;
}
.dynamic-details .factory_news_list_div a:hover{
	color: #333;
	cursor: text;
}