@import url('../css/head_foot.css');
#content .cont {
  border: 1px dashed #ddd;
  border-radius: 6px;
  padding: 18px;
  padding: 0;
}
#content .cont .change_list {
  padding: 12px 20px 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
#content .cont .change_list .change_item {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #EAEAEA;
  text-align: center;
  line-height: 34px;
  margin: 0 8px 8px 0;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #000000;
}
@media (any-hover: hover) {
  #content .cont .change_list .change_item:hover {
    border-color: #F17322;
    color: #F17322;
  }
}
#content .cont .jieguo_list {
  padding: 12px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 12px;
}
#content .cont .jieguo_list .jg_item {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
}
@media (any-hover: hover) {
  #content .cont .jieguo_list .jg_item:hover {
    color: #F17322;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
  }
  #content .cont .jieguo_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .cont .jieguo_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
.bian {
  border-color: #F17322 !important;
  color: #F17322 !important;
}
