.main {
  position: relative;
}

.party-title-box.white .party-title {
  color: #fff;
}
.party-title-box .party-title {
  font-size: 36px;
  color: #94070a;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
  font-style: italic;
}
.party-title-box .party-title::after, .party-title-box .party-title::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.party-title-box .party-title::before {
  left: 0px;
  background-image: linear-gradient(to bottom, #ffd6d7, #c50c10);
}
.party-title-box .party-title::after {
  left: 15px;
  background: #f5c5c6;
}

.party-more {
  display: flex;
  height: 35px;
  align-items: center;
  border: 1px solid rgba(148, 7, 10, 0.2);
  border-radius: 35px;
  padding: 0px 30px;
  transition: all 0.4s ease-out;
}
.party-more span {
  font-size: 14px;
  color: #94070a;
  transition: all 0.4s ease-out;
}
.party-more i {
  font-size: 18px;
  color: #94070a;
  transition: all 0.4s ease-out;
}
.party-more:hover {
  border-color: #94070a;
  background: #94070a;
}
.party-more:hover span,
.party-more:hover i {
  color: #fff;
}
.party-more.white {
  border-color: rgba(255, 255, 255, 0.5);
}
.party-more.white span, .party-more.white i {
  color: #fff;
}

.row1 {
  position: relative;
}
.row1 .main {
  display: flex;
}
.row1 .row1-left {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 3px;
}
.row1 .row1-right {
  width: 65%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 40px 50px;
  margin: 40px 0px;
  border-radius: 3px;
  box-shadow: 0px 5px 10px rgba(148, 7, 10, 0.2);
}
.row1 .row1-right .text {
  font-size: 15px;
  color: #555;
  line-height: 30px;
  overflow: hidden;
  padding-top: 40px;
}

.row2 {
  position: relative;
}
.row2 .row2-cont {
  padding-top: 60px;
}
.row2 .row2-cont .row2-swiper {
  padding-bottom: 40px;
}
.row2 .row2-cont .row2-swiper .list-a .img-box {
  border-radius: 5px;
  overflow: hidden;
}
.row2 .row2-cont .row2-swiper .list-a .list-cont {
  padding: 20px 0px;
}
.row2 .row2-cont .row2-swiper .list-a:hover .list-cont .name {
  color: #94070a;
}
.row2 .row2-cont .row2-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #94070a;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.row2 .row2-cont .row2-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
}

.row3 {
  position: relative;
  background: url(../images/party-row3-bg.jpg) no-repeat center center;
  background-size: cover;
}
.row3 .row3-cont {
  padding-top: 60px;
}
.row3 .row3-cont .list-a {
  display: block;
  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}
.row3 .row3-cont .list-a .name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: all 0.4s ease-out;
  margin: 5px 0px 15px 0px;
}
.row3 .row3-cont .list-a .time {
  font-size: 14px;
  color: #999;
}
.row3 .row3-cont .list-a .list-more i {
  font-size: 36px;
  color: #999;
  transition: all 0.4s ease-out;
}
.row3 .row3-cont .list-a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px rgba(148, 7, 10, 0.2);
}
.row3 .row3-cont .list-a:hover .name {
  color: #94070a;
}
.row3 .row3-cont .list-a:hover .list-more i {
  color: #94070a;
}
.row3 .row3-cont .left {
  width: 60%;
}
.row3 .row3-cont .left .row3-dl {
  margin: -15px;
}
.row3 .row3-cont .left .row3-dl dd {
  width: 50%;
  margin: 15px 0px;
}
.row3 .row3-cont .left .row3-dl dd .list-a {
  margin: 0px 15px;
  border-top: 2px solid #94070a;
  box-shadow: 0px 3px 5px rgba(148, 7, 10, 0.2);
}
.row3 .row3-cont .left .row3-dl dd .list-a .name {
  line-height: 25px;
  height: 50px;
}
.row3 .row3-cont .right {
  margin-left: 30px;
}
.row3 .row3-cont .right .list-a {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #a20316 url(../images/about-row3-bg.png) no-repeat 90% bottom;
  background-size: 50% auto;
}
.row3 .row3-cont .right .list-a .time,
.row3 .row3-cont .right .list-a .name,
.row3 .row3-cont .right .list-a .text,
.row3 .row3-cont .right .list-a .list-more i {
  color: #fff;
}
.row3 .row3-more {
  padding-top: 40px;
}

.row4 .row4-cont {
  padding-top: 40px;
}
.row4 .row4-cont .row4-swiper .list-a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}
.row4 .row4-cont .row4-swiper .list-a .img-box {
  border-radius: 5px;
}
.row4 .row4-cont .row4-swiper .list-a .list-cont {
  padding-top: 15px;
}
.row4 .row4-cont .row4-swiper .list-a .list-cont .name {
  height: 50px;
  transition: all 0.4s ease-out;
}
.row4 .row4-cont .row4-swiper .list-a .list-cont .text {
  height: 50px;
  margin: 15px 0px;
}
.row4 .row4-cont .row4-swiper .list-a .list-cont .other .list-more i {
  color: #999;
  font-size: 18px;
  transition: all 0.4s ease-out;
}
.row4 .row4-cont .row4-swiper .list-a:hover {
  border-color: #94070a;
}
.row4 .row4-cont .row4-swiper .list-a:hover .list-cont .name {
  color: #94070a;
}
.row4 .row4-cont .row4-swiper .list-a:hover .list-cont .other .list-more i {
  color: #94070a;
}
.row4 .row4-cont .row4-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #94070a;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.row4 .row4-cont .row4-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
}
.row4 .row4-more {
  padding-top: 40px;
}

.row5 {
  padding: 60px 0px 100px 0px;
  background: url(../images/party-row5-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.row5 .item {
  padding: 40px 60px;
}
.row5 .left {
  background: #943e3e;
}
.row5 .right {
  background: #b59191;
  transform: translateY(30px);
}
.row5 .center {
  width: 30px;
  overflow: hidden;
  background: #b07979;
  transform: skewY(45deg);
  transform-origin: left;
}
.row5 .row5-dl {
  padding-top: 40px;
}
.row5 .row5-dl dd {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.row5 .row5-dl dd .list-a {
  display: block;
}
.row5 .row5-dl dd .list-a .name {
  transition: all 0.4s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.row5 .row5-dl dd .list-a .time {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease-out;
}
.row5 .row5-dl dd .list-a:hover .time,
.row5 .row5-dl dd .list-a:hover .name {
  color: #fff;
}
.row5 .row5-dl dd:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .party-title-box .party-title {
    font-size: 28px;
  }
  .party-more {
    height: 40px;
  }
  .row1 .main {
    display: block;
  }
  .row1 .main .row1-left {
    position: relative;
    width: 100%;
  }
  .row1 .main .row1-left::after {
    display: block;
    content: "";
    padding-top: 62.7906976744%;
  }
  .row1 .main .row1-right {
    width: 100%;
    margin: 0px;
    margin-top: 15px;
    padding: 15px;
  }
  .row1 .main .row1-right .text {
    padding-top: 20px;
  }
  .row2 {
    padding: 0px;
  }
  .row2 .row2-cont {
    padding-top: 20px;
  }
  .row3 .row3-cont {
    padding-top: 20px;
    flex-direction: column-reverse;
  }
  .row3 .row3-cont .left {
    width: 100%;
  }
  .row3 .row3-cont .left .row3-dl {
    margin: -7px;
  }
  .row3 .row3-cont .left .row3-dl dd {
    width: 100%;
    margin: 7px 0px;
  }
  .row3 .row3-cont .left .row3-dl dd .list-a {
    margin: 0px 7px;
    padding: 15px;
  }
  .row3 .row3-cont .right {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .row3 .row3-cont .right .list-a {
    padding: 20px 15px;
  }
  .row4 .row4-cont {
    padding-top: 20px;
  }
  .row5 {
    padding: 15px 0px;
  }
  .row5 .main {
    display: block;
  }
  .row5 .main .item {
    padding: 15px;
    border-radius: 5px;
  }
  .row5 .main .item .row5-dl {
    padding-top: 20px;
  }
  .row5 .main .item.right {
    transform: translateY(0px);
    margin-top: 15px;
  }
  .row4 .row4-more .party-more {
    height: 45px;
    width: 100%;
    justify-content: center;
    background: #94070a;
  }
  .row4 .row4-more .party-more span {
    color: #fff;
  }
  .row4 .row4-more .party-more i {
    color: #fff;
  }
  .row3 .row3-more .party-more {
    height: 45px;
    width: 100%;
    justify-content: center;
    background: #94070a;
  }
  .row3 .row3-more .party-more span {
    color: #fff;
  }
  .row3 .row3-more .party-more i {
    color: #fff;
  }
}