.list {
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #aeadad;
  background: #f0f0f0;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .list {
    border-top: 1px solid #aeadad;
  }

  #APCPSearchRoot br {
    display: block;
    content: '';
  }
}
.item {
  list-style: none;
  cursor: pointer;
  background: none;
  display: block;
  line-height: 18px;
  font-size: 14px;
  padding: 9px 15px;
  color: #000;
}
.item:hover,
.item:focus {
  background: #e6e6e6;
}
