.imglist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.imglist .imgitem {
  width: calc(100% - 20px);
  margin: 0 10px;
  height: auto;
}
.imglist .imgitem .img-area {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  background-color: #eee;
}
.imglist .imgitem img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.imglist .imgitem h3 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0 80px 0;
}

@media screen and (max-width: 1025px) {
  .content .center {
    padding: 30px 0px;
  }
  .content .center .subtitle {
    padding: 0 10px;
  }
  .imglist .imgitem {
    width: 100%;
    margin: 0 0px;
  }
}/*# sourceMappingURL=ConsInfoDetail.css.map */