@import url('../css/head_foot.css');
#content .cont_new {
  width: 100%;
}
#content .cont_new .best_title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #333;
  border-bottom: none;
  position: relative;
}
#content .cont_new .best_title span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
#content .cont_new .new_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 16px;
  background: #fff;
  border: 1px solid #333;
  padding: 28px 24px;
}
#content .cont_new .new_list .new_item {
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #eee;
  padding: 8px;
  display: flex;
  align-items: center;
}
#content .cont_new .new_list .new_item img {
  width: 84px;
  height: 84px;
  margin-right: 8px;
}
#content .cont_new .new_list .new_item .item_r {
  width: calc(100% - 132px);
}
#content .cont_new .new_list .new_item .item_r .title {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont_new .new_list .new_item .item_r span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_new .new_list .new_item .down-box .down-bai,
#content .cont_new .new_list .new_item .down-box .down-hei {
  width: 36px;
  height: 28px;
}
#content .cont_new .new_list .new_item .down-box .down-hei {
  display: none;
}
#content .cont_new .new_list .new_item:hover {
  border: 2px solid #0088FF;
}
#content .cont_new .new_list .new_item:hover .down-box .down-hei {
  display: block;
}
#content .cont_new .new_list .new_item:hover .down-box .down-bai {
  display: none;
}
#content .cont_new .new_list .ad {
  grid-area: 6/1/7/5;
  margin-bottom: 12px;
}
#content .cont_new .new_list .ad .ad_title {
  text-align: center;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #7F7F7F;
}
#content .cont_new .new_list .ad .ad-box {
  min-height: 90px;
  text-align: center;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_new .new_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_new .new_list .ad {
    grid-area: 2/1/3/4;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_new .new_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_new .new_list .ad {
    grid-area: 3/1/4/3;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_new .new_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_new .new_list .ad {
    grid-area: 3/1/4/3;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_new .new_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    padding: 12px;
  }
  #content .cont_new .new_list .ad {
    grid-area: 3/1/4/2;
  }
}
