.TickerNews{
	width: 100%;
	height: 40px;
	line-height: 48px;
	background:#000;
	margin-top:5px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	height:40px;
}
.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: 50px;
	color:#fff;
	text-decoration: none;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
	vertical-align:middle;
	/*padding:8px 0;*/
	padding:0px 0;
}
.ti_news a:hover{
    color:#f0f0f0;
}