@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.about-child-block {
  margin-top: 60px;
  margin-bottom: 120px;
}

.trem-list {
  margin: 0 -10px;
}

.trem-list:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.trem-list li {
  width: 25%;
  float: left;
  margin-top: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

.trem-list .img {
  width: 100%;
  height: 350px;
  margin-bottom: 5px;
  background-color: transparent;
}

.trem-list .img img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trem-list .pos,
.trem-list .name {
  margin-top: 10px;
}

.trem-list .pos {
  color: #666;
  font-size: 14px;
  min-height: 17px;
}

.trem-list .name {
  font-size: 16px;
  min-height: 20px;
}

.certificate-list {
  margin: 0 -15px;
}

.certificate-list:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.certificate-list li {
  width: 33.333333%;
  float: left;
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.certificate-list .img {
  width: 100%;
  height: 470px;
  background-color: transparent;
}

.certificate-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.certificate-data-list {
  margin: 0 -15px;
}

.certificate-data-list:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.certificate-data-list li {
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 30px;
}

.certificate-data-list li .box {
  background: #fffffd;
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
}

.certificate-data-list li h3 {
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-height: 25px;
  color: #333333;
}

.certificate-data-list li p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}

/*# sourceMappingURL=maps/child-site.css.map */
