* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* PC样式 */

.cyzc .news-imformation .pagination-box {
  bottom: calc(182 * var(--basePC));
}
.box4 {
  margin: calc(40 * var(--basePC)) auto 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box4 .box4-content {
  width: 100%;
}

.box4 .top {
  margin-bottom: 0;
}

.box4 .box4-content ul li a {
  margin-bottom: calc(40 * var(--basePC));
  display: flex;
  align-items: center;
}

.box4 .box4-content ul li a .left {
  width: calc(800 * var(--basePC));
  height: calc(458 * var(--basePC));
}

.box4 .box4-content ul li a .left .box4-img {
  border-radius: calc(16 * var(--basePC));
  width: 100%;
  height: 100%;
  display: block;
}

.box4 .box4-content ul li a .right {
  display: flex;
  justify-content: space-between;
  width: calc(800 * var(--basePC));
  margin-left: calc(-200 * var(--basePC));
  border-radius: calc(16 * var(--basePC));
  opacity: 1;
  background: linear-gradient(64deg, #ffffff 0%, #ffffff 49%, #f7feff 99%);
  box-shadow: 0px 4px 16px 0px rgba(11, 178, 196, 0.16);
}

.box4 .box4-content ul li a .right .leftbox .t1 {
  font-weight: 500;
}

.box4 .box4-content ul li a .right .leftbox .t2 {
  display: flex;
  flex-direction: column;
  padding-top: calc(35 * var(--basePC));
}

.box4 .box4-content ul li a .right .leftbox .t2 span {
  margin-bottom: calc(16 * var(--basePC));

  color: #999999;
  font-feature-settings: "kern" on;
}

.box4 .box4-content ul li a .right .rightbox {
  height: calc(388 * var(--basePC));
  padding: calc(86 * var(--basePC)) calc(40 * var(--basePC));
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.box4 .box4-content ul li a .right .rightbox .t1 {
  font-weight: bold !important;
  color: #333333;
  line-height: calc(36 / 27);
  margin-bottom: calc(40 * var(--basePC));
}

.box4 .box4-content ul li a .right .rightbox .t2 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  color: #999999;

  line-height: calc(35 / 18);
}

.box4 .box4-content ul :nth-of-type(2n) a {
  flex-direction: row-reverse;
}

.box4 .box4-content ul :nth-of-type(2n) a .right {
  z-index: 99;
  margin-left: 0px;
  margin-right: calc(-120 * var(--basePC));
}

/* 移动样式 */
@media screen and (max-width: 768px) {
  .box4 {
    margin: calc(40 * var(--basePC)) auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box4 .box4-content {
    width: 100%;
    margin: 0 auto calc(40 * var(--basePC));
  }

  .box4 .top {
    margin-bottom: 0;
  }

  .box4 .box4-content ul li a {
    margin-bottom: calc(40 * var(--basePC));
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box4 .box4-content ul :nth-of-type(2n) a {
    flex-direction: column;
  }
  .box4 .box4-content ul li a .left {
    height: calc(432 * var(--basePC));
    width: 100%;
  }

  .box4 .box4-content ul li a .left .box4-img {
    border-radius: calc(16 * var(--basePC)) calc(16 * var(--basePC)) 0 0;
    width: 100%;
    display: block;
  }

  .box4 .box4-content ul li a .right {
    z-index: 999;
    margin-top: -10%;
    width: 100%;
    margin-left: 0;
  }
  .box4 .box4-content ul :nth-of-type(2n) a .right {
    margin-right: 0;
  }

  .box4 .box4-content ul li a .right .leftbox .t1 {
    font-family: Source Han Sans;
    font-weight: 500;
  }

  .box4 .box4-content ul li a .right .leftbox .t2 {
    display: flex;
    flex-direction: column;
    padding-top: calc(35 * var(--basePC));
  }

  .box4 .box4-content ul li a .right .leftbox .t2 span {
    margin-bottom: calc(16 * var(--basePC));
    font-family: Source Han Sans;
    color: #999999;
    font-feature-settings: "kern" on;
  }

  .box4 .box4-content ul li a .right .rightbox {
    padding: calc(20 * var(--basePC)) calc(40 * var(--basePC));

    height: calc(319 * var(--basePC));
  }

  .box4 .box4-content ul li a .right .rightbox .t1 {
    color: #333333;
    font-weight: bold;
    margin-bottom: calc(15 * var(--basePC));
    line-height: calc(48 / 32);
  }

  .box4 .box4-content ul li a .right .rightbox .t2 {
    -webkit-line-clamp: 3;

    color: #999999;
    line-height: calc(42 / 28);
  }
}
