body {
  max-width: 650px;
  margin: 0 auto;
}

.listItems {
  box-sizing: border-box;
  padding: 0 .2rem;
}

.ItemsOne a {
  display: block;
}

.ItemsOne {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .32rem;
  /* margin-bottom: .2rem; */
}
.ItemsOne p{
  font-weight: bold;
}
.listItems div {
  /* width: 100%; */
}

.ItemsOne img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: .1rem 0;
}

.baokuan {
  float: right;
  box-sizing: border-box;
  padding: .04rem .12rem;
  border: 1px solid red;
  color: red;
  font-size: .24rem;
  border-radius: 6px;
  margin-bottom: .2rem;
}

.itemAll {
  display: flex !important;
  box-sizing: border-box;
  margin: .1rem 0;
  clear: both;
  margin-top: .3rem;
  /* border-top: 1px solid #999; */
  padding: .2rem 0;
}

.Itemsleft {
  flex: 1;
  box-sizing: border-box;
  padding-right: .7rem;
}

.Itemsleft p:nth-of-type(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .4rem;
}
.Itemsleft p:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Itemsright {
  width: 2.16rem;
  height: 1.4rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.Itemsright img{
  width: 100%;
  height: 100%;
}