body .home .top1 {
  position: fixed;
  right: 4.0625vw;
  bottom: 20%;
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 600ms;
}

body .home .top1.on {
  opacity: 1;
  pointer-events: inherit;
}

body .home .top1 img {
  width: 3.6458333333vw;
}

body .home .container {
  padding: 7.65625vw 15.625vw 9.375vw 15.625vw;
  border-radius: 3.6458333333vw 3.6458333333vw 0 0;
  background: #FFF;
  margin-top: -6.25vw;
  z-index: 10;
  position: relative;
}

body .home .container .tabs {
  margin: 0 0 9.7395833333vw 0;
}

body .home .container .recommend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875vw;
}

body .home .container .recommend a {
  display: block;
  width: 100%;
  background: #F1F1F1;
  padding: 2.1875vw 1.0416666667vw 1.71875vw 1.0416666667vw;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
}

body .home .container .recommend a .time {
  color: #848484;
  transition: all 600ms;
}

body .home .container .recommend a .pt {
  margin: 0.3645833333vw 0 1.3020833333vw 0;
  width: calc(100% + 1vw);
  transition: all 600ms;
  height: 3.6458333333vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body .home .container .recommend a .pic {
  border-radius: 1.0416666667vw;
  overflow: hidden;
}

body .home .container .recommend a .pic img {
  width: 100%;
  height: 13.28125vw;
  border-radius: 1.0416666667vw;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .recommend a .des {
  margin: 0.6770833333vw 0 0.9375vw 0;
  color: #464646;
  text-align: justify;
  line-height: 1.375;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 4.6875vw;
  transition: all 600ms;
}

body .home .container .recommend a .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999;
  padding-top: 1.09375vw;
}

body .home .container .recommend a .btn p {
  color: #323232;
  transition: all 600ms;
}

body .home .container .recommend a .btn .b-r svg {
  width: 3.8541666667vw;
}

body .home .container .recommend a .btn .b-r svg path {
  transition: all 600ms;
}

body .home .container .recommend a:hover {
  background: #1D2088;
}

body .home .container .recommend a:hover .time,
body .home .container .recommend a:hover .pt,
body .home .container .recommend a:hover .des {
  color: #fff;
}

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

body .home .container .recommend a:hover .btn {
  border-color: #fff;
}

body .home .container .recommend a:hover .btn p {
  color: #fff;
}

body .home .container .recommend a:hover .btn .b-r svg path:nth-child(1) {
  fill: #fff;
}

body .home .container .recommend a:hover .btn .b-r svg path:nth-child(2) {
  fill: #F4E74B;
}

body .home .container .recommend a:hover .btn .b-r svg path:nth-child(4) {
  fill: #1D2088;
}

body .home .container .list {
  margin: 2.8645833333vw 0 5.625vw 0;
}

body .home .container .list a {
  display: flex;
  justify-content: space-between;
  border-radius: 1.0416666667vw;
  background: #F1F1F1;
  padding: 3.125vw 1.9270833333vw;
  align-items: center;
  transition: all 600ms;
}

body .home .container .list a:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}

body .home .container .list a .lbox {
  display: flex;
  align-items: center;
  gap: 2.2395833333vw;
}

body .home .container .list a .lbox .time {
  color: #323232;
  transition: all 600ms;
}

body .home .container .list a .lbox .info {
  width: 31.25vw;
}

body .home .container .list a .lbox .info .pt {
  color: #323232;
  padding-bottom: 0.625vw;
  border-bottom: 1px solid #999;
  transition: all 600ms;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .home .container .list a .lbox .info .des {
  color: #464646;
  width: 29.1666666667vw;
  text-align: justify;
  line-height: 1.375;
  font-weight: 300;
  margin-top: 1.0416666667vw;
  transition: all 600ms;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body .home .container .list a .rbox .btn {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}

body .home .container .list a .rbox .btn p {
  color: #323232;
  transition: all 600ms;
}

body .home .container .list a .rbox .btn .b-r {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .home .container .list a .rbox .btn .b-r svg {
  width: 3.8541666667vw;
}

body .home .container .list a .rbox .btn .b-r svg path {
  transition: all 600ms;
}

body .home .container .list a:hover {
  background: #1D2088;
}

body .home .container .list a:hover .lbox .time {
  color: #fff;
}

body .home .container .list a:hover .lbox .info .pt,
body .home .container .list a:hover .lbox .info .des {
  color: #fff;
}

body .home .container .list a:hover .lbox .info .pt {
  border-color: #fff;
}

body .home .container .list a:hover .btn {
  border-color: #fff;
}

body .home .container .list a:hover .btn p {
  color: #fff;
}

body .home .container .list a:hover .btn .b-r svg path:nth-child(1) {
  fill: #fff;
}

body .home .container .list a:hover .btn .b-r svg path:nth-child(2) {
  fill: #F4E74B;
}

body .home .container .list a:hover .btn .b-r svg path:nth-child(4) {
  fill: #1D2088;
}

body .home .container .more {
  display: flex;
  width: 6.9270833333vw;
  height: 2.1354166667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 1.5625vw;
  border: 1px solid #1D2088;
  margin: 0 auto;
  color: #1D2088;
  cursor: pointer;
  transition: all 600ms;
}

body .home .container .more:hover {
  background: #1D2088;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body .home .top1 {
    right: 5%;
  }

  body .home .top1 img {
    width: 35px;
  }

  body .home .container {
    padding: 10px 5%;
    margin-top: -60px;
    border-radius: 35px 35px 0 0;
  }

  body .home .container .tabs {
    /* margin-bottom: 30px; */
    margin: 0;
    position: sticky;
    padding: 30px 0;
    top: 60px;
    background: #fff;
    z-index: 9;
  }

  body .home .container .recommend {
    display: block;
  }

  body .home .container .recommend a {
    padding: 20px 10px;
    border-radius: 15px;
  }

  body .home .container .recommend a:not(:last-child) {
    margin-bottom: 20px;
  }

  body .home .container .recommend a .pt {
    margin: 5px 0 15px 0;
    height: auto;
  }

  body .home .container .list a .lbox .info {
    width: 100%;
  }

  body .home .container .recommend a .pic {
    border-radius: 15px;
  }

  body .home .container .recommend a .pic img {
    height: 217px;
    border-radius: 15px;
  }

  body .home .container .recommend a .des {
    margin: 10px 0;
    height: auto;
  }

  body .home .container .recommend a .btn {
    padding-top: 10px;
  }

  body .home .container .recommend a .btn .b-r svg {
    width: 70px;
  }

  body .home .container .list {
    margin: 20px 0 30px 0;
  }

  body .home .container .list a {
    padding: 20px;
    flex-direction: column;
    border-radius: 15px;
    align-items: flex-end;
  }

  body .home .container .list a:not(:last-child) {
    margin-bottom: 20px;
  }

  body .home .container .list a .lbox {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  body .home .container .list a .lbox .info .pt {
    padding-bottom: 6px;
  }

  body .home .container .list a .lbox .info .des {
    width: 100%;
    margin-top: 10px;
  }

  body .home .container .list a .rbox {
    margin-top: 15px;
  }

  body .home .container .list a .rbox .btn {
    gap: 15px;
  }

  body .home .container .list a .rbox .btn .b-r svg {
    width: 70px;
  }

  body .home .container .more {
    width: 120px;
    height: 35px;
    gap: 5px;
    border-radius: 20px;
  }
}

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