.e_l_nothing {
    margin-top: 12px;
    padding: 100px 50px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.e_l_nothing span {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
}

.cs {
    color: #ea471c;
}

.col2 {
    color: #999;
}
.col2 {
    padding: 5px 0;
}

/*热门关键词*/
.hot-keyword {padding:20px 0;}
.hot-keyword a{
  background-color: #e17400;
  border-radius: 6px;
  height: 150%;
  padding: 10px;
  margin-left:5px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hot-keyword  span{display: block;margin-bottom:20px;}
}