.zhuantiBox{
width:1280px;
height:56px;
border-radius: 3px;
background-color: #0038B2;
display: flex;

}

.zhuanti{
  max-width:330px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 56px;
text-align: left;
font-style: normal;
text-transform: none;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.yuan{
width:8px;height:8px;border-radius: 50%;background: #0038B2;
}

.light{
  display: flex;
  width:1000px;
  overflow: hidden;
  height:100%;
  position: relative;
}
  .marqueeContainer {
    display: flex;
    position: absolute;
    left:0;
  }