.content-box {
  float: left;
  width: calc(50% - 8px);
}

.content-box:nth-child(odd) {
  margin-right: 16px;
}

.box {
  display: inline-block;
  background: #ffffff;
  margin-bottom: 31px;
  border-radius: 8px;
}

.box .left {
  height: 172px;
  display: inline-block;
  background: linear-gradient(270deg, #faf6f8, #f2eef0);
  border-radius: 8px;
}

.box .left img {
  height: 60px;
  margin: 54px 88px;
}

.box .left .button {
  border-radius: 4px;
  border: 1px solid rgba(130, 32, 69, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #822045;
  line-height: 20px;
  padding: 7px 16px;
  margin-left: 71px;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}

.box .left .button.active {
  background: #822045;
  color: #fff;
}

.box .left_one img {
  height: 50px;
  margin: 40px 88px 24px 89px;
}

.box .right {
  display: inline-block;
  background: #ffffff;
  vertical-align: top;
  width: calc(100% - 250px);
}

.box .right p {
  padding: 50px 18px;
  max-height: 72px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 24px;
  overflow: hidden;
}

.pic-content {
  margin-bottom: 31px;
}

.pic-content .pic {
  width: calc(33.33% - 12px);
}

.pic-content .pic a {
  display: block;
  height: 285px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.pic-content .pic a .story_img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.pic-content .pic a .news-title {
  padding: 32px 16px 16px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(51, 10, 26, 0), rgba(51, 10, 26, 0.9));
}

.pic-content .pic a .news-title p {
  font-size: 14px;
  font-weight: 500;
  color: #f5f7fa;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pic-content .pic a:hover .story_img {
  transform: scale(1.2);
}

.pic-content .swiper-button-prev,
.pic-content .swiper-container-rtl .swiper-button-next-a {
  background-image: url(../images/bigl-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  transform: translate(0, -50%);
}

.pic-content .swiper-button-prev:hover,
.pic-content .swiper-container-rtl .swiper-button-next-a {
  background-image: url(../images/bigl-hover-2x.png);
}

.pic-content .swiper-button-next,
.pic-content .swiper-container-rtl .swiper-button-prev-a {
  background-image: url(../images/bigr-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  transform: translate(0, -50%);
}

.pic-content .swiper-button-next:hover,
.pic-content .swiper-container-rtl .swiper-button-prev-a {
  background-image: url(../images/bigr-hover-2x.png);
}

.pic-content .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

.pic-content:hover .swiper-button-prev,
.pic-content:hover .swiper-button-next {
  opacity: 1;
}

.contact {
  border-radius: 8px;
  margin-bottom: 32px;
}

.contact .contact-container h2 {
  color: #822045;
}

.contact .contact-container p {
  padding-bottom: 55px;
  margin: 0 auto;
  max-width: 800px;
  font-size: 16px;
  font-weight: 600;
  color: #822045;
  line-height: 24px;
}

@media only screen and (max-width: 414px) {
  .main .content-items .content-box .box .right p {
    padding: 14px;
    max-height: 128px;
  }
}

@media only screen and (max-width: 600px) {
  .main .pic-content ul li {
    width: 100%;
  }
  .content ul li:nth-of-type(2) {
    margin: 24px 0;
  }
}

@media only screen and (max-width: 800px) {
  .content-items .content-box {
    width: 100%;
    float: none;
  }
  .content-items .content-box .box .right p {
    padding: 50px 24px;
  }
  .contact .contact-container p {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 1080px) {
  .content-box .box .left {
    width: 200px;
  }
  .content-box .box .left img {
    margin-left: 70px;
  }
  .content-box .box .left .button {
    margin-left: 55px;
  }
  .content-box .box .right {
    width: calc(100% - 210px);
  }
  .content-box .box .right p {
    padding: 26px 18px;
  }
  .contact .contact-container p {
    max-width: 600px;
  }
}
