body {
  background: #F0F2F5;
}

.container {
  padding: 7.3958333333vw 5.7291666667vw 3.8541666667vw 5.7291666667vw;
}

.container .sec1 .b_top {
  padding: 0 10.9895833333vw;
}

.container .sec1 .b_top .breadcrumb {
  display: flex;
  align-items: center;
  color: #666;
}

.container .sec1 .b_top .breadcrumb svg {
  display: block;
  width: 1.1458333333vw;
  margin: 0 0.625vw;
  height: 1.1458333333vw;
  margin-top: 2px;
}

.container .sec1 .b_top .t {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.container .sec1 .b_top .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.7708333333vw 0 3.2291666667vw 0;
}

.container .sec1 .b_top .tags .lb {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  gap: 0.625vw;
}

.container .sec1 .b_top .tags .lb img {
  width: 1.25vw;
  display: block;
}

.container .sec1 .b_top .tags .icons {
  display: flex;
  gap: 0.7291666667vw;
}

.container .sec1 .b_top .tags .icons a {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  background: #DDD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
}

.container .sec1 .b_top .tags .icons a svg {
  width: 1.6666666667vw;
}

.container .sec1 .b_top .tags .icons a svg path {
  fill: #666;
  transition: all 600ms;
}

.container .sec1 .b_top .tags .icons a:hover {
  background: #27265F;
}

.container .sec1 .b_top .tags .icons a:hover svg path {
  fill: #fff;
}

.container .sec1 .pb {
  border-radius: 10px;
  overflow: hidden;
}

.container .sec1 .pb img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.container .sec1 .b_bottom {
  padding: 2.6041666667vw 10.9895833333vw 0 10.9895833333vw;
  position: relative;
}

.container .sec1 .b_bottom::after {
  content: '';
  display: block;
  height: 1px;
  background: #999;
  width: 53.3333333333vw;
  margin-top: 1.5625vw;
}

.container .sec1 .b_bottom .intro .p1 {
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.6666666667vw;
}

.container .sec1 .b_bottom .intro .des {
  color: #666;
}

.container .sec1 .b_bottom .intro .des p:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}

.container .sec1 .b_bottom .intro .caption {
  margin: 4.4270833333vw 0 3.125vw 0;
}

.container .sec1 .b_bottom .intro .caption img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.container .sec1 .b_bottom .intro .caption p {
  padding-left: 0.6770833333vw;
  margin-top: 0.5208333333vw;
  border-left: 0.15625vw solid #000;
}

.container .sec1 .b_bottom .intro .p2 {
  color: #333;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}

.container .sec1 .b_bottom .intro .line_p {
  margin: 3.6458333333vw 0 2.5vw 0;
  padding-left: 1.40625vw;
  border-left: 0.15625vw solid #000;
}

.container .sec1 .b_bottom .conclusion {
  margin-top: 2.7604166667vw;
}

.container .sec1 .b_bottom .conclusion .p1 {
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.3541666667vw;
}

.container .sec1 .b_bottom .conclusion .des {
  color: #666;
}

.container .sec1 .b_bottom .conclusion .des p:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}

.container .related {
  padding-top: 5.2083333333vw;
}

.container .related .pt {
  text-align: center;
  color: #666;
}

.container .related .p2 {
  margin-bottom: 1vw;
  color: #333;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.container .related .tip {
  margin: 1.0416666667vw 0 2.7604166667vw 0;
  color: #333;
  text-align: center;
}

.container .related .news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}

.container .related .news a {
  display: block;
  border-radius: 10px;
  background: #FFF;
  padding: 1.5625vw;
  position: relative;
  transition: all 600ms;
  width: 100%;
}

.container .related .news a .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .related .news a .tt .tag {
  color: #27265F;
  line-height: 1.2;
  border-radius: 100px;
  background: #FAFAFA;
  display: inline-block;
  padding: 0.46875vw 0.8333333333vw;
  transition: all 600ms;
  text-transform: uppercase;
}

.container .related .news a .tt span {
  color: #666;
  transition: all 600ms;
}

.container .related .news a .p1 {
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.8333333333vw 0 0.7291666667vw 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 600ms;
}

.container .related .news a .des {
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.8645833333vw;
  transition: all 600ms;
}

.container .related .news a .pic {
  margin-top: 1.5625vw;
  border-radius: 10px;
  overflow: hidden;
}

.container .related .news a .pic img {
  width: 100%;
  height: 17.1875vw;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.container .related .news a .icon {
  position: absolute;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
  width: 3.4375vw;
  height: 3.4375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F26101;
  z-index: 10;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(20px);
}

.container .related .news a .icon img {
  width: 0.8333333333vw;
}

.container .related .news a .hand {
  position: absolute;
  right: 6.25vw;
  bottom: 1.3541666667vw;
  width: 2.1875vw;
  opacity: 0;
  transition: all 600ms;
  transform: translateY(20px);
  display: none;
}

.container .related .news a:hover {
  background: #27265F;
}

.container .related .news a:hover .tt span {
  color: #fff;
}

.container .related .news a:hover .p1,
.container .related .news a:hover .des {
  color: #fff;
}

.container .related .news a:hover .pic img {
  transform: scale(1.05);
}

.container .related .news a:hover .icon,
.container .related .news a:hover .hand {
  opacity: 1;
  transform: translateY(0);
}

.container .related .more {
  display: flex;
  width: 11.9791666667vw;
  height: 2.9166666667vw;
  padding: 0.7291666667vw 0.8333333333vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 100px;
  border: 1px solid #27265F;
  margin: 2.0833333333vw auto 0 auto;
  font-weight: 500;
  color: #27265F;
  transition: all 600ms;
}

.container .related .more svg {
  width: 0.8333333333vw;
  display: block;
  margin-top: 2px;
}

.container .related .more svg path {
  transition: all 600ms;
}

.container .related .more:hover {
  background: #27265F;
  color: #fff;
}

.container .related .more:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 80px 5% 40px 5%;
  }

  .container .sec1 .b_top {
    padding: 0;
  }

  .container .sec1 .b_top .breadcrumb {
    font-size: 14px;
  }

  .container .sec1 .b_top .breadcrumb svg {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }

  .container .sec1 .b_top .t {
    font-size: 24px;
    margin: 15px 0;
  }

  .container .sec1 .b_top .tags {
    margin: 25px 0 40px;
  }

  .container .sec1 .b_top .tags .lb {
    font-size: 16px;
    gap: 8px;
  }

  .container .sec1 .b_top .tags .lb img {
    width: 20px;
  }

  .container .sec1 .b_top .tags .icons {
    gap: 10px;
  }

  .container .sec1 .b_top .tags .icons a {
    width: 30px;
    height: 30px;
  }

  .container .sec1 .b_top .tags .icons a svg {
    width: 20px;
  }

  .container .sec1 .pb {
    border-radius: 8px;
  }

  .container .sec1 .pb img {
    height: auto;
  }

  .container .sec1 .b_bottom {
    padding: 30px 0 0;
  }

  .container .sec1 .b_bottom::after {
    width: 100%;
    margin-top: 15px;
  }

  .container .sec1 .b_bottom .intro .p1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .container .sec1 .b_bottom .intro .des {
    font-size: 14px;
  }

  .container .sec1 .b_bottom .intro .des p:not(:last-child) {
    margin-bottom: 15px;
  }

  .container .sec1 .b_bottom .intro .caption {
    margin: 25px 0;
  }

  .container .sec1 .b_bottom .intro .caption p {
    padding-left: 10px;
    border-left: 2px solid #000;
    font-size: 14px;
    margin-top: 10px;
  }

  .container .sec1 .b_bottom .intro .p2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .container .sec1 .b_bottom .intro .line_p {
    margin: 40px 0 30px;
    padding-left: 20px;
    border-left: 2px solid #000;
    font-size: 14px;
  }

  .container .sec1 .b_bottom .conclusion {
    margin-top: 30px;
  }

  .container .sec1 .b_bottom .conclusion .p1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .container .sec1 .b_bottom .conclusion .des {
    font-size: 14px;
  }

  .container .sec1 .b_bottom .conclusion .des p:not(:last-child) {
    margin-bottom: 15px;
  }

  .container .related {
    padding-top: 60px;
  }

  .container .related .pt {
    font-size: 16px;
  }

  .container .related .p2 {
    font-size: 24px;
  }

  .container .related .tip {
    margin: 15px 0 35px;
    font-size: 16px;
  }

  .container .related .news {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container .related .news a {
    padding: 20px;
  }

  .container .related .news a .tt {
    gap: 10px;
  }

  .container .related .news a .tt .tag {
    padding: 8px 12px;
    font-size: 14px;
  }

  .container .related .news a .tt span {
    font-size: 14px;
  }

  .container .related .news a .p1 {
    margin: 12px 0 10px;
  }

  .container .related .news a .des {
    height: auto;
    -webkit-line-clamp: 3;
  }

  .container .related .news a .pic {
    margin-top: 15px;
  }

  .container .related .news a .pic img {
    height: 200px;
  }

  .container .related .news a .icon {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .container .related .news a .icon img {
    width: 14px;
  }

  .container .related .news a .hand {
    right: 90px;
    bottom: 10px;
    width: 30px;
  }

  .container .related .more {
    width: 100%;
    max-width: 230px;
    height: 50px;
    padding: 12px 16px;
    margin: 30px auto 0;
    font-size: 14px;
  }

  .container .related .more svg {
    width: 14px;
  }
}

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