   .news_title{
        font-size: 18px;
        color: #333333;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px dashed #ededed;
        padding-bottom: 10px;
    }
    .time{
          font-size: 14px;
        color: #666666;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dashed #ededed;
        padding-bottom: 10px;
    }
    .content{
      font-size: 14px;
      color: #666666;
      line-height: 42px;
      margin-top: 5px;
      table-layout: fixed;
      word-wrap: break-word;
      overflow: hidden;
    }
    .news_img{
      text-align: center;
    }
.pc-slide {
  width: 800px;
  margin: 0 auto;
}

.view .swiper-container {
  margin: 0 auto;
}
.view .swiper-container img{
  width: 100%;
  height: auto;
}


.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.preview .swiper-container {
  height: 100px;
  margin:0 auto;
}

.preview .swiper-slide {
  height: 100px;
  width: auto;
  display: inline-block;
  cursor:pointer;
}
.preview .swiper-slide img{
  width: auto;
  height: 100%;
}

.preview .slide6 {
  width: 82px;
}

.preview .arrow-left {
  position: absolute;
  background: url(../image/feel3.png) no-repeat left top;
  left: -20px;
  top: 50%;
  margin-top: -9px;
  width: 12px;
  height: 22px;
  z-index: 10;
}

.preview .arrow-right {
  position: absolute;
  background: url(../image/feel4.png) no-repeat left bottom;
  right: -20px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.preview img {
  padding: 1px;
}

.preview .active-nav img {
  padding: 0;
  border: 2px solid #0ab3c4;
}
.arrow-right,.arrow-left{
  padding: 10px 3px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pc-slide {
    width:90%;
  }
  .preview .swiper-container{
    height: 50px
  }
  .preview .swiper-slide{
    height: 50px;
  }

}