@import url('../css/head_foot.css?v=1');
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}
#content .cont {
  border: 1px dashed #ddd;
  border-radius: 16px;
  padding: 20px;
}
#content .cont h3 {
  font-size: 16px;
  font-family: m;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
#content .cont .ct {
  display: flex;
  justify-content: center;
  margin: 10px auto 18px;
}
#content .cont .ct img {
  width: 419px;
  height: 157px;
}
#content .cont .cont_text {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: l;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
@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 .ct img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .ct img {
    width: 100% !important;
    height: auto !important;
  }
}
.block {
  display: block !important;
}
.scale .sj_r {
  transform: rotate(90deg);
}
