

.news_list_cotainer{
	width: 100%;
	background-color: #fafafa;
	overflow: hidden;
}
.news_list_tit{
	width: 82px;
	height: 22px;
	background: url(https://mall.abb.com.cn/themes/abbv1/widgets/news_list/images/news_list_tit.png) no-repeat;
	margin-right: 15px;
	float: left;
	margin-top: 6px;
}
.news_list_wrap,.fast_entry_wrap,.common_tools_wrap,.new_service_wrap{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	padding:11px 0;
	
}
.news_list_wrap .news_list{
	float: left;
	border-left: 1px solid #f5f5f5;
	height: 34px;
	line-height: 34px;
	width: 1102px;
	overflow: hidden;
}
.news_list_wrap ul,.fast_entry_wrap ul,.common_tools_wrap ul,.new_service_wrap ul{
	white-space: nowrap;
	position: relative;
}
.news_list_wrap li{
	float: left;
	margin-left: 25px;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
	position: relative;
}
.news_list_wrap li:before{
	content: "";
	width: 7px;
	height: 8px;
	position: absolute;
	left: 3px;
	top:50%;
	margin-top: -4px;
	background: url(https://mall.abb.com.cn/themes/abbv1/widgets/news_list/images/dot.png) no-repeat;
}
.news_list_wrap li a{
	color: #666;
}
.news_list_wrap li a:hover{
	color: #ff000f;
}

