/* CSS Document */
. wgetid ul li {
	font-size: 14px;	
}
.menu-list{list-style:none; width:300px; margin:0px auto;}
.menu-list li{display:block;}
.list{list-style: none; margin-left: 0px;  width:310px; height:88px; overflow:hidden; }
.list li{width: 310px;height: 88px; position: relative; animation: myfirst 4s infinite ;line-height: 88px;text-align: center; font-size: 30px;color:#fff;}
@keyframes myfirst
{
	0%    {background-color:#4ec7f3;  top:0px;}
	25%   {background-color:#4ec7f3;  top:0px;}
	50%  {background:#42c58a; top:-88px;}
	75%  {background:#a0a0a0; top:-176px;}
	100%  {background:#dc143c; top:-264px;}

}           
.font30{
	font-size: 24px;
	color: #080808;
}