@import url('../css/head_foot.css');
#content .cont_hot {
  margin-left: 10px;
  width: 1190px;
  padding: 46px 19px 30px;
  background: #FFFFFF;
  box-shadow: 8px 8px 0px 0px #333333;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #333333;
  position: relative;
  margin-bottom: 34px;
}
#content .cont_hot .best_title {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 106px;
}
#content .cont_hot .hot_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, auto));
  grid-gap: 15px;
  margin-bottom: 23px;
}
#content .cont_hot .hot_list .hot_item {
  border: 1px solid #EEEEEE;
  padding: 8px;
  border-radius: 8px;
}
#content .cont_hot .hot_list .hot_item img {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 6px;
}
#content .cont_hot .hot_list .hot_item .title {
  width: 100%;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont_hot .hot_list .hot_item span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_hot .hot_list .hot_item:hover {
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333333;
}
#content .cont_hot .hot_list .ad {
  position: relative;
  grid-area: 4/1/5/9;
  width: 1152px;
  height: 173px;
  margin-bottom: 20px;
}
#content .cont_hot .hot_list .ad .ad_title {
  position: absolute;
  width: 97px;
  height: 19px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 16px;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
