.newsListImg {
  width: 499px;
  height: 295px;
}

.newsListImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsList-time {
  color: #999999;
}

.newsList-title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}

.newsList-tip {
  color: #333333;
  margin-top: 26px;
  margin-bottom: 33px;
}

.newsList-btn {
  width: 154px;
  height: 42px;
  background: #999999;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.newsList-btn:hover {
  background: #066aff;
}

.newsListBox {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.newsListBox:hover {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 1024px) and (max-width: 1366px) {
}
@media (min-width: 1367px) and (max-width: 1600px) {
}
@media (max-width: 1023px) {
  .fitter-wrap {
    flex-wrap: wrap;
  }
  .newsListImg {
    width: 100%;
  }
  .newsListBox {
    padding: 20px;
    width: 100%;
    margin-top: 25px;
  }
}

/* dxw start */
.box_03 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: calc((100% - 83.34%) / 2);
  margin: 5% 0 2.23%;
}
.box_03 .img {
  width: 50%;
  position: relative;
  height: 0;
  padding-bottom: 42.2%;
  margin-right: 6.77%;
  flex-shrink: 0;
}
.box_03 .img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_video_play2 {
  background: rgba(6, 106, 255, 0.15);
  position: absolute;
  width: 89px;
  height: 89px;
  right: -44.5px;
  top: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  padding: 10px;
}
.list_video_play2 div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: url(../../images/play.png) no-repeat center #066aff;
}
.list_video_play2:hover div{
    background-color: #06295e;
}
.box_03 .info {
  display: flex;
  flex-direction: column;
}
.box_03 .info .title {
  font-family: DIN;
  font-weight: bold;
  font-size: 58px;
  color: #333333;
}
.box_03 .info .desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #066aff;
  line-height: 35px;
  margin: 6.57% 0 13.15%;
}

@media screen and (max-width: 1450px) {
  .box_03 .info .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .box_03 {
    flex-direction: column;
    padding-right: 0;
  }

  .box_03 .img {
    margin: 0;
    width: 100%;
    padding-bottom: 65%;
  }

  .box_03 .info {
    padding: 30px;
  }

  .box_03 .info .title {
    font-size: 30px;
  }

  .box_03 .list_video_play2 {
    transform: translate(50%, -50%);
    right: 50%;
  }
}

/* dxw end */
