.video-list {
  padding-bottom: 0.5rem;
}
.video-list li {
  text-align: center;
  margin-top: 0.3rem;
  overflow: hidden;
}
.video-list li img {
  width: 100%;
  max-width: 100%;
}
.video-list li h3 {
  font-size: .3279rem;
  color: #333;
  margin: 0.3rem 0 0.1rem;
  font-weight: normal;
}
.video-list li p {
  font-size: .2623rem;
  color: #999;
  display: block;
}
.video-list .video-more {
  width: 2.623rem;
  height: .6557rem;
  text-align: center;
  line-height: .6557rem;
  border: 1px solid #cac8c8;
  color: #333;
  font-size: .2623rem;
  margin: 0.5rem auto;
  border-radius: .0546rem;
}
/*videodetail*/
.videodetail-play h3 {
  font-size: .4372rem;
  color: #333;
  margin: 0.5rem 0;
  font-weight: normal;
  text-align: center;
}
.videodetail-play video {
  width: 100%;
  height: 5.4645rem;
}
.videodetail-play p {
  font-size: .3279rem;
  color: #999;
  text-align: center;
  margin-top: 0.35rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #dcdcdc;
}
.videodetail-pos {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #dcdcdc;
}
.videodetail-pos a {
  height: 0.75rem;
  line-height: 0.75rem;
}
.videodetail-pos p {
  display: inline-block;
  vertical-align: middle;
  font-size: .3279rem;
  color: #333;
}
.videodetail-pos p span {
  border-bottom: 1px solid #888686;
}
.videodetail-rec {
  width: 100%;
  overflow: hidden;
  margin: 0.2rem 0 0.5rem;
}
.videodetail-rec .videodetail-rec-title h3 {
  font-size: .3934rem;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.videodetail-rec .videodetail-rec-title p {
  color: #999;
  font-size: .3279rem;
}
.videodetail-rec .videodetail-rec-title p a {
  color: #999;
  display: inline;
}
.videodetail-rec ul {
  width: 9.8361rem;
  margin-top: 0.2rem;
}
.videodetail-rec ul li {
  width: 4.3716rem;
  text-align: center;
  margin-right: .5464rem;
}
.videodetail-rec ul li img {
  max-width: 4.3716rem;
  max-height: 2.7978rem;
}
.videodetail-rec ul li h3 {
  font-size: .3934rem;
  color: #333;
  font-weight: normal;
  margin: 0.15rem 0;
}
.videodetail-rec ul li p {
  color: #999;
  font-size: .3279rem;
}
