.party-leads-outline {
  width: calc(100% - 10.24rem);
  height: 100%;
  margin: 0.8rem auto;
  font-family: FangZheng_JIAN;
}

.middle-line {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.middle-line .emblem {
  width: 0.4rem;
  height: 0.4rem;
}

.middle-line .title {
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 24px;
  color: #363636;
  margin: 0 0.5rem 0 0.3rem;
}

.middle-line .more {
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #363636;
  margin-left: 0.5rem;
  cursor: pointer;
}

.middle-line .line {
  width: calc(100% - 5rem);
  height: 0.1rem;
  line-height: 0.1rem;
}

.content-00 {
  width: 100%;
  margin-bottom: 1.3rem;
}

.content-00 .left {
  width: calc(100% - 13rem);
  margin-right: 0.8rem;

}

.content-00 .left .detail-outline {
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.content-00 .left .detail-outline img {
  width: 4.5rem;
  height: 2.5rem;
}

.content-00 .left .detail-outline .detail-info {
  width: 9.9rem;
  position: relative;
}

.content-00 .left .detail-outline .detail-info span {
  display: block;
  width: 100%;
}

.content-00 .left .detail-outline .detail-info span.title {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  color: #D81B00;
  height: 0.6rem;
  line-height: 0.6rem;
}

.content-00 .left .detail-outline .detail-info span.info {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  color: #848484;
  height: 1.2rem;
  line-height: 0.6rem;
  font-family: FangZheng_SONG;
}

.content-00 .left .detail-outline .detail-info span.more {
  width: 1.6rem;
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 0.28rem;
  color: #D81B00;
  text-align: center;
  cursor: pointer;
  background-color: #FFFFFF;
}

.content-00 .right {
  position: relative;
  width: 12.2rem;
  height: 8.5rem;
  cursor: pointer;
  overflow: hidden;
}

.content-00 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-00 .right .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: height .4s;
}

.content-00 .right:hover .mask {
  height: 2rem;
}

.content-00 .right .mask span {
  display: block;
  width: calc(100% - .8rem);
}

.content-00 .right .mask span.title {
  margin: 0.16rem auto 0;
  font-size: 0.36rem;
  color: #FFFFFF;
  height: 0.6rem;
  line-height: 0.6rem;
}

.content-00 .right .mask span.info {
  margin: 0.12rem auto 0;
  font-size: 0.28rem;
  color: #FFFFFF;
  height: 1rem;
  line-height: 0.5rem;
  font-family: FangZheng_SONG;
}

.content-01 {
  width: 100%;
  height: 7.2rem;
  overflow: hidden;
  margin-bottom: 1.4rem;
  position: relative;
}

.content-01 .text-area {
  position: relative;
  width: 100%;
  height: 5.3rem;
  background-color: #F7F7F7;
  margin: 0.9rem 0;
  overflow: hidden;
  font-family: FangZheng_SONG;
}

.content-01 .text-area .text {
  text-indent: 0.6rem;
  width: 16.9rem;
  height: 3.9rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #848484;
  margin: 0.7rem 2.1rem 0.7rem 9.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.content-01 .text-area span.more {
  width: 1.6rem;
  position: absolute;
  right: 1.1rem;
  bottom: .16rem;
  font-size: 0.28rem;
  color: #D81B00;
  text-align: center;
  cursor: pointer;
  background-color: #F7F7F7;
}

.content-01 img.pic {
  position: absolute;
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  top: 0;
  left: 0.8rem;
}


.content-02 {
  margin-top: 0.9rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.content-02 .ivu-card {
  width: 5rem;
  height: 7.6rem;
  cursor: pointer;
  margin-right: 0.8rem;
}

.content-02 .ivu-card:last-child {
  margin-right: 0;
}

.content-02 .ivu-card:hover {
  background-color: rgba(0, 0, 0, .05);
}

.content-02 .ivu-card .ivu-card-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-02 .ivu-card .cardInfo-img {
  width: 100%;
  height: 6.4rem;
  object-fit: cover;
}

.content-02 .ivu-card .text {
  position: relative;
  width: calc(100% - 0.4rem);
  height: 1.2rem;
  line-height: 1.2rem;
  margin: 0.02rem 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: #848484;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-family: FangZheng_SONG;
}