:root {
  font-size: 15px;
}

a {
  text-decoration: none;
}

/* 以下是course专用 */

.list-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.list2-img {
  width: 200px;
  height: 120px;
  margin: 0;
}

@media only screen and (min-width: 960px) {
  .row-item {
    width: 49.5%;
  }

  .list-box {
    flex-flow: row nowrap;
  }
}

@media only screen and (max-width: 960px) {
  .row-item {
    width: 100%;
  }

  .list-box {
    flex-flow: row nowrap;
  }
}

@media only screen and (max-width: 600px) {
  .row-item {
    width: 100%;
  }

  img.list2-img {
    width: 100%;
    height: auto;
  }

  .list-box {
    flex-flow: column;
  }
}

.list2-img {
  width: 200px;
  height: 120px;
  margin: 0;
}

.x-list-desp {
  font-size: 0.8rem;
  color: var(--txtclr1);
}

.shadow-hover {
  transition: all 0.8s;
}

.shadow-hover:hover {
  -moz-box-shadow: 2px 2px 2px 2px #d5d5d5;
  -webkit-box-shadow: 2px 2px 2px 2px #d5d5d5;
  box-shadow: 2px 2px 2px 2px #d5d5d5;
}

/* 以下是Home内部转用 */

.fs-sm {
  font-size: 14px;
  font-weight: 500;
}

.fs-lg {
  font-size: 22px;
  font-weight: 600;
  font-family: monospace;
  user-select: none;
}

.fs-title {
  font-size: 1rem;
  font-weight: 600;
}

.fs-content {
  font-size: 0.9rem;
  font-weight: 500;
}
