/* ==========================================================================
    Slider core styles
===========================================================================*/
.slider-container {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
}
.ni_container{
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 20px;
}
.preview {
  width: 80px;
  height: 22px;
  text-align: center;
  position: relative;
  margin: auto;
  top: 8px;
}
.preview a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  text-decoration: none;
  background: #F5F6F8;
  left: 0;
  color: #0C95FF;
  font-size:14px;
}
.preview img {
  display: block;
  width: 200px;
  height: auto;
}
.sli_active {

  z-index: 9;
}
.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  width: 984px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.ni_slid_header{
  /*height: 40px;*/
  /*line-height: 40px;*/
}
.ni_slid_header>h3{
  width: 252px;
  float: left;
  margin-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ni_sli_num_wrap{
  width: 30px;
  height: 24px;
  line-height: 24px;
  float: left;
  text-align: center;
  position: relative;
  font-size: 19px;
  color: #666666;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 5px;
}
.ni_sli_num_wrap>span{
  position: absolute;
}
.ni_sli_num_wrap>span:nth-child(1){
  font-size: 20px;
  left: -1px;
  top: -1px;
  color: #0C95FF;
}
.ni_sli_num_wrap>span:nth-child(3){
  font-size: 14px;
  color: #666666;
  right: 1px;
  bottom: -5px;
}
.ni_sli_num_wrap>div{

}
.ni_slider_content_wrap{
  border-left: 1px solid #D8D8D8;
  padding-left: 24px;
  margin-left: 19px;
  /* padding-top: 5px; */
  padding-bottom: 5px;
  margin-top: 10px;
}
.ni_slider_content_wrap>div{

}
.ni_slider_content_wrap>div p {
  line-height: 25px;
  font-size: 14px;
  color: #8790A4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ni_slider_content_wrap>div span{
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  display: block;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.slider__switch span img{
  width: 100%;
}
.ni_sli_wraps{
  width: 100%;
  overflow: hidden;
}
/* Arrows */
.slider__switch{
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -37px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 1px;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider_next_wrap{
  right: 0;
}
.slider__switch--prev {
  right: 45px;
}
.slider__switch--prev .slider_shadow{
  display: none;
}
.slider__switch--next {
  left: 70px;
}
.slider__switch--next .slider_shadow{
  display: none;
}
.slider_shadow img{
  width: 100%;
}
.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  /*visibility: hidden;*/
  /*opacity: 0;*/
  /*display: none;*/
}
.slider__switch[disabled] .slider_shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: gainsboro;
  display: block;
}
.slider_shadow{

}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  display: none;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
.ni_kj_bottom_wrap{
  width: 272px;
  height: 34px;
  /* line-height: 34px; */
  background: #F5F6F8;
  border-radius: 5px;
  margin-left: 28px;
  margin-top: 10px;
}
.slider__item .ni_sli_list:nth-last-child(1) .ni_slider_content_wrap{
  border-left: none;
}