html,
body {
  padding: 0;
  margin: 0;
}

.template20240820 {
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  color: #000;
}

.template20240820 p {
  padding: 0;
  margin: 0;
}

.template20240820 img {
  border: 0;
  vertical-align: middle;
}

.template20240820 * {
	text-indent: 0 !important;
	box-sizing: border-box;
	max-width: 100%;
  /*font-size: 16px;
  line-height: 30px !important;*/
}

@media (max-width: 768px) {
  .template20240820 * {
    font-size: 14px !important;
    line-height: 25px !important;
    word-break: break-all;
  }
}

.template20240820 a {
  color: #1764ce;
  text-decoration: none;
}

.template20240820 .ic {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-right: 2px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.template20240820 .ic.time {
  background-image: url(jgzntime.png);
}

.template20240820 .ic.addr {
  background-image: url(jgznaddr.png);
}

.template20240820 .ic.phone {
  background-image: url(jgznphone.png);
}

.template20240820 .ic.mess {
  background-image: url(jgznmess.png);
}

.template20240820 .ic.computer {
  background-image: url(jgzncomputer.png);
}

.template20240820 .ic.house {
  background-image: url(jgznhouse.png);
}

.template20240820 .ic.ts-phone {
  background-image: url(jgzntsphone.png);
}

.template20240820 .ic.telphone {
  background-image: url(jgzntelphone.png);
}

.template20240820 .ic.mail {
  background-image: url(jgznmail.png);
}

.template20240820 .ic.tsic {
  background-image: url(jgzntsic.png);
}

.lf {
  float: left;
}

.templatebox {
  width: 680px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.templatebox>div {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  /* height: 245px; */
  margin-bottom: 30px;
  margin-right: 65px;
  text-align: center;
}

.templatebox>div img {
  width: 100%;
  max-width: 100%;
}

.templatebox>div p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #333;
}

@media (max-width: 768px) {
  .templatebox {
    width: 100%;
    margin-top: 10px;
    float: left;
  }

  .templatebox>div {
    margin-bottom: 15px;
    margin-right: 2%;
    width: 23%;
  }

  .templatebox>div img {
    max-height: 28vw;
  }
}