#news_menu{
	margin: 0 auto;
	width: 980px;
}
#news_menu_left{
	width:400px;
	height:40px;
	float: left;	
}
#news_menu_right{
	float: left;
	width:576px;
	display:block;
	white-space:break-word;
	overflow:hidden; 
	text-overflow:ellipsis;	
}
#news_menu_iocn{
	width:32px;
	height:32px;
	float: left;
	background: url(/ttecc/images/home_32.png) no-repeat; 
  	/**-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;**/
  	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ttecc/images/home_32.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ttecc/images/home_32.pngg',sizingMethod='scale')";
}
.news_menu_title{
	float: left;
	height:40px;
	line-height: 32px;
	font-size: large;
	color: #212121;
}
.news_menu_title a{
	color: #212121;
}
.news_menu_right_link{
	width: 192px;
	height: 40px;
	float: left;
	line-height: 32px;
	font-size: large;
	color: #212121;
	background-color: #ffffff;
	
}
.news_menu_right_link a{
	color: #212121;
}
.news_menu_right_link_action{
	width: 192px;
	height: 40px;
	float: left;
	line-height: 32px;
	font-size: large;
	color: #ffffff;
	background-color: #fa3d43;
}
.news_menu_right_link_action a{
	color: #ffffff;
}
#news_link_to{
	width:32px;
	height:32px;
	float: left; 
  	background: url(/ttecc/images/child.png) no-repeat; 
  	/**-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;**/
  	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ttecc/images/child.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ttecc/images/child.pngg',sizingMethod='scale')";
}
#news_hr{
	margin: 0 auto;
	width: 100%;
	height: 3px;
	/***border-bottom: 2px solid #2373c8;***/
	
}
#news_content{
	margin: 0 auto;
	width: 980px;

}