.news .product-banner {
  width: 100%;
  height: 440px;
}
.news .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.news .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.news .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.news .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.news .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}
.news .latest .latest-content .news-information-content {
  height: 270px;
  position: relative;
  margin-top: 33px;
}
.news .latest .latest-content .news-information-content .swiper-container {
  width: 1100px;
  height: 260px;
}
.news .latest .latest-content .news-information-content .news-information-swiper-item {
  width: 356px;
  height: 168px;
  margin: auto;
  position: relative;
}
.news .latest .latest-content .news-information-content .news-information-swiper-item .news-information-swiper-item-bg {
  width: 356px;
  height: 168px;
}
.news .latest .latest-content .news-information-content .news-information-swiper-item .news-information-swiper-item-text {
  width: 328px;
  height: 135px;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
}
.news .latest .latest-content .news-information-content .swiper-button-prev {
  width: 39px;
  height: 39px;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 52, 120, 0.17);
}
.news .latest .latest-content .news-information-content .swiper-button-prev::after {
  font-size: 12px;
}
.news .latest .latest-content .news-information-content .swiper-button-next {
  width: 39px;
  height: 39px;
  right: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 52, 120, 0.17);
}
.news .latest .latest-content .news-information-content .swiper-button-next::after {
  font-size: 12px;
}
.news .new-classify-tab {
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 124px;
}
.news .new-classify-tab .tab-item {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  letter-spacing: 5px;
  cursor: pointer;
}
.news .new-classify-tab .tab-item.active-tab {
  position: relative;
  z-index: 999;
}
.news .new-classify-tab .tab-item.active-tab::after {
  content: "";
  position: absolute;
  width: 143px;
  height: 16px;
  background: linear-gradient(90deg, rgba(146, 173, 255, 0) 0%, #92adff 52%, rgba(146, 173, 255, 0) 100%);
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  z-index: -1;
}
.news .new-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 28px;
}
.news .new-list .news-item {
  margin-top: 20px;
  height: 250px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
}
.news .new-list .news-item .news-item-img {
  width: 400px;
  height: 225px;
  border: 5px;
}
.news .new-list .news-item .news-item-text {
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .new-list .news-item .news-item-text .detail-text .title {
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.news .new-list .news-item .news-item-text .detail-text .des {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .new-list .news-item .news-item-text .tip-text {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.news .new-list .news-item .news-item-text .tip-text img {
  width: 20px;
}
.news .new-list .news-item .news-item-text .tip-text .time {
  display: flex;
  align-items: center;
}
.news .new-list .news-item .news-item-text .tip-text .tag {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.news .pagination-box {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .pagination-box .el-pagination .btn-prev {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.news .pagination-box .el-pagination .btn-next {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.news .pagination-box .el-pagination .el-pager .number {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #333333;
}
.news .pagination-box .el-pagination .el-pager .number:hover {
  color: #016eff;
}
.news .pagination-box .el-pagination .el-pager .active {
  border-color: #166efd;
  color: #016eff;
}

.news-detail .product-banner {
  width: 100%;
  height: 440px;
}
.news-detail .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.news-detail .product-banner .swiper-item .banner-content {
  position: relative;
  margin: 0 auto;
  width: 425px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-detail .product-banner .swiper-item .banner-content .banner-title {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #003478;
  line-height: 42px;
  letter-spacing: 1px;
}
.news-detail .product-banner .swiper-item .banner-content .banner-eng-text {
  font-size: 31px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(0, 52, 120, 0.14);
  line-height: 62px;
  margin-top: -32px;
}
.news-detail .product-banner .swiper-item .banner-content .banner-left-img {
  position: absolute;
  width: 78px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.news-detail .product-banner .swiper-item .banner-content .banner-right-img {
  position: absolute;
  width: 78px;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.news-detail .news-detail-content {
  width: 1200px;
  margin: 90px auto 50px;
  display: flex;
}
.news-detail .news-detail-content .news-detail-content-text {
  width: 815px;
  box-sizing: border-box;
}
.news-detail .news-detail-content .news-detail-nav {
  width: 310px;
  margin-left: 75px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.news-detail .news-detail-content .news-detail-nav .nav-box-title {
  height: 28px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 13px;
}
.news-detail .news-detail-content .news-detail-nav .nav-box-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  opacity: 0.26;
}
.news-detail .news-detail-content .news-detail-nav .nav-box-title .title-hr {
  width: 216px;
  height: 1px;
  background-color: #d7d7d7;
}
.news-detail .news-detail-content .news-detail-nav .detail-item {
  padding-left: 15px;
}
.news-detail .news-detail-content .news-detail-nav .news-recommend {
  width: 297px;
  height: 310px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 52, 120, 0.07);
  border-radius: 2px;
  margin-top: 26px;
  box-sizing: border-box;
  padding: 7px 9px 11px;
}
.news-detail .news-detail-content .news-detail-nav .news-recommend img {
  width: 279px;
  height: 164px;
  border: 2px;
}
.news-detail .news-detail-content .news-detail-nav .news-recommend .recommend-detail-title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .news-detail-content .news-detail-nav .news-recommend .recommend-detail-des {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 18px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}
.news-detail .news-detail-content .news-detail-nav .news-recommend .recommend-detail-more {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #166efd;
  line-height: 16px;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.news-detail .news-detail-content .news-detail-nav .nav-link-list {
  margin-top: 20px;
}
.news-detail .news-detail-content .news-detail-nav .nav-link-list .nav-link-item {
  width: 298px;
  height: 56px;
  box-sizing: border-box;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(22, 110, 253, 0.1);
  border-radius: 2px;
  background-size: cover;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
}
.news-detail .news-detail-content .news-detail-nav .nav-link-list .nav-link-item:not(:first-child) {
  margin-top: 8px;
}
.news-detail .news-detail-content .news-detail-nav .nav-link-list .nav-link-item:hover {
  color: #166efd;
}

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