.party-box {
  padding-top: 110px;
  padding-bottom: 85px;
  overflow: hidden;

}

.party-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.party-img {
  width: 42%;
  overflow: hidden;
  margin-right: 42px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  /* Safari */
  -ms-flex-shrink: 0;
}

.party-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s ease;
}

.party-img img:hover {
  transform: scale(1.1);
}

.party-box h5 {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  line-height: 60px;
}
.party-item:hover h5{
  color: #D60202;
}
.party-box p {
  color: #333333;
  line-height: 32px;
}

.footer-img {
  max-height: 593px !important;
  min-height: 340px;
}

.footer-img-b {
  position: relative;
}

.footer-safe-b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-safe {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.footer-l {
  margin-right: 6vw;
}

.footer-l li {
  margin-bottom: 2.7%;
}

.footer-l a {
  display: flex;
  align-items: center;
}

.circle {
  width: 17px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  margin-right: 9px;
}

.footer-l span {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.footer-r {
  width: 43.7%;
}

.footer-r img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1290px) {
  .footer-l {
    margin-right: 5vw;
  }

  .footer-l li {
    margin-bottom: 2%;
  }

  .circle {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .footer-l span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .party-box {
    padding-top: 0.67rem;
    padding-bottom: 0.9rem;

  }

  .party-item {
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 0.35rem;
  }

  .party-img {
    width: 100%;
    margin-right: unset;
  }

  .party-box h5 {
    font-size: 0.51rem;
    line-height: 0.7rem;
    margin-top: 0.36rem;
    margin-bottom: 0.41rem;
  }

  .party-box p {
    line-height: 0.5rem;
  }

  .footer-img {
    max-height: unset !important;
    height: 13.98rem !important;
    min-height: unset;

  }

  .footer-img-b {
    position: relative;
  }

  .footer-safe-b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }

  .footer-safe {
    max-width: unset;
    width: 100%;
    flex-direction: column;
    justify-content: unsetn;
    padding: 0 0.3rem;
    padding-top: 0.99rem;
  }

  .footer-l {
    margin-right: unset;
  }

  .footer-l li {
    margin-bottom: 0.26rem;
  }

  .footer-l a {
    display: flex;
    align-items: center;
  }

  .circle {
    width: 0.17rem;
    height: 0.17rem;
    border: 2px solid #ffffff;
    margin-right: 0.09rem;
  }

  .footer-l span {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .footer-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .footer-img-b .block_pc {
    display: none;
  }
}