.notice-bar__panel__item {
    width: calc(100vw - 110px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    .notice-bar__panel__item-left {
        display: flex;
        align-items: center;
        .notice-bar__panal__item__content{
          color: #676767;
          font-size: 12px;
          width: 180px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-left: 4px;
        }
    }
    .notice-bar__panel__item-releaseTime {
         color: #676767;
         font-size: 11px;
         opacity: 0.5;
    }

}
