* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: MicrosoftYaHei, "微软雅黑";
  list-style-type: none;
}
.itemsOther {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-family: MicrosoftYaHei, "微软雅黑" !important;
  padding: 40px 0 70px;
  font-weight: normal;
}
.itemsOther .itemsA {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgb(0 182 176 / 20%);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgb(0 182 176 / 20%);
}
.itemsOther .itemsA .pic {
  width: 220px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.itemsOther .itemsA .pic img {
  height: auto;
  width: 100%;
  border: none;
}
.itemsOther .itemsA .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  padding: 34px 0;
}
.itemsOther .itemsA .info h4 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  white-space: pre-wrap;
  font-weight: 400;
}
.itemsOther .itemsA .info h5 {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
.itemsOther .itemsA .info .text {
  font-size: 16px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 960px) {
  .itemsOther .itemsA .pic {
    width: 30%;
  }
  .itemsOther .itemsA {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .itemsOther {
    padding: 30px 0 30px;
  }

}
@media screen and (max-width: 378px) {
  .itemsOther {
    padding: 24px 0 12px;
  }
  .itemsOther .itemsA{
    margin-bottom: 16px;
  }
  .itemsOther .itemsA .info h4 {
    font-size: 20px;
  }
  .itemsOther .itemsA  .info .text {
    font-size: 14px;
  }
  .itemsOther .itemsA .pic {
    display: none;
  }
  .itemsOther .itemsA .info {
    margin: 0;
  }
}
