a { color: #141478; text-decoration: none; }
a:hover { color: #0099ff; }

#page {
	width: 100%;
	margin: 0 auto;
	//background-color: #FFF;
	margin-bottom: 50px;
}

.ticker {
	width: 70%;
	height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.ticker {
		width: auto;
		height: 30px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.news #news_text{
		font-size:13px;
	}
}
@media screen and (max-width: 630px) {
	.ticker {
		width: auto;
		height: 35px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
}
@media screen and (max-width: 480px) {
	.ticker {
		width: auto;
		height: 35px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
}
@media screen and (max-width: 320px) {
	.ticker {
		width: auto;
		height: 35px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
}
@media screen and (max-width: 240px) {
	.ticker {
		width: auto;
		height: 30px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
}





#ticker_02 {
	height: 120px;
}

.ticker li a{
	color:#5181D1;
}

#ticker_04 {
	height: 150px;
}
#ticker_04 li {
	height: 40px;
	overflow: hidden;
} 
#ticker_04 img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
} 

#example_4 { display: none;}
