.TickerNews{
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.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;
	border-left: 1px solid #CCC;
}
.ti_news a{
	display: block;
	padding: 0 0 0 20px;
	color: #555;
	text-decoration: none;
	cursor: pointer;
}