.news_img{
	
	float:left;
	margin:5px;
}
.news_text
{
	float:right;
}



.news {
  
  width: auto;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
    padding: 3px;
  -webkit-user-select: none
} 

.news span {
  float: left;
  color: #333333;
  padding: 6px;
  position: relative;
  top: 1%;
  border-radius: 4px;
 
  font: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer
}

.news ul {
  float: left;
  padding-left: 5px;
  padding-right:5px;
  animation: ticker 12s cubic-bezier(0, 0, 0, 0) infinite;
  -webkit-user-select: none
}

.news ul li {line-height: 20px; list-style: none }

.news ul li a {
  color: #333333;
  text-decoration: none;
  font: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none
}

.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }