.viewmain {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 20px;
}

.viewcon {
  width: 1100px;
  margin: 0 auto;
}

.pcc {
  float: left;
  width: 45%;
  margin-left: 2%;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  white-space: pre-line;
  text-align: Justify;
  text-justify: inter-ideograph;
}

.aboimg {
  float: left;
  width: 50%;
  height: 328px;
  line-height: 325px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.aboimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}