.journalism_home_content {
  height: 2300px;
  width: 1200px;
}

.box {
  background: #F8FAFF;
}

.press_center_a {
  position: relative;
  display: inline-block;
  width: 890px;
  height: 420px;
  margin-bottom: 14px;
}

.press_center_son_a {
  position: relative;
  float: left;
  width: 890px;
  height: 199px;
  margin-bottom: 14px;
  color: #606266 !important;
  box-shadow: 0px 6px 15px 3px rgb(0 0 0 / 8%);

}

.press_center_home {
  width: 890px;
}

.press_center_bg {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.press_center_text {
  display: flex;
  align-items: center;
  padding-left: 28px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, .4);
  width: 890px;
  height: 85px;
  font-size: 30px;
  color: #fff;
}

.press_centet_son {
  width: 890px;
  height: 199px;
  background: #FFFFFF;
}

.press_centet_son_bg {
  display: inline-block;
  width: 260px;
  height: 199px;
  margin-right: 0px;
}

.press_centet_son_text {
  display: inline-block;
  width: 626px;
  height: 199px;
  padding: 20px 36px 29px 28px;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.press_centet_son_text h2 {
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: bold;
  color: #333 !important;
}

.press_centet_hr {
  margin-top: 22px;
  margin-bottom: 22px;
}

.journalism_home_content_right {
  position: absolute;
  width: 290px;
  height: 114px;
  background: rgba(0, 0, 0, .4);
  bottom: 0px;
  color: #fff;
  font-size: 26px;
  padding: 22px 33px;
}

@keyframes myfirst {
  from {
    transform: translate(-1000px, 0px);
  }

  to {
    transform: translate(50%, 0px);
  }
}

@-webkit-keyframes myfirst

/* Safari 与 Chrome */
  {
  from {
    transform: translate(-1000px, 0px);
  }

  to {
    transform: translate(50%, 0px);

  }
}

.journalism_text_content {
  position: absolute;
  top: 200px;
  right: 50%;
  transform: translate(50%, 0);
  animation: myfirst 0.5s;
  -webkit-animation: myfirst 0.5s;
}