.strmainbox .newstrmain .contanier .img {
  margin-bottom: 20px;
  position: relative;
}
.strmainbox .newstrmain .contanier .img .poster {
  cursor: pointer;
}
.strmainbox .newstrmain .contanier .img video {
  display: none;
  width: 100%;
  height: 100%;
}
.strmainbox .newstrmain .contanier .info {
  text-align: center;
  padding-bottom: 20px;
}
.strmainbox .newstrmain .contanier .info .tit {
  font-size: 15px;
  line-height: 23px;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
.strmainbox .newstrmain .contanier .info .tit::before, .strmainbox .newstrmain .contanier .info .tit::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: -23px;
  background-color: #e40013;
}
.strmainbox .newstrmain .contanier .info .tit::after {
  left: auto;
  right: -23px;
}
.strmainbox .newstrmain .contanier .info p {
  font-size: 12px;
  line-height: 20px;
  color: #606060;
}
.strmainbox .newstrmain .contanier .swiperbox {
  background-color: #f8f8f8;
  overflow: hidden;
  margin-bottom: 24px;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox {
  width: 50%;
  position: relative;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container {
  padding: 25px 12px 0;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin {
  padding-top: 15px;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin .dec {
  margin-top: 0px;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin .dec.bold {
  margin-top: 8px;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .bigtit {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .bigtit::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .dec {
  margin-top: 12px;
  font-size: 10px;
  line-height: 15px;
  color: #606060;
}
.strmainbox .newstrmain .contanier .swiperbox .floatleft {
  float: left;
}
.strmainbox .newstrmain .contanier .swiperbox .floatright {
  float: right;
}

@media (min-width: 768px) {
  .strmainbox .newstrmain .contanier .img {
    margin-bottom: 24px;
    position: relative;
  }
  .strmainbox .newstrmain .contanier .img .poster {
    cursor: pointer;
  }
  .strmainbox .newstrmain .contanier .img video {
    display: none;
    width: 100%;
    height: 100%;
  }
  .strmainbox .newstrmain .contanier .info {
    text-align: center;
    padding-bottom: 20px;
  }
  .strmainbox .newstrmain .contanier .info .tit {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
  }
  .strmainbox .newstrmain .contanier .info .tit::before, .strmainbox .newstrmain .contanier .info .tit::after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -26px;
    background-color: #e40013;
  }
  .strmainbox .newstrmain .contanier .info .tit::after {
    left: auto;
    right: -26px;
  }
  .strmainbox .newstrmain .contanier .info p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
  }
  .strmainbox .newstrmain .contanier .swiperbox {
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .strmainbox .newstrmain .contanier .swiperbox:last-child {
    margin-bottom: 0;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox {
    width: 50%;
    position: relative;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container {
    padding: 44px 34px 0;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin {
    padding-top: 44px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin .dec {
    margin-top: 0px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container.margin .dec.bold {
    margin-top: 20px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .bigtit {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .bigtit::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .strmainbox .newstrmain .contanier .swiperbox .contentbox .text-container .dec {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
  }
  .strmainbox .newstrmain .contanier .swiperbox .floatleft {
    float: left;
  }
  .strmainbox .newstrmain .contanier .swiperbox .floatright {
    float: right;
  }
}