@charset "UTF-8";
.right-view[data-v-1589b72a] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  min-width: 17.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(27, 85, 164, 0.6);
}
.right-view .right-list[data-v-1589b72a] {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #EBF4FF;
}
.right-header[data-v-1589b72a] {
  padding: 0 1.3rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 108, 255, 0.14);
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #1e305e;
}
.right-header .header-title[data-v-1589b72a] {
    font-family: D-DIN-Bold;
    font-weight: 700;
}

/*滚动条整体部分,必须要设置*/
.right-list[data-v-1589b72a]::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
}

/*滚动条的轨道*/
.right-list[data-v-1589b72a]::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: none;
}

/*滚动条的滑块按钮*/
.right-list[data-v-1589b72a]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5e5e5;
  -webkit-border-radius: 10px;
}
.card-cont-item[data-v-1589b72a] {
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 108, 255, 0.3);
          box-shadow: 0px 1px 0px 0px rgba(0, 108, 255, 0.3);
  color: #9E9E9E;
}
.card-cont-item.card-cont-item-complete[data-v-1589b72a] {
  background-color: rgba(229, 229, 229, 0.3);
}
.card-cont-item.active[data-v-1589b72a] {
  color: #1E305E;
}
.card-cont-title[data-v-1589b72a] {
  margin-bottom: 8px;
}
.card-cont-date[data-v-1589b72a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@charset "UTF-8";
/* 播放器 */
.content-video[data-v-6ec75911] {
  height: 25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}
.left-view[data-v-6ec75911] {
  height: 100%;
  padding: 6px;
  width: 50.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #EBF4FF;
  margin-right: 5px;
  border-radius: 10px 0 0 10px;
}

