.tscx-content .tscx-item .item-box > ul li{
  height: 267px;
}
.tscx-content .tscx-item .item-box > ul li p{
  height: 60px;
  padding-top: 18px;
}
.tscx-content .tscx-item .item-box > ul li a{
  background: #fff;
}
.tscx-content .tscx-item .item-box > ul li span{
  font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #6e777e;
  height: 50px;
  padding: 0 15px;
  background-color: #ffffff;
  font-weight: normal;
}
.tscx-content .tscx-item .item-box > ul li:hover a{
  background-color: #2789ee;
}
.tscx-content .tscx-item .item-box > ul li:hover span{
  background-color: #2789ee;
  color: #fff;
}
.gxbcyjs-pagination{
  bottom: 0!important;
}
.bs-swiper-pagination .swiper-pagination-bullet{
  width: 20px;
  height: 4px;
  background-color: #a7c1db;
  border-radius: 2px;
}
.bs-swiper-pagination .swiper-pagination-bullet-active{
  background-color: #0176ff;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.tscx-item{
  position: relative;
}
.swiper-button-next, .swiper-button-prev{
  top: 48px;
  right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  right: 40px;
  left: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0;
}
.layui-panel{
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tscx-content .tscx-item .item-box > ul li{
    height: 4rem;
  }
  .tscx-content .tscx-item .item-box > ul li p{
    height: 1rem;
    padding-top: 0.3rem;
  }
  .tscx-content .tscx-item .item-box > ul li span{
    height: 1.1rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .swiper-button-next, .swiper-button-prev{
    top: 0.6rem;
  }
  .swiper-button-next img, .swiper-button-prev img{
    width: 0.5rem;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    right: 0.6rem;
  }
  .tscx-content .tscx-item .item-box > ul{
    padding: 0;
  }
}