html {
  margin: 0;
  height: 100%;
  font-family: 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
body .stramingNav {
  width: 1200px;
  margin: 10px auto;
  border-bottom: 1px solid #E4E4E4;
}
body .stramingNav .stramingNavMid {
  width: 950px;
  margin: auto;
  display: flex;
  padding-bottom: 6px;
}
body .stramingNav .stramingNavMid > div {
  font-size: 28px;
  font-weight: 530;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
}
body .stramingNav .stramingNavactive {
  color: #005ab6;
}
body .classesList {
  min-height: 500px;
}
.no-content-box {
  display: flex;
  flex-direction: column;
  margin: 100px auto;
}
.no-content-box img {
  width: 212px;
  height: 186px;
}
.no-content-box span {
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  opacity: 0.5;
}
.no-content-box-search {
  display: flex;
  flex-direction: column;
  margin: 100px auto;
}
.no-content-box-search img {
  margin: 0 auto;
  width: 212px;
  height: 186px;
}
.no-content-box-search span {
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  opacity: 0.5;
}
.bigClassBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  margin: 108px auto 168px;
}
.bigClassBox .bigClassLink1,
.bigClassBox .bigClassLink2 {
  display: block;
  width: 332px;
  height: 336px;
  cursor: pointer;
}
.bigClassBox .bigClassLink1 img,
.bigClassBox .bigClassLink2 img {
  width: 100%;
  height: 100%;
}
.bigClassBox .bigClassLink2 {
  margin-left: 102px;
}
.classesListTitleTwoLine {
  width: 268px;
  margin-top: 18px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 22px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: left;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=streamingclasses.css.map */