.searchbar {
  padding: 30px;
  border: 1px solid #ccc;
  background: #ecf6ff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.searchbar .chanName {
  font-size: 18px;
  font-weight: bold;
  color: #f33;
}
.searchbar .gf_ser {
  cursor: pointer;
  display: inline-block;
  padding: 9px 18px;
  background-color: #1258c0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: none;
}
.searchbar .gf_select_c,
.searchbar .gf_select {
  min-width: 70px;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.searchbar .gf_input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #bff0ff;
  padding: 0 16px;
  line-height: 40px;
  transition: all 0.3s ease;
}
.searchbar .gf_input:focus {
  border: 1px solid #006eff;
}
.lgqzcwj {
  min-height: 300px;
}
.lgqzcwj li {
  display: flex;
  align-items: center;
}
.lgqzcwj li a.title {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.lgqzcwj li span {
  text-align: center;
  display: inline-block;
}
.lgqzcwj li span.wh {
  width: 20%;
}
.lgqzcwj li span.t {
  width: 12%;
}
.lgqzcwj li span.channel {
  display: none;
}

@media (max-width: 768px) {
  .lgqzcwj li span.wh {
    display: none;
  }
  .lgqzcwj li a.title {
    display: inline;
  }
  .lgqzcwj li span.t {
    width: auto;
  }
}
