.lesson-detail .title {
  padding: 10px 0;
}
.lesson-detail .videobox {
  background-color: #fafafa;
  background: url(/Public/img/fail.png) center center no-repeat;
  background-size: 50px;
}
.lesson-detail .video-fail-tip {
  color: #898989;
  margin: 10px;
}
.lesson-detail .video-fail-tip a {
  color: #2828b4;
  font-size: 18px;
}
.lesson-detail .main {
  margin-bottom: 300px;
}
.lesson-detail .main > .lesson {
  vertical-align: top;
  width: 230px;
  display: inline-block;
}
.lesson-detail .main > .lesson .pic {
  width: 100%;
}
.lesson-detail .main > .info {
  vertical-align: top;
  display: inline-block;
  width: 700px;
  padding: 20px;
}
.classlist {
  margin-top: 20px;
}
.classlist .classitem {
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 200px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.classlist .classitem:hover {
  background: #fcfcfc;
}
.classlist .classitem:hover .name {
  color: #72aae4;
}
.classlist .classitem .imgbox {
  width: 200px;
  overflow: hidden;
  position: relative;
}
.classlist .classitem .imgbox img {
  width: 200px;
  height: 150px;
}
.classlist .classitem .imgbox .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-indent: 1em;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
.classlist .classitem .name {
  font-size: 15px;
  color: #444;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1em;
}
.classlist .classitem .name :hover {
  color: #ff7800;
}
.classlist .classitem .info {
  padding-top: 5px;
  padding-left: 10px;
  background: none;
}
.classlist .classitem .info .time {
  font-size: 13px;
  color: #c2c2c2;
}
/*# sourceMappingURL=lesson.css.map */