#s_refresh {
          display: none;
          margin:0 auto;
          height:100px;
          line-height:100px;
          font-size:12px;
          text-align: center;
          color:#fff;
      }
.text_contanier p {
    padding-bottom: 10px;
	margin: 0;
    text-align: justify;
  }
.text_contanier p:last-child {
    padding-bottom: 0;
  }
.pic_contanier .img_box img {
	width: 100%;
}
.ncpa-mobile .list_components .list_item {
	padding:0.04rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 2%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'prev';
  font-size: 24px;
  color: #fff;
}
.swiper-button-next {
  left: auto;
  right: 2%;
}
.swiper-button-next::after {
  content: 'next';
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
}
.swiper-pagination.pagination-outer {
  position: relative;
}
.ncpa-web .swiper_base .swiper-wrapper,
.ncpa-web [class*='swiper_base_'] .swiper-wrapper {
  height: 630px;
}
.ncpa-web .swiper_base_bg .swiper a {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
.ncpa-web .swiper_base_bg .swiper a img {
  display: block;
  margin: 0 auto;
}
.ncpa-web .swiper_base_bg .swiper-button-prev {
	left: 12%;
}
.ncpa-web .swiper_base_bg .swiper-button-next {
  right: 12%;
}
.swiper_caroursel {
  position: relative;
}
.swiper_caroursel a img {
  border-radius: 5px;
}
.swiper_caroursel .swiper-slide a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  border-radius: 5px;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.swiper_caroursel .swiper-slide-active a::before {
  opacity: 0;
  transition: opacity 0.5s;
}
.swiper_caroursel .swiper {
  width: 84%;
}
.ncpa-mobile .swiper_caroursel .swiper {
  width: 100%;
}
/*# sourceMappingURL=swiper.component.css.map */.ncpa-mobile .list_components .list_item {
	padding:0.04rem;
}
.ncpa-mobile .list_components .list_item-block .list_item-info {
    min-height: 53px !important;
}
