.down-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.imgpar {
  position: relative;
  height: 0;
  padding-bottom: 58%;
}
.imgpar img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.fitter-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fitter-down > a:first-child {
  background: #066aff;
  margin-right: 32px;
}
.fitter-down > a {
  background: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  padding: 18px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.fitter-down > a.downBtn > div:first-child {
  margin-right: 7px;
}
.fitter-down > a.viewBtn > div:first-child {
  margin-right: 12px;
}
.info_ {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex {
  display: flex;
}
.pub-logo .phone-fitter-none {
  /* display: flex!important; */
}

.space-between {
  justify-content: space-between;
}

.lodeText {
  width: 445px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  padding-left: 10px;
}
.top30 {
  margin-top: 30px;
}
.downBox {
  width: 32%;
}
.downBox img {
  width: 100%;
}
@media (max-width: 1200px) {
  .down-img {
    width: 100%;
  }
  .downBox {
    width: 100%;
  }
  .downBox img {
    width: 100%;
  }
  .viewBtn {
    margin: 25px 0;
  }
}
