.inform_content {
  width: 1200px;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inform_box {
  width: 1120px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(50, 56, 128, 0.16);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.inform_box img {
  width: 793px;
  height: 100%;
  overflow-y: hidden;
}
