/* box6 */
.section6 {
  padding-top: 65px;
  padding-bottom: 115px;
  overflow: hidden;
}

.box6 {
  padding: 0 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box6 a span {
  margin-top: 45px;
  color: #000;
  display: inline-block;
  width: 210px;
  line-height: 58px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ddd;
  transition: all .3s;
}

.box6 a span:hover {
  color: #fff;
  background: #CA1C1D;
  border-color: #CA1C1D;
}

.box6 .left {
  width: 42.18%;
  display: flex;
  align-items: center;
}

.box6 .left a {
  display: flex;
  flex-direction: column;
}

.box6 .left a img {
  width: 100%;
}

.box6 .left a h1 {
  font-size: 22px;
  height: 25px;
  color: #000;
  line-height: 25px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box6 .left a .time {
  font-size: 14px;
  line-height: 1;
  color: #999;
  margin-top: 15px;
}

.box6 .left a .summary {
  font-size: 14px;
  height: 20px;
  color: #777;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box6 .right {
  width: 42%;
}

.box6 .right a {
  display: block;
}

.box6 .right a img {
  max-width: 100%;
}


.box6 .right a h1 {
  font-size: 36px;
  height: 40px;
  color: #000;
  line-height: 40px;
  margin-top: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.box6 .right a h2 {
  font-size: 50px;
  height: 100px;
  color: #000;
  line-height: 50px;
  margin-top: 10px;
  font-family: arial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.box6 .right a .desc {
  font-size: 14px;
  height: 20px;
  color: #777;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}



@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
  .section6 {
    padding: 0;
  }

  .box6 {
    padding: 50px 20px;
  }

  .box6 .right,
  .box6 .left {
    width: 48%;
  }

  .box6 .right a h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 750px) {
  .box6 {
    padding: 0.6rem 0;
  }


  .box6 .left {
    width: 100%;
    padding-top: 0.3rem;
  }

  .box6 .left h1 {
    font-size: .3rem;
    line-height: .4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
  }

  .box6 .left .time {
    font-size: .24rem;
    line-height: 1;
    margin-top: 0.2rem;
  }

  .box6 .left .summary {
    font-size: .26rem;
    line-height: .4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
  }

  .box6 .right {
    width: 100%;
    margin-top: 0.6rem;
  }

  .box6 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .box6 a span {
    width: auto;
    min-width: 2.6rem;
    font-size: .26rem;
    line-height: .8rem;
    margin-top: 0.4rem;
    padding: 0 0.3rem;
  }

  .box6 .right a h1 {
    font-size: .4rem;
    height: 0.45rem;
    line-height: .45rem;
    margin-top: 0.3rem;
  }


  .box6 .right a h2 {
    font-size: .44rem;
    line-height: .5rem;
    height: auto;
    max-height: 1rem;
    margin-top: 0.2rem;
  }


  .box6 .right a .desc {
    font-size: .26rem;
    line-height: .4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
  }

}