@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  20%, 50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  20%, 50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes light {
  0%, 10% {
    background-position: 150% 0;
  }
  50%, to {
    background-position: -60% 0;
  }
}
@keyframes light {
  0%, 10% {
    background-position: 150% 0;
  }
  50%, to {
    background-position: -60% 0;
  }
}
.home-page .home-page-banner {
  height: 520px;
  background-image: url(/site/assets/images/home/home_banner-b5c59bcbb8.png);
  background-size: cover;
  background-position: right bottom;
  position: relative;
}

.home-page .home-page-banner .canvas-container {
  position: absolute;
  left: 5%;
  height: 400px;
  width: 920px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-page .header-banner {
  position: relative;
  overflow: hidden;
  min-height: 720px !important;
}

.home-page .header-banner .header-banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.home-page .header-banner .header-banner-title .divide-line, .home-page .header-banner .header-banner-title .title-top {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe5cb), to(#ed7700));
  background-image: linear-gradient(to right, #ffe5cb, #ed7700);
}

.home-page .header-banner .header-banner-title .title-top {
  font-size: 48px;
  line-height: 48px;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.home-page .header-banner .header-banner-title .title-top.large {
  font-size: 72px;
  line-height: 72px;
}

.home-page .header-banner .header-banner-title .title-top.en {
  font-size: 56px;
  line-height: 60px;
}

.home-page .header-banner .header-banner-title .divide-line {
  font-size: 0;
  height: 6px;
  width: 160px;
  border-radius: 3px;
  margin: 64px auto;
}

.home-page .header-banner .header-banner-title .mb52 {
  margin-bottom: 52px;
}

.home-page .header-banner .title1 {
  -webkit-animation: fade 10s infinite;
  animation: fade 10s infinite;
}

.home-page .header-banner .title2 {
  -webkit-animation: fade 10s 5s infinite;
  animation: fade 10s 5s infinite;
}

.home-page .mobile-banner, .home-page .product-swiper .item-product.swiper-slide-active .product-info .product-info-detail .less {
  display: none;
}

.home-page .fp-auto-height {
  height: 860px !important;
}

.home-page #canv {
  background: #000;
}

.home-page .common-section {
  padding: 80px 0 120px;
  background-size: cover;
  background-position: center;
}

.home-page .common-section .section-title {
  text-align: center;
  margin-bottom: 80px;
}

.home-page .common-section .section-title .cn-title {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 42px;
  position: relative;
  color: #353535;
}

.home-page .common-section .section-title .cn-title::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 70px;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fab653, #ff8532);
  -webkit-box-shadow: 0 3px 8px rgba(255, 144, 68, 0.3);
  box-shadow: 0 3px 8px rgba(255, 144, 68, 0.3);
  border-radius: 6px;
}

.home-page .common-section .section-title .en-title {
  font-size: 24px;
  line-height: 24px;
  color: rgba(19, 20, 21, 0.65);
  text-transform: uppercase;
  font-weight: 400;
}

.home-page .product-swiper {
  overflow: hidden;
  padding-top: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.home-page .product-swiper .item-product {
  width: 310px;
  height: 420px;
  background: #f7f8fc;
  -webkit-transition: background 1s;
  transition: background 1s;
}

.home-page .product-swiper .item-product .product-img {
  position: absolute;
  left: 40px;
  bottom: 100px;
  border: 4px solid #fff;
  border-radius: 8px;
  background-size: 100%;
  height: 0;
  width: 300px;
  border-width: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.home-page .product-swiper .item-product .product-info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 130px 0 0 40px;
  color: #666;
}

.home-page .product-swiper .item-product .product-info .product-info-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 52px;
}

.home-page .product-swiper .item-product .product-info .product-info-detail {
  font-size: 16px;
  line-height: 28px;
  width: 210px;
}

.home-page .product-swiper .item-product .product-info .product-info-detail .less, .home-page .product-swiper .item-product.swiper-slide-active .product-info .product-info-detail .more {
  display: block;
}

.home-page .product-swiper .item-product .product-info .product-info-detail .more {
  display: none;
  letter-spacing: -0.5px;
}

.home-page .product-swiper .item-product .product-more {
  position: absolute;
  bottom: 100px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .product-swiper .item-product .product-more:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.25);
}

.home-page .product-swiper .item-product .product-more:active {
  opacity: 0.8;
}

.home-page .product-swiper .item-product.pem .product-img {
  background-image: url(/site/assets/images/home/product_banner_1-223af4716d.png);
}

.home-page .product-swiper .item-product.sen .product-img {
  background-image: url(/site/assets/images/home/product_banner_2-996eaba0de.png);
}

.home-page .product-swiper .item-product.black-box .product-img {
  background-image: url(/site/assets/images/home/product_banner_3-6cdf856e14.png);
}

.home-page .product-swiper .item-product.police .product-img {
  background-image: url(/site/assets/images/home/product_banner_4-ba3ff0d7e3.png);
}

.home-page .product-swiper .item-product.car .product-img {
  background-image: url(/site/assets/images/home/product_banner_5-4a3a5f1d05.png);
}

.home-page .product-swiper .item-product.mobile .product-img {
  background-image: url(/site/assets/images/home/product_banner_6-a83bf650de.png);
}

.home-page .product-swiper .item-product.usecar .product-img {
  background-image: url(/site/assets/images/home/product_banner_7-e3e7132998.png);
}

.home-page .product-swiper .item-product.intelligence .product-img {
  background-image: url(/site/assets/images/home/product_banner_8-b894a2fa18.png);
}

.home-page .product-swiper .item-product.video .product-img {
  background-image: url(/site/assets/images/home/product_banner_9-4169e86d39.png);
}

.home-page .product-swiper .item-product.map .product-img {
  background-image: url(/site/assets/images/home/product_banner_10-99e41ae564.png);
}

.home-page .product-swiper .item-product.dmv .product-img {
  background-image: url(/site/assets/images/home/product_banner_11-81f3e4f0b1.png);
}

.home-page .product-swiper .item-product.exam .product-img {
  background-image: url(/site/assets/images/home/product_banner_12-9ce83a7010.png);
}

.home-page .product-swiper .item-product.swiper-slide-active {
  width: 710px !important;
  padding-left: 380px;
}

.home-page .product-swiper .item-product.swiper-slide-active .product-img {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 380px;
  width: 300px;
  border-width: 4px;
}

.home-page .product-swiper .item-product.swiper-slide-active .product-info {
  padding: 70px 0 0;
  color: #fff;
}

.home-page .product-swiper .item-product.swiper-slide-active .product-info .product-info-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.home-page .product-swiper .item-product.swiper-slide-active .product-info .product-info-detail {
  font-size: 18px;
  line-height: 32px;
  width: 290px;
}

.home-page .product-swiper .item-product.swiper-slide-active .product-more {
  display: block;
}

.home-page .product-swiper .item-product.swiper-slide-active.pem {
  background: linear-gradient(135deg, #fab653, #ff8532);
}

.home-page .product-swiper .item-product.swiper-slide-active.sen {
  background: linear-gradient(315deg, #374171, #4c61af);
}

.home-page .product-swiper .item-product.swiper-slide-active.black-box {
  background: linear-gradient(290deg, #3396fa, #69bdff);
}

.home-page .product-swiper .item-product.swiper-slide-active.police {
  background: linear-gradient(135deg, #64cbd5, #21a9b5);
}

.home-page .product-swiper .item-product.swiper-slide-active.car {
  background: linear-gradient(315deg, #374171, #4c61af);
}

.home-page .product-swiper .item-product.swiper-slide-active.mobile {
  background: linear-gradient(290deg, #3396fa, #69bdff);
}

.home-page .product-swiper .item-product.swiper-slide-active.usecar {
  background: linear-gradient(135deg, #64cbd5, #21a9b5);
}

.home-page .product-swiper .item-product.swiper-slide-active.intelligence {
  background: linear-gradient(355deg, #213891, #8394ea);
}

.home-page .product-swiper .item-product.swiper-slide-active.video {
  background: linear-gradient(315deg, #234979, #81b3f2);
}

.home-page .product-swiper .item-product.swiper-slide-active.map {
  background: linear-gradient(315deg, #3084d2, #4892d7);
}

.home-page .product-swiper .item-product.swiper-slide-active.dmv {
  background: linear-gradient(315deg, #234979, #81b3f2);
}

.home-page .product-swiper .item-product.swiper-slide-active.exam {
  background: linear-gradient(355deg, #213891, #8394ea);
}

.home-page .product-swiper .item-product.swiper-slide-next, .home-page .product-swiper .item-product.swiper-slide-prev {
  width: 280px !important;
}

.home-page .product-swiper .product-swiper-btn {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/site/assets/images/home/swiper_btn-f86bfc59ae.png);
  background-size: 38px 38px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  bottom: 186px;
  cursor: pointer;
}

.home-page .product-swiper .product-swiper-btn:hover {
  background-color: #fdf1e5;
}

.home-page .product-swiper .product-swiper-btn:active {
  background-color: #fde7d1;
}

.home-page .product-swiper .product-swiper-btn.product-swiper-prev {
  left: 260px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.home-page .product-swiper .product-swiper-btn.product-swiper-next {
  right: 250px;
}

.home-page .success-case {
  background: #f7f8fc;
}

.home-page .success-case .case-content, .home-page .success-case .case-content .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-page .success-case .case-content .case-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-page .success-case .case-content .case-list .case-item {
  width: 590px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 28px;
  color: #666;
  cursor: pointer;
}

.home-page .success-case .case-content .case-list .case-item > * {
  pointer-events: none;
}

.home-page .success-case .case-content .case-list .case-item .arrow1 {
  display: inline;
}

.home-page .success-case .case-content .case-list .case-item .arrow2, .home-page .success-case .case-content .case-list .case-item.active .arrow1 {
  display: none;
}

.home-page .success-case .case-content .case-list .case-item.active {
  background: linear-gradient(117.45deg, #fab653 7.61%, #ff8532 62.86%);
  -webkit-box-shadow: 0 8px 10px rgba(255, 144, 68, 0.3);
  box-shadow: 0 8px 10px rgba(255, 144, 68, 0.3);
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
}

.home-page .success-case .case-content .case-list .case-item.active .arrow2 {
  display: inline;
}

.home-page .success-case .case-content .case-content-list {
  margin-left: 50px;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-title {
  color: #333;
  font-size: 28px;
  position: relative;
  padding-left: 26px;
  margin: 40px 0;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 28px;
  background: linear-gradient(105.45deg, #ffc954 6.67%, #ff8532 65.31%);
  mix-blend-mode: normal;
  opacity: 0.66;
  -webkit-box-shadow: 0 0 10px rgba(255, 144, 68, 0.3);
  box-shadow: 0 0 10px rgba(255, 144, 68, 0.3);
  border-radius: 2px;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-content {
  font-size: 16px;
  color: #666;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-images {
  margin-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-more {
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(245, 111, 45, 0.5);
  border-radius: 4px;
  color: #f56f2d;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home-page .success-case .case-content .case-content-list .case-content-list-item .content-item-more:hover {
  background-color: rgba(245, 111, 45, 0.12);
  border-color: #f56f2d;
}

.home-page .programme-group {
  background-image: url(/site/assets/images/home/section_bg_1-073728f4f4.png);
  background-size: cover;
  background-position: center top;
}

.home-page .programme-group .main-content::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.home-page .programme-group .item-programme {
  height: 220px;
  width: 620px;
  border-radius: 12px;
  padding: 45px 0 0 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .programme-group .item-programme .programme-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-page .programme-group .item-programme .programme-title-cn {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-page .programme-group .item-programme .programme-title-en {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}

.home-page .programme-group .item-programme .more-link {
  z-index: 1;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .programme-group .item-programme .more-link::after {
  content: "";
  position: absolute;
  left: calc(100% - 4px);
  height: 18px;
  width: 18px;
  background-image: url(/site/assets/images/home/arrow-090c601d17.png);
  background-size: 100%;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .edge-group .edge-card .card-content .card-more:hover, .home-page .programme-group .item-programme .more-link:hover {
  color: #fff;
}

.home-page .programme-group .item-programme .more-link:hover::after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.home-page .programme-group .item-programme:nth-child(odd) {
  float: left;
}

.home-page .programme-group .item-programme:nth-child(even) {
  float: right;
}

.home-page .programme-group .item-programme:nth-child(1) {
  background-image: url(/site/assets/images/home/programme_1-e6d424cf43.png);
}

.home-page .programme-group .item-programme:nth-child(2) {
  background-image: url(/site/assets/images/home/programme_2-5b403974aa.png);
}

.home-page .programme-group .item-programme:nth-child(3) {
  background-image: url(/site/assets/images/home/programme_3-78c84b5d4d.png);
}

.home-page .programme-group .item-programme:nth-child(4) {
  background-image: url(/site/assets/images/home/programme_4-cf2de0a233.png);
}

.home-page .programme-group .item-programme:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.home-page .programme-group .item-programme:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.home-page .edge-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #f5f7fa), to(#f5f7fa));
  background: linear-gradient(180deg, #fff 0, #f5f7fa 10%, #f5f7fa 100%);
}

.home-page .edge-group {
  overflow-x: hidden;
  padding: 15px 0;
  position: relative;
}

.home-page .edge-group .edge-card {
  height: 500px;
  width: 400px;
  border-radius: 12px;
  overflow-y: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-page .edge-group .edge-card .card-bg {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.home-page .edge-group .edge-card .card-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0 0 40px;
  background-image: linear-gradient(115deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%);
  background-size: 200% 100%;
  background-position: 150% 0;
}

.home-page .edge-group .edge-card .card-content .card-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 19px;
}

.home-page .edge-group .edge-card .card-content .card-subtitle {
  font-size: 24px;
  line-height: 26px;
  height: 64px;
  color: rgba(255, 255, 255, 0.6);
}

.home-page .edge-group .edge-card .card-content .card-more {
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .edge-group .edge-card .card-content .card-more::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: calc(100% - 4px);
  top: 50%;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
  background-image: url(/site/assets/images/home/arrow-090c601d17.png);
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-page .edge-group .edge-card .card-content .card-more:hover::after {
  -webkit-transform: translateY(-9px) translateX(4px);
  -ms-transform: translateY(-9px) translateX(4px);
  transform: translateY(-9px) translateX(4px);
}

.home-page .edge-group .edge-card:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.home-page .edge-group .edge-card:hover .card-content {
  -webkit-animation: light 2.5s infinite;
  animation: light 2.5s infinite;
}

.home-page .edge-group .edge-swiper-btn {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-image: url(/site/assets/images/home/swiper_btn_gray-76bde5a67a.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -16px;
  opacity: 0.7;
  cursor: pointer;
}

.home-page .edge-group .edge-swiper-btn:hover {
  opacity: 1;
}

.home-page .edge-group .edge-swiper-btn:active {
  opacity: 0.8;
}

.home-page .edge-group .edge-swiper-btn.edge-swiper-prev {
  left: 10px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.home-page .edge-group .edge-swiper-btn.edge-swiper-next {
  right: 10px;
}

.home-page .news-section {
  background-image: url(/site/assets/images/home/section_bg_2-dba5b64134.png);
  background-size: cover;
  background-position: center top;
}

.home-page .news-section .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-page .news-section .news-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  width: 400px;
  cursor: pointer;
}

.home-page .news-section .news-item .news-pic {
  height: 240px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 16px;
}

.home-page .news-section .news-item .news-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  height: 65px;
  margin-bottom: 30px;
  position: relative;
}

.home-page .news-section .news-item .news-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 80px;
  background: linear-gradient(135deg, #ff8532, #ff9954);
}

.home-page .news-section .news-item .news-content {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}