@import url('../css/head_foot.css');
#content .cont_new {
  margin-left: 10px;
  width: 1190px;
  padding: 46px 23px 30px;
  background: #FFFFFF;
  box-shadow: 8px 8px 0px 0px #333333;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #333333;
  position: relative;
}
#content .cont_new .best_title {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 4px 16px;
  background: #B3DFC4;
  box-shadow: 4px 4px 0px 0px #333333;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #333333;
}
#content .cont_new .best_title img {
  width: 32px;
  height: 32px;
}
#content .cont_new .best_title span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
#content .cont_new .new_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(274px, auto));
  grid-gap: 15px;
}
#content .cont_new .new_list .new_item {
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  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: 134px;
}
#content .cont_new .new_list .new_item .item_r .title {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  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 .item_r .xing {
  margin-top: 4px;
  display: block;
}
#content .cont_new .new_list .new_item .down,
#content .cont_new .new_list .new_item .down1 {
  width: 32px;
  height: 32px;
}
#content .cont_new .new_list .new_item .down1 {
  display: none;
}
#content .cont_new .new_list .new_item:hover {
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333333;
}
#content .cont_new .new_list .new_item:hover .down {
  display: none;
}
#content .cont_new .new_list .new_item:hover .down1 {
  display: block;
}
#content .cont_new .new_list .ad {
  position: relative;
  grid-area: 6/1/7/5;
  width: 1152px;
  height: 173px;
  margin-bottom: 20px;
}
#content .cont_new .new_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%);
}
