.content {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  position: relative;
  min-height: 600px;
    width: 1440px;
  margin: auto;
}
.content .left {
  padding: 50px;
  height: 436px;
  width: 828px;
  background: url("../images/contact1.png") no-repeat center/cover;
  color: white;
}

.content .left h1 {
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
}
.content .left p {
  line-height: 40px;
}
.content .left p:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 30px;
}
.content .left .lef {
  width: 420px;
}
.content .left .rig img {
  height: 124px;
  width: 124px;
}
.content .left .rig {
  height: 330px;
  display: flex;
  width: 280px;
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
}
.content .left .rig dd {
  line-height: 40px;
}
.content .right {
  width: 586px;
  height: 436px;
}
.content .right img {
  width: 100%;
  height: 100%;
}
