@import url('../css/head-foot.css');
.content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
}
.content .bread {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 8px;
}
.content .bread .b-child {
  color: #333;
}
.content .cont {
  width: 1200px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.content .cont h3 {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #586168;
}
.content .cont .cont-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #666666;
  margin-bottom: 18px;
}
.content .cont .cont-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 764px) and (max-width: 1199px) {
  .content {
    flex: 1;
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  .content .cont {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 763px) {
  .content {
    flex: 1;
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  .content .cont {
    width: 100%;
    padding: 10px;
  }
}
