.xxmd {
  overflow: hidden;
}

.xxmd .bigTitle {
  font-size: 0.3rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 2.1rem;
  margin-left: 3rem;
}

.xxmd .list {
  box-sizing: border-box;
  padding: 0 3rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.xxmd .list .listItem {
  box-sizing: border-box;
  padding: 2.7rem 2.2rem 2.7rem 2.4rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  background: #f5f5f5;
}

.xxmd .list .listItem .itemImg {
  width: 23rem;
  height: 14.2rem;
  margin-right: 2rem;
  border-radius: 0.6rem;
  /*object-fit: cover;*/
}

.xxmd .list .listItem .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xxmd .list .listItem .itemContent .itemTitle {
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: #111111;
  margin-bottom: 0.6rem;
}

.xxmd .list .listItem .itemContent .itemNavTitle {
  width: 39.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: #484848;
  line-height: 1;
  margin-bottom: 1.2rem;
  transform-origin: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xxmd .list .listItem .itemContent .itemBtn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.xxmd .list .listItem .itemContent .itemBtn .order {
  width: 18rem;
  height: 6rem;
  background: #ff6400;
  border-radius: 0.6rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 6rem;
  text-align: center;
}

.xxmd .list .listItem .itemContent .itemBtn .call {
  width: 18rem;
  height: 6rem;
  border: 0.1rem solid #ff6400;
  border-radius: 0.6rem;
  font-size: 2.2rem;
  font-weight: 400;
  color: #ff6400;
  line-height: 6rem;
  text-align: center;
}

.xxmd .list .nextPage {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 2.6rem;
  font-size: 2.6rem;
  color: #1e1e1e;
}

.footerBoxImg {
  width: 100%;
  height: 45.8rem;
}

.footerBoxImg img {
  width: 100%;
  height: 45.8rem;
}
