.party-box {
  padding-top: 107px;
  /* padding-bottom: 62px; */
}
.party-h1 {
  font-size: 32px;
  color: #222222;
  line-height: 50px;
  text-align: center;
}
.date-img {
  margin-right: 10px;
}
.date-word {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 28px;
}
.date-box {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 26px;
}
.white-line{
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin-bottom: 26px;
}
.party-p {
  color: #2d3441;
  line-height: 30px;
}
.party-img {
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  max-width: 923px;
}
.party-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.party-img img:hover {
  transform: scale(1.1);
}
.party-bot {
  width: 100%;
  height: 77px;
  background: #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-top: 59px;
  margin-bottom: 155px;
}
.party-bot a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.jt-left {
  margin-right: 7px;
}
.jt-right {
  margin-left: 7px;
}
.party-bot a:hover {
  color: #d60202;
}
@media screen and (max-width: 768px) {
  .party-box {
    padding-top: 0.67rem;
    /* padding-bottom: 62px; */
  }
  .party-h1 {
    text-align: left;
    font-size: 0.41rem;
    line-height: 0.7rem;
  }

  .party-p {
    line-height: 0.5rem;
  }
  .party-img {
    margin-top: 0;
    overflow: hidden;
    max-width: unset;
    width: 100%;
    margin-top: 0.3rem;
  }
.date-box{
    justify-content: flex-start;
    margin-top: 0.31rem;
    margin-bottom: 0.31rem;
}
.white-line{
  margin-bottom: 0.31rem;
}
.party-bot {
  height:unset;
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-items: unset;
  padding: 0.26rem 0.16rem;
  margin-top: 0.61rem;
  margin-bottom: 0.86rem;
}
  .party-bot a {
    font-size: 0.28rem;
  }
  .jt-left {
    margin-right: 0.16rem;
  }
 
  .party-bot a:hover {
    color: #d60202;
  }
  .line-camp1{
    display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  }
 .mb20{
    margin-bottom: 0.2rem;
 }
 .footer-img{
    display: none !important;
 }
}
