section.marquee-new > .container{
    display: flex;
    align-items: center;
}

section.marquee-new .hour{
    padding: 10px 20px 10px 0;
}

section.marquee-new .hour .top img{
    margin: 10px 10px 0 0;
    width: 20px;
}

section.marquee-new .hour .top h1{
    font-size: 35px;
    font-weight: 400;
    color: #666;
    font-family: "Orbitron", sans-serif;
}

section.marquee-new .hour .top,
section.marquee-new .hour .down{
    display: flex;
    align-items: center;
}

section.marquee-new .hour .down{
    justify-content: center;
    margin: 5px 0 0 0;
    gap: 20px;
}

section.marquee-new .hour .blocks{
    text-align: center;
    color: #666;
}

section.marquee-new .hour .blocks p{
    font-size: 10px;
    margin: 0 0 3px 0;
    font-weight: bolder;
    color: #4ac77b;
}

section.marquee-new .hour .blocks:nth-child(2) p{
    color: #FF0000;
}


section.marquee-new .hour .blocks h3{
    font-size: 20px;
    font-weight:300;
}

section.marquee-new .news{
    width: 100%;
}

marquee .content{display: flex;align-items: center;}

.new .top{
  display: flex;
  align-items: center;
  margin:  0 0 10px 0;
}

.new .top .topic{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.new .top img{
  width: 20px;
  padding: 0;
  margin: 0;
}

.new .top h3{
  font-size: 20px;
  color: #4ac77b;
  margin: 0 0 0 10px;
}

.prices{
  padding: 0 20px;
  display: flex;
}

.prices .box img{
  width: 25px;
  filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(200deg);
}

.prices .content{
  margin: 0 20px 10px 0;
  display: flex;
  align-items: flex-end;
}

.prices .content .value{
  width: 70px;
  margin: 0 3px 0 5px;
}

.prices .content span{
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
}

.prices .content:nth-child(2n+2) span{
  color: #4ac77b;
}


.prices .content .value p{
  font-size: 10px;
  font-weight: 600;
  margin: 0 0 3px 0;
  color: #FF0000;

}
.prices .content:nth-child(2n+2) .value p{
  color: #4ac77b;
}

.prices .content .value h2{
  font-size: 20px;
  font-weight: 400;
}

.prices .content .box{
  text-align: center;
}

.prices .content .box img{
  width: 25px;
}

.prices .content .box p{
  font-size: 10px;
}