.wrapper {
  width: 100%;
  min-width: 1000px;
  background: url(../img/bg.jpg) 50% -50px no-repeat;
  padding-bottom: 100px;
}
body{
  background-color: #000;
}
.container {
  width: 1000px;
  padding-top: 78px;
  margin: 0 auto;
}
.title {
  width: 703px;
  height: 154px;
  margin: 0 auto;
  background: url(../img/title.png) no-repeat;
}
.list_box {
  margin: 0 auto;
  margin-top: 58px;
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 90px;
  box-sizing: border-box;
  min-height: 500px;
  min-width: 860px;
  animation: fadeIn 1s linear ;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.list_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_con .lists {
  overflow: hidden;
}
.list_con .lists .user {
  width: 140px;
  font-size: 16px;
  float: left;
  color: #83e4c3;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_con .lists .tips {
  width: 800px;
  float: left;
  line-height: 60px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_con .lists .tips span {
  font-size: 16px;
  color: #83e4c3;
}

.marquee_list {
  overflow: hidden;
}
.marquee_list .item-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
