.pinpai-box .first-card {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 28px;
  color: #333;
}
.pinpai-box .first-card .first-lf {
  width: 100px;
  flex: none;
  margin-right: 60px;
}
.pinpai-box .first-card .first-rt {
  flex: auto;
}
.pinpai-box .first-card .title-2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
}
.pinpai-box .first-card .title-3 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.pinpai-box .first-card .divide-joint {
  margin: 30px 0;
}
.pinpai-box .first-card .info-item {
  display: flex;
}
.pinpai-box .first-card .info-item .key {
  color: #666;
}
@media screen and (max-width: 768px) {
  .pinpai-box .first-card {
    flex-wrap: wrap;
  }
  .pinpai-box .first-card .first-lf {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .pinpai-box .first-card .first-rt {
    flex: none;
    width: 100%;
  }
  .pinpai-box .first-card .title-3 {
    height: auto;
  }
}
.pinpai-box .first-card.expand-divide::after {
  height: 4px;
}
.pinpai-box .other-box {
  margin-top: 60px;
}
.pinpai-box .other-box .other-card {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #333;
}
.pinpai-box .other-box .other-card:hover .title-3 {
  color: #5E90FA;
}
.pinpai-box .other-box .other-card:hover .pic img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .pinpai-box .other-box .other-card {
    flex-wrap: wrap;
  }
}
.pinpai-box .other-box .other-lf {
  flex: 5;
}
.pinpai-box .other-box .other-lf .pic {
  overflow: hidden;
}
.pinpai-box .other-box .other-lf .pic img {
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .pinpai-box .other-box .other-lf {
    flex: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .pinpai-box .other-box .other-lf img {
    width: 100%;
  }
}
.pinpai-box .other-box .other-rt {
  flex: 8;
  padding: 8px 0;
  margin-left: 4%;
}
.pinpai-box .other-box .other-rt .title-3 {
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  margin: 24px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pinpai-box .other-box .other-rt .sec {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pinpai-box .other-box .other-rt {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .pinpai-box .other-box .other-rt .title-3 {
    height: 56px;
    -webkit-line-clamp: 2;
  }
}
.details-box {
  padding: 60px 0;
}
.details-box .details-header {
  display: flex;
  padding-bottom: 40px;
}
.details-box .details-header .details-intro {
  flex: 3;
}
.details-box .details-header .details-intro .title {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.details-box .details-header .details-intro .info {
  background-color: #F7FAFD;
  padding: 40px;
}
.details-box .details-header .details-intro .info-item {
  display: flex;
}
.details-box .details-header .details-intro .info-item + .info-item {
  margin-top: 12px;
}
.details-box .details-header .details-intro .info-item .key {
  flex: none;
  font-weight: bold;
  font-size: 16px;
}
.details-box .details-header .details-img {
  flex: 2;
}
@media screen and (max-width: 768px) {
  .details-box .details-header {
    flex-direction: column-reverse;
  }
  .details-box .details-header .details-intro {
    flex: none;
  }
  .details-box .details-header .details-intro .info {
    padding: 30px 20px;
  }
  .details-box .details-header .details-intro .title {
    font-size: 20px;
  }
  .details-box .details-header .details-img {
    flex: none;
    margin-bottom: 40px;
  }
  .details-box .details-header .details-img img {
    width: 100%;
  }
}
.details-box .cut-box {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .details-box .cut-box {
    width: 100%;
  }
}
.details-box .pic-wall {
  margin: 32px 0;
}
.details-box .section-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 24px;
}
.details-box .section {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.title-divide {
  position: relative;
  margin-bottom: 40px;
}
.title-divide::after {
  position: absolute;
  left: 200px;
  right: 0;
  top: 50%;
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .title-divide::after {
    display: none;
  }
}
.download-box .item {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.download-box .item .icon-lf {
  width: 30px;
}
.download-box .item .title {
  border-right: 1px solid #ccc;
  padding: 8px 24px 8px 20px;
  margin-right: 24px;
  line-height: 28px;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .download-box .item .title {
    height: auto;
  }
}
.download-box .item .icon-rt {
  width: 26px;
}
.download-box .excel {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/party-card.png') no-repeat center / cover;
}
.download-box .excel .title {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  margin-right: 12px;
}
.download-box .excel .icon {
  width: 20px;
}
.pic-wall .pic-wall-swiper {
  height: 380px;
}
@media screen and (max-width: 768px) {
  .pic-wall .pic-wall-swiper {
    height: 250px;
  }
}
.pic-wall .pic-wall-swiper .swiper-slide {
  width: 700px;
}
.pic-wall .pic-wall-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
