.list-box-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-box-right .donate-right-item {
  width: 48%;
  margin-top: 28px;
}
.donate-right-item .donate-right-title {
  width: 100%;
  height: 54px;
  background: #CF2C0D;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donate-right-title p {
  color: #fff;
  font-size: 16px;
}
.donate-right-title img {
  width: 14px;
  height: 12px;
}
.donate-right-title img:hover {
  transform: translateX(5px);
}
.donate-right-list {
  width: 100%;
  background-color: #fff;
}
.donate-right-list p {
  color: black;
  font-size: 14px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: flex;
}
.donate-right-list p span {
  display: inline-block;
}
.donate-right-list p span:nth-of-type(1) {
  width: 15%;
}
.donate-right-list p span:nth-of-type(2) {
  width: 23%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.donate-right-list p span:nth-of-type(3) {
  width: 33%;
}
.donate-right-list p span:nth-of-type(4) {
  width: 33%;
}
.donate-right-list p:nth-child(2n-1) {
  background: #FFF5F1;
}
.donate-right-list p:nth-child(2n) {
  background-color: #fff;
}
.one .donate-right-item {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .list-box-right {
    flex-direction: column;
  }
  .list-box-right .donate-right-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .child .header {
    margin-bottom: 300px !important;
  }
}
@media (max-width: 1200px) {
  .child .header {
    margin-bottom: 0 !important;
  }
}
