@charset "UTF-8";
.TopArea {
    margin-top: -10px;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
}
.ModuleGridContainer  {
    max-width: 1200px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 85px;
    padding-right: 0px;
        background-color: #fff;
}
.TopAreaText {
  font-size: 16px;
  max-width: 930px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a56a8;
  font-weight:normal;
}

.classList  {
    height: 100%;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
  }

.classList .class-img {
    width: 236px;
    height: 163px;
    float: none;
}

.classList .class-title {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #1f1f1f;
    font-family: "微软雅黑";
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.scrollList  {
    height: 100%;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    background-color: lavender
  }
.scrollList .class-scroll {
    font-size: 16px;
    color: #1f1f1f;
    font-family: "微软雅黑";
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;

}
.classList  .class-master  {
    height: 28px;
    line-height: 28px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #393939;
    display: inline-block;
    padding-left: 5px;

}
.classList  .class-type {
    width: 50px;
    height: 28px;
    line-height: 28px;
    color: #fff;
     font-size: 14px;
    text-align: center;
    background: #1d8b5a;
    display: inline-block;
    float: right;
}
.catalogueList  {
    height: 100%;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    background-color: lavender
  }

 .catalogue-title {
    line-height: 52px;
    font-size: 24px;
    color: #1f1f1f;
    font-family: "微软雅黑";
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.hui-list .hui-list-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0px;
  /*禁止换行*/
}
.hui-list .hui-list-item .date {
  font-size: 12px;
  font-family: Arial;
  color: #999;
}
.hui-list.hui-list-disc {
  list-style: inside;
  list-style-type: disc;
}
.hui-list.hui-list-decimal {
  list-style: inside;
  list-style-type: decimal;
}
.hui-list.hui-list-top .hui-list-item {
  padding-left: 30px;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  height: 20px;
  list-style: 20px;
}
.hui-list.hui-list-top .hui-list-item .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #5a98de;
  text-align: center;
}
 
/*横向手机 竖向平板*/
@media (max-width: 767px) {
  .hui-list .hui-list-item {
    font-size: 12px;
    /*padding: 11px 15px;*/
    border-bottom: 1px solid #eee;
  }
  .hui-list .hui-list-item > a {
    display: block;
    margin: 0px 0px;
  }
  .hui-list .hui-list-item .date {
    display: none;
  }
  .hui-list .hui-list-item .hui-iconfont {
    background-size: 9px auto;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
  }
 
  .night .hui-list > .hui-list-item {
    border-bottom: 1px solid #1F1F1F;
  }
}

.hui-title {
    font-size: 24px;
    color: #7e4703;
    font-family: "微软雅黑";
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.teacherName{
    font-size: 24px;
    color: #5a98de;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.hui-tab .hui-tab-header span {
    font-size: 18px;
    font-weight: 600;
    color: #1890ff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: solid 2px #fff;
}