/* 面包屑及标题区域 */
.cur-box_5 {
  width: 100vw;
  /*height: 18.08vw;*/
  margin-bottom: 2vw;
}

.cur-text-wrapper_2 {
  width: 11.98vw;
  height: 1.15vw;
  margin: 2.08vw 0 0 6.25vw;
}

.cur-text_8 {
  width: 2.3vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(190, 190, 193, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
}

.cur-text_9 {
  width: 0.42vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(190, 190, 193, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin-left: 0.21vw;
}

.cur-text_10 {
  width: 3.81vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(190, 190, 193, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin-left: 0.21vw;
}

.cur-text_11 {
  width: 0.42vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(190, 190, 193, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin-left: 0.21vw;
}

.cur-text_12 {
  width: 4.22vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(28, 28, 28, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin-left: 0.21vw;
}

.cur-section_1 {
  position: relative;
  width: 19.95vw;
  height: 3.86vw;
  margin: 1.14vw 0 0 38.9vw;
}

.cur-image_4 {
  width: 3.03vw;
  height: 2.82vw;
  margin-top: 1.05vw;
}

.cur-box_6 {
  background-color: rgba(161, 54, 39, 1);
  border-radius: 50%;
  width: 1.67vw;
  height: 1.67vw;
  margin-top: 0.21vw;
}

.cur-text_13 {
  position: absolute;
  left: 1.88vw;
  top: 0;
  width: 17.3vw;
  height: 3.34vw;
  overflow-wrap: break-word;
  color: rgba(37, 37, 37, 1);
  font-size: 3.33vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 3.34vw;
}

.cur-text-wrapper_3 {
  width: 75vw;
  height: 5.63vw;
  margin: 2.08vw 0 2.13vw 12.5vw;
}

.cur-text_14 {
  width: 75vw;
  height: 5.63vw;
  overflow-wrap: break-word;
  color: rgba(110, 110, 110, 1);
  font-size: 1.04vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.88vw;
  text-indent: 2em;
}

/* 课程列表主体区域 - 左右独立容器 */
.cur-box_7 {
  box-shadow: 0 0 2vw 0 rgba(61, 71, 114, 0.06);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px 20px 0px 0px;
  width: 87.5vw;
  margin: -0.05vw 0 7.5vw 6.25vw;
  padding: 1.3vw 4vw;
  display: flex;
  gap: 3.8vw;
  align-items: flex-start;
}

/* 左侧列 */
.cur-left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 右侧列 */
.cur-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 课程项 */
.cur-section_2 {
  border-bottom: 1px solid rgba(190, 190, 193, 0.25);
  cursor: pointer;
  padding: 1.5vw 0;
  margin: 0;
}

.cur-section_2_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail {
  text-indent: 2em;
  line-height: 1.6;
  display: none;
  color: rgba(110, 110, 110, 1);
  font-size: 1vw;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
  padding-top: 1.5vw;
  width: 96%;
}

.detail p {
  margin: 0;
}

/* 课程文字 */
.cur-text_15 {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  color: rgba(28, 28, 28, 1);
  font-size: 1.25vw;
  font-weight: normal;
  text-align: left;
  width: 95%;
  font-family: PingFangSC, PingFang SC;
}

/* 箭头图标 */
.cur-thumbnail_3 {
  width: 0.63vw;
  height: 0.63vw;
  flex-shrink: 0;
  margin: 0;
  transition: transform 0.3s ease;
}