/*
Theme Name: cydas corp
Theme URI:
Author: CYDAS team
Author URI:
Description: CYDAS
Version: 1.0
License:
License URI:
Tags:
Text Domain: CYDAS

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.topnews ul{
  position: relative;
  height: 1em;
}
.topnews ul li {
  position: absolute;
  display: none;
  background: #fff;
}
.topnews__day span{
  animation: 3.0s topnews__day-anim linear forwards;
}
.topnews__title span{
  animation: 3.0s topnews__day-anim linear forwards;
}