.wp-banner {
  margin-top: 15px;
}

.swiper.banner-swiper {
  width: 1160px;
  height: 340px;
}

.wp-news {
  margin-top: 15px;
  height: 258px;
  display: flex;
  justify-content: space-between;
}

.swiper.news-swiper {
  width: 460px;
  height: 258px;
  margin: 0;
  border-radius: 4px;
}

.news-swiper-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
}

.news-swiper-bottom span {
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.news-swiper .swiper-pagination {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.news-swiper .swiper-pagination-bullet {
  margin-left: 8px;
  background-color: #fff;
}

.news-boxri {
  width: 680px;
  height: 258px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
  border-radius: 4px;
}

.news-nav {
  width: 650px;
  height: 36px;
  display: flex;
  border-bottom: 2px solid #ECECEC;
  flex-shrink: 0;
}

.news-nav span {
  font-size: 18px;
  font-weight: 400;
  color: #1F2329;
  line-height: 22px;
  margin-right: 24px;
}

.news-nav span.active {
  font-weight: bold;
  color: #00A364;
}

.news-ul {
  width: 650px;
  height: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.news-li {
  flex-shrink: 0;
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.news-more {
  position: absolute;
  top: 15px;
  /*bottom: 15px;*/
  right: 15px;
}

.news-more a {
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 20px;
}

.wp-show {
  margin-top: 15px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.show-left {
  flex-shrink: 0;
  width: 110px;
  height: 118px;
  background: linear-gradient(180deg, #31FBAD 0%, #00A364 100%);
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.show-left span {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}

.show-swiper {
  flex-shrink: 0;
  width: 1010px;
  height: 118px;
}

.show-swiper .swiper-slide {
  width: 210px;
  height: 118px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 4px;
}

.show-swiper .show-item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 163, 100, 0.80);
}

.show-swiper .show-item-bottom span {
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
}

.show-right {
  flex-shrink: 0;
  width: 40px;
  height: 118px;
  background-color: #fff;
}

.show-right a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.show-right a span {
  font-size: 14px;
  font-weight: 500;
  color: #8F959E;
  line-height: 20px;
}

.wp-card {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 16px 0;
}

.card-top {
  width: 1100px;
  height: 36px;
  border-bottom: 2px solid #ececec;
  display: flex;
  position: relative;
}

.card-top span {
  font-size: 18px;
  font-weight: bold;
  color: #1F2329;
  line-height: 21px;
}

.card-top .card-more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.card-top .card-more em {
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 20px;
}

.card-top .card-more .cardicon {
  font-size: 18px;
  margin-left: 4px;
  color: #8F959E;
}

.card-bottom {
  width: 1100px;
  display: flex;
  margin-top: 8px;
}

.card-left {
  display: flex;
  flex-direction: column;
}

.card-left-li {
  margin-top: 7px;
  width: 50px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ececec;
}

.card-left-li span {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  color: #646A73;
}

.card-left-li.active {
  background-color: rgba(76, 211, 146, 0.15);
  ;
}

.card-left-li.active span {
  color: #00A364;
}

.card-right {
  display: flex;
  flex-wrap: wrap;
}

.card-right-item {
  margin-top: 8px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}

.card-right-item img {
  width: 244px;
  /*height: 137px;*/
}

.card-right-txt {
  width: 100%;
  height: 56px;
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-right-txt span {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  text-align: center;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}