@charset "utf-8";

.widget-listBox {
  width: 100%;
  max-height: 350px;
  border-radius: 5px;
  overflow-y: scroll;
  margin-bottom: 35px;
}

.widget-listBoxCont {
  width: 980px;
}

.widget-listBox-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #565656;
  vertical-align: middle;
}

.widget-listBox-item:nth-child(odd) {
  background-color: #fff;
}

.widget-listBox-item:nth-child(even) {
  background-color: #f7f7f7;
}

.widget-listBox-item-col {
  float: left;
}

.widget-listBox-item-colOne {
  padding-left: 23px;
  width: 278px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-listBox-item-colTwo {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-listBox-item-colThree {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-listBox-item-colFour {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-listBox-item-logo {
  width: 22px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.widget-listBox-item-colOne-logo {
  margin-right: 14px;
}

.widget-listBox-item-colTwo-logo {
  margin-right: 5px;
}

.widget-listBox-item-colTwo-vs {
  margin: 0 16px;
}

.widget-listBox-item-colFour-btn.we-button {
  color: #737373;
  padding: 0 32px;
  border: 1px solid #a4a4a4;
}

.widget-listBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #e0e0e0;
}

.widget-listBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #fff;
  border-radius: 5px;
}
