.content {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
    width: 1440px;
  margin: auto;
  min-height: 790px;
}
.content .right {
  padding-top: 20px;
  margin-left: 60px;
  width: 1440px;
}
.content .right h1 {
  font-size: 35px;
  font-weight: bolder;
  text-align: center;
  line-height: 60px;
  margin: 20px 0;
}
.content .right .time {
  height: 50px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 50px;
  color: #9a9a9a;
}
.content .right .content2 {
  padding: 30px 25px;
}
.content .right .content2 p {
  line-height: 40px;
  margin-bottom: 3px;
}
.content .right .content2 .image {
  text-align: center;
  margin-bottom: 35px;
}
.content .right .content2 .image img {
  max-width: 1400px;
}
/*.content2 p img{*/
/*    object-fit: contain;*/
/*}*/