.home {
  position: relative;
}

.home .wrap {
  margin: 7.3958333333vw 15.625vw 0 15.625vw;
  padding: 0 1.6666666667vw;
  padding-bottom: 3.125vw;
}

.home .wrap .top_links {
  display: flex;
}

.home .wrap .top_links a,
.home .wrap .top_links p {
  color: #707481;
  line-height: 1.71;
}

.home .wrap .top_links span {
  margin: 0 0.4166666667vw;
  color: #707481;
  line-height: 1.71;
}

.home .wrap .top_links p {
  color: #121933;
}

.home .wrap .content {
  display: flex;
  justify-content: space-between;
  margin: 1.25vw 0 5.8333333333vw 0;
}

.home .wrap .content .lbox {
  width: 50.4166666667vw;
}

.home .wrap .content .lbox h1 {
  color: #121933;
  line-height: 1.25;
  font-weight: normal;
}

.home .wrap .content .lbox .time {
  color: #707481;
  font-size: 0.625vw;
  margin: 1.3020833333vw 0 1.1458333333vw 0;
}

.home .wrap .content .lbox .html {
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.88;
}

.home .wrap .content .lbox .html img {
  width: 100%;
}

.home .wrap .content .rbox {
  width: 9.375vw;
}

.home .wrap .content .rbox .p1 {
  color: #121933;
  line-height: 1.6;
  border-bottom: 1px solid #979797;
  padding-bottom: 0.5729166667vw;
}

.home .wrap .content .rbox .des {
  margin: 0.5208333333vw 0 0.15625vw 0;
  font-size: 0.625vw;
  line-height: 1.73;
  color: #707481;
}

.home .wrap .content .rbox .code {
  border: 1px solid #E5E6EB;
  border-radius: 4px;
  padding: 0.3125vw;
  width: fit-content;
}

.home .wrap .recommend h1 {
  color: #121933;
  line-height: 1.1;
  text-align: center;
}

.home .wrap .recommend .news {
  margin-top: 1.25vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8229166667vw;
}

.home .wrap .recommend .news a {
  display: block;
  width: 100%;
  border-radius: 0.9375vw;
  box-shadow: 0px 4px 3.125vw 0px rgba(0, 28, 85, 0.08);
  background: #fff;
}

.home .wrap .recommend .news a .pic {
  overflow: hidden;
  border-radius: 0.9375vw 0.9375vw 0 0;
}

.home .wrap .recommend .news a .pic img {
  width: 100%;
  height: 11.9270833333vw;
  object-fit: cover;
  border-radius: 0.9375vw 0.9375vw 0 0;
  transition: all 600ms;
}

.home .wrap .recommend .news a .text {
  border-radius: 0.9375vw;
  padding: 2.5vw 1.3541666667vw;
  margin-top: -1.5625vw;
  position: relative;
  z-index: 10;
}

.home .wrap .recommend .news a .text .name {
  color: #12141D;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.125vw;
}

.home .wrap .recommend .news a .text .time {
  margin: 1.25vw 0;
  color: #8A8A8A;
  line-height: 1.25;
}

.home .wrap .recommend .news a .text .des {
  color: #8A8A8A;
  line-height: 1.375;
  /* text-align: justify; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 4.8854166667vw;
}

.home .wrap .recommend .news a .text .more {
  color: #313059;
  line-height: 1.25;
  margin-top: 1.5104166667vw;
}

.home .wrap .recommend .news a:hover .pic img {
  transform: scale(1.05);
}

@media screen and (max-width: 1480px) {
  .home .wrap .content .lbox .time {
    font-size: 12px;
  }

  .home .wrap .content .rbox .des {
    font-size: 12px;
  }

  .home .wrap .recommend .news a .text .name{
    height: calc(2 * 1.4em);
  }
  .home .wrap .recommend .news a .text .des{
    height: calc(4 * 1.375em);
  }

}

@media screen and (max-width: 768px) {
  .home .wrap {
    margin: 71px 5% 0 5%;
    padding: 0;
    padding-bottom: 60px;
  }

  .home .wrap .top_links span {
    margin: 0 4px;
  }

  .home .wrap .content {
    margin: 12px 0 56px 0;
    flex-direction: column;
  }

  .home .wrap .content .lbox {
    width: 100%;
  }

  .home .wrap .content .lbox .time {
    font-size: 12px;
    margin: 13px 0 11px 0;
  }

  .home .wrap .content .rbox {
    width: 100%;
    margin-top: 30px;
  }

  .home .wrap .content .rbox .p1 {
    padding-bottom: 5px;
  }

  .home .wrap .content .rbox .des {
    margin: 5px 0 3px 0;
    font-size: 12px;
  }

  .home .wrap .content .rbox .code {
    padding: 3px;
  }

  .home .wrap .recommend .news {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .home .wrap .recommend .news a {
    border-radius: 15px;
  }

  .home .wrap .recommend .news a .pic {
    border-radius: 15px 15px 0 0;
  }

  .home .wrap .recommend .news a .pic img {
    height: 150px;
    border-radius: 15px 15px 0 0;
  }

  .home .wrap .recommend .news a .text {
    border-radius: 15px;
    padding: 24px 13px;
  }

  .home .wrap .recommend .news a .text .name {
    height: 50px;
  }

  .home .wrap .recommend .news a .text .time {
    margin: 12px 0;
  }

  .home .wrap .recommend .news a .text .des {
    height: 80px;
  }

  .home .wrap .recommend .news a .text .more {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=info.css.map */