.allBg {
  width: 100%;
  background: url("../imgs/newBgl1.png") 0 0 no-repeat,
    url("../imgs/newBgl2.png") 0 700px no-repeat,
    url("../imgs/newBgr2.png") right 230px no-repeat,
    url("../imgs/newBgr1.png") right top no-repeat;
  padding-top: 150rem;
}

.contentBox {
  background: #FFFFFF;
  border-radius: 59px 59px 59px 59px;
  border: 5px solid #B754FD;
  padding: 45px 60px 66px 74px;

}

.breadcrumbBox .breadcrumb-f,
.breadcrumbBox .breadcrumb-t {
  text-transform: Capitalize;
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999;
}

.breadcrumbBox .breadcrumb-t {
  cursor: default;
  color: #333;
}
img {
display: inline-block;
}
.contentBox-con {
font-family: 'Cherry Cream Soda';
}
.contentBox-tit {
  text-transform: Capitalize;
  font-size: 40px;
  color: #B754FD;
  margin: 29rem 0 48rem;
}

.contentBox-tit1 {
  font-family: 'Cherry Cream Soda';
  text-transform: Capitalize;
  font-size: 24px;
  color: #333333;
  margin-bottom: 32px;
}

.newList {}

.newList-item {
  padding: 18rem 18rem 18rem 38rem;
  background: #F9F9F9;
  opacity: 0.9;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.newList-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #B754FD;
}

.newList-item:hover .item-l-tit {
  font-family: 'Cherry Bomb One';
  color: #B754FD;
}

.newList-item:hover .l-imgBox {
  background: #B754FD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.newList-item:hover .Arrow1 {
  display: block;
}

.newList-item:hover .Arrow4 {
  display: none;
}

.newList-item:hover .l-time {
  color: #B754FD;
}

.newList-item .newList-item-r:hover img {
  transform: scale(1.05);
}

.newList-item-l {
  width: 56%;
}

.item-l-tit {
  font-family: 'Cherry Cream Soda';
  font-size: 24px;
  color: #333333;
  line-height: 44rem;
  margin-bottom: 23rem;
  transition: transform 0.3s ease;
}

.item-l-sub {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999999;
  line-height: 29rem;
}

.item-l-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34rem;
}

.l-time {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999999;
  transition: transform 0.3s ease;
}

.l-imgBox {
  width: 32px;
  height: 32px;
  background: #F9F9F9;
  border-radius: 50%;
  border: 1px solid #B754FD;
  opacity: 0.9;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.l-imgBox img {
  width: 15px;
}

.Arrow1 {
  display: none;
}

.newList-item-r {

  width: 37%;
}

.newList-item-r img {
  transition: transform 0.3s ease;
  width: 100%;
}

.contentBox-con-tit {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #333333;
  line-height: 44px;
  margin-bottom: 33px;
  text-transform: Capitalize;
}

.n-timebox {
  background: #F9F9F9;
  height: 62px;
  margin-bottom: 29rem;
}

.n-timebox div {
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #999999;
}

.pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30rem;
}

.pages a {
flex: 1;
  text-transform: Capitalize;
  font-family: 'Cherry Cream Soda';
  font-size: 16px;
  color: #666666;
  margin-bottom: 20rem;
}

@media screen and (max-width: 1130px) {
  .newList-item {
    flex-direction: column-reverse;
  }

  .newList-item-l {
    width: 100%;
  }

  .newList-item-r {
    width: 90%;
    margin-bottom: 30rem;
  }

  .pages {
    flex-direction: column;
    align-items: flex-start;
  }
  .pages a {
width: 100%;
}
}

@media screen and (max-width: 750px) {


  .contentBox {
    background: #FFFFFF;
    border-radius: 59rem;
    border: 5px solid #B754FD;
    padding: 45rem 30rem 66rem 30rem;
  }

  .contentBox-tit {
    font-size: 40rem;
    margin-bottom: 50rem;
  }

  .contentBox-tit1 {
    font-size: 28rem;
  }

  .contentBox-con-tit {
    font-size: 22rem;
    color: #333333;
    line-height: normal;
    margin-bottom: 33px;
  }

  .item-l-tit {
    font-size: 28rem;
  }

  .item-l-sub,
  .l-time,
  .n-timebox div,
  .pages a {
    font-size: 22rem;
  }

  .n-timebox {
    flex-direction: column;
  }

  .n-timebox .ml-50 {
    margin-left: 0;
  }
}