.indexjust .newBar {
  padding-right: 10px;
}
.indexjustf {
  width: 33%;
  float: left;
  padding-right: 10px;
}
.indexjustf .newTxt p {
  font-size: 14px;
}
.indexjust {
  border: 1px solid #e0e0e0;
  width: 33%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.indexjust .newTxt {
  width: 67%;
}
.newLeft div:nth-of-type(3) {
  margin-right: 0;
}
.indexjust img {
  width: 120px;
  height: 85px;
}
@media (max-width: 1080px) {
  .indexjust {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .indexjustf,
  .indexjust {
    margin-bottom: 20px;
    width: 100%;
  }
  .newBar .newPic {
    width: 39%;
  }
  .indexjust img {
    width: 200px;
    height: auto;
  }
  .newTxt {
    padding-left: 10px;
  }
}
