.bi-swiper {
  width: 28.8rem;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

.bi-swiper .swiper-container {
  height: 100%;
  height: 16.8rem;
  padding: 1.8rem 0 0;
  position: relative;
}

.bi-swiper .swiper-slide {
  width: 9.5rem;
  height: 8rem;
  font-size: 0.36rem;
  padding: 1.1rem 0.34rem 0.64rem;
  background: #F5F8F6;
  cursor: pointer;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}

.bi-swiper .swiper-slide .title {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  font-size: 0.72rem;
  margin-bottom: 0.5rem;
  color: #171717;
  text-align: left;
  font-family: FangZheng_JIAN;
}

.bi-swiper .swiper-slide .line {
  width: 100%;
  height: 0.26rem;
  background-color: #E6E6E6;
  margin-bottom: 0.46rem;
}

.bi-swiper .swiper-slide .label {
  width: 100%;
  height: 2.6rem;
  line-height: 0.52rem;
  font-size: 0.32rem;
  color: #696969;
  margin-bottom: 0.8rem;
  font-family: FangZheng_SONG;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.bi-swiper .swiper-slide .date {
  width: 100%;
  text-align: left;
  font-size: 0.32rem;
  color: #696969;
  font-family: FangZheng_SONG;
}

.bi-swiper .swiper-pagination {
  margin-top: 1.4rem;
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
  align-items: center;
  height: 1.7rem;
  bottom: 3.4rem;
}

.bi-swiper .swiper-pagination .swiper-pagination-customs {
  width: 0.84rem;
  /*height: 0.7rem;*/
  margin: 0 1.6rem;
  justify-content: center;
  /*display: inline-block;*/
  cursor: pointer;
}

.bi-swiper .swiper-pagination .swiper-pagination-customs img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bi-swiper .swiper-pagination .swiper-pagination-customs:hover img {
  width: 108%;
  height: 108%;
}

.bi-swiper .swiper-container .swiper-pagination-move {
  width: 0.48rem;
  height: 3.7rem;
  position: absolute;
  bottom: 2.4rem;
  left: 6.16rem;
  justify-content: space-between;
  transition: left .4s;
}

.bi-swiper .swiper-container .swiper-pagination-move img {
  width: 100%;
  height: 1rem;
  object-fit: fill;
}

.middle-title-pic {
  width: 14.56rem;
  height: 2.06rem;
  margin: .8rem auto 1.4rem;
  overflow: hidden;
}

.middle-title-pic img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.middle-title-pic-small {
  width: 7.94rem;
  /*height: 1.5rem;*/
  margin: 1rem auto 2.4rem;
  overflow: hidden;
}

.middle-title-pic-small img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bi-content-00 {
  width: 28.8rem;
  min-width: 750px;
  height: 14.5rem;
  margin: 0 auto 1.9rem;
  overflow: hidden;
}

.bi-content-00 .left {
  width: 13.6rem;
  height: 100%;
  object-fit: cover;
}

.bi-content-00 .right {
  width: 15.2rem;
  height: 100%;
  overflow: hidden;
}

.detail-info-outline {
  width: 100%;
  height: 3.24rem;
  margin-bottom: 0.52rem;
  background-color: #F7F7F7;
  cursor: pointer;
}

.detail-info-outline.higher {
  width: 14.2rem;
  height: 3.64rem;
}

.detail-info-outline img {
  width: 0.46rem;
  height: 1.94rem;
  margin: auto 0.64rem;
}

.detail-info-outline .text {
  width: calc(100% - 2rem);
  height: 100%;
}

.detail-info-outline .text .title {
  font-size: 0.6rem;
  color: #313131;
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  margin-bottom: 0.48rem;
  font-family: FangZheng_JIAN;
}

.detail-info-outline .text .content {
  font-size: 0.36rem;
  color: #8C8C8C;
  width: 100%;
  height: 1.2rem;
  line-height: 0.6rem;
  font-family: FangZheng_SONG;
}

.detail-info-outline .text .date {
  font-size: 0.36rem;
  color: #8C8C8C;
  width: 100%;
  height: .5rem;
  line-height: 0.5rem;
  margin-top: .2rem;
  font-family: FangZheng_SONG;
}

.detail-info-outline:hover {
  background-color: #20C57E !important;
}

.detail-info-outline:hover .title,
.detail-info-outline:hover .date,
.detail-info-outline:hover .content {
  color: #FFFFFF;
}

.epidemic-outline {
  width: 100%;
  height: 16rem;
  margin-bottom: 1.9rem;
  overflow: hidden;
  background: url(../assets/images/business_information/bg_00.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-position: center 0;
}

.epidemic-outline .bottom {
  width: 28.8rem;
  min-width: 750px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.epidemic-outline .bottom .detail-info-outline {
  background-color: #F6F6F6;
}

.wbnews {
  width: 28.8rem;
  min-width: 750px;
  margin: 0 auto 0.8rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
