.TickerNews{
	line-height: 40px;
	padding-left: 100px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a {
	display: block;
	margin-right: 25px;
	position: relative;
	padding-left: 10px;
	color: #333;
}
.ti_news a span {
	width: 4px;
	height: 4px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 19px;
}