.bondRList {
  margin-top: 89px;
  width: 1200px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(156, 164, 185, 0.12);
  opacity: 1;
  border-radius: 0px;
}
.bondRList img.bondRList_Pic {
  width: 100%;
}
.bondRList .bondRList_Box {
  margin: 60px 40px 0;
}
.bondRList_Box_Box {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.bondRList_Box .bondRList_Box_title .more:hover {
  color: #fa3c3c;
}
.bondRList_Box .bondRList_Box_title .more {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  cursor: pointer;
}
.bondRList_Box .bondRList_Box_title .more img {
  vertical-align: sub;
  margin: 2px 12px 0 0;
}
.bondRList_Box .bondRList_Box_title b {
  width: 128px;
  height: 32px;
  font-size: 32px;
  font-family: SourceHanSansCN-Medium;
  line-height: 50px;
  color: #333333;
  opacity: 1;
}
.bondRList_Box .bondRList_Box_promise {
  width: 1120px;
  height: auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 23px;
  color: #999999;
  opacity: 1;
  margin-top: 80px;
  letter-spacing: 1px;
}
.bondRList_Box_Box_Item {
  width: 353px;
  height: 132px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(156, 164, 185, 0.2);
  opacity: 1;
  border-radius: 0px;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Content {
  width: 313px;
  height: 49px;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  line-height: 24px;
  color: #333333;
  opacity: 1;
  margin: 28px 20px 0;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Title {
  margin: 13px 20px 0;
  display: block;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Name {
  width: auto;
  height: 25px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 25px;
  color: #999999;
  opacity: 1;
  display: inline-block;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Time {
  width: auto;
  height: 25px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  line-height: 25px;
  color: #999999;
  opacity: 1;
  margin-left: 20px;
  display: inline-block;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Title .arrow {
  height: 25px;
  display: inline-flex;
  align-items: center;
}
.bondRList_Box_Box_Item .bondRList {
  margin-top: 89px;
  width: 1200px;
  background: #fff;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Tag {
  width: 96px;
  height: 26px;
  background: #ffeded;
  border-radius: 0px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  color: #fa3c3c;
  opacity: 1;
  margin-right: 20px;
}
.bondRList_Box_Box_Item .bondRList_Box_Box_Option1 {
  margin: 13px 20px 0;
  display: block;
}
.bondRList_Box_black {
  height: 80px;
}
.bondRList_Box_Type2 .bondRList_Box_Box_Item {
  height: 182px;
}
.bondRList_Box_Type3 .bondRList_Box_Box_Item {
  height: 182px;
}
.bondRList_Box_Type3 .bondRList_Box_Box_Tag {
  background: #eef7fe;
  color: #6180e9;
}
.bondRList_Box_Type4 .bondRList_Box_Box_Item {
    margin: 40px 0 0 0;
}
.bondRList_Box_Type4 {
    margin-top: 0;
}
.zqyjbgxf {
    margin-top: 89px;
}
.zqyjbgxf .title {
    margin-bottom: 0;
}
.bondRList_Box_Box_Item {
  transition: all 0.3s;
}
.bondRList_Box_Box_Item:hover {
  cursor: pointer;
  transform: translate3d(0,-10px,0);
}
.bondRList_Box_Box_Item:hover .arrow {
  animation: arrowSlide_r 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  -webkit-animation: arrowSlide_r 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
}
@-webkit-keyframes arrowSlide_r {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
  50.0% {
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
      opacity: 0;
  }
  50.1% {
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
      opacity: 0;
  }
  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}

@keyframes arrowSlide_r {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
  50.0% {
      -webkit-transform: translate3d(-60%, 0, 0);
      transform: translate3d(-60%, 0, 0);
      opacity: 0;
  }
  50.1% {
      -webkit-transform: translate3d(60%, 0, 0);
      transform: translate3d(60%, 0, 0);
      opacity: 0;
  }
  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}