.program-value_course.program-value .module-content-wraper .module-content .module-content-item {
  width: 280px;
  height: 220px;
  border-radius: 8px;
  background: url("./image_home/862347lj428w4a.png") no-repeat;
  background-size: cover;
}
.program-value_course.program-value .module-content-wraper .module-content:hover .module-content-item {
  width: 280px;
  height: 220px;
  border-radius: 8px;
  background: url("./image_home/862347lj428w4b.png") no-repeat;
  background-size: cover;
}
.program-value_course.program-value .module-title {
  margin-top: 50px;
}
.hot-course-wraper {
  width: 1160px;
  display: flex;
  margin: 50px 0 0 0;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
}
.program-capability.program-capability_course {
  padding-bottom: 50px;
  background-image: linear-gradient(143deg, #FFFFFF 0%, rgba(255,255,255,0.75) 53%);
}
.clients-slide-nav {
  display: flex;
  justify-content: center;
}
.clients-slide-nav li {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F3F4F7;
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 1);
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #23282F;
  font-weight: 400;
}
.clients-slide-nav li:first-child {
  border-radius: 25px 0 0 25px;
}
.clients-slide-nav li:last-child {
  border-radius: 0 25px 25px 0;
}

.course-list-content {
  display: none;
  gap: 24px;
  padding: 50px 0px 0px 0px;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
}
.course-list-content.active {
  display: flex;
}
.course-item-card {
  width: 272px;
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffff;
}
.course-list-content .course-item-card img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}

.course-list-content .course-item-card:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.course-list-content .course-item-card .top {
  border-radius: 10px 10px 0px 0px;
  height: 152px;
  overflow: hidden;
}

.course-list-content .course-item-card .bottom {
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;

}

.course-list-content .course-item-card .bottom .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-list-content .course-item-card .bottom .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #909399;
}
.course-list-content .course-item-card .bottom .bottom-info .bottom-people {
  display: flex;
  align-items: center;
}
.course-list-content .course-item-card .bottom .bottom-info .bottom-people img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.course-list-content .course-item-card .bottom .bottom-info .bottom-people span {
  margin-top: 1px;
}

.course-list-content .course-item-card .bottom .description {
  overflow: hidden;
}

.course-list-content .course-item-card .bottom ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  float: left;
  margin-bottom: 8px;
  margin-right: 18px;
  padding-left: 13px;
  position: relative;
}

.course-list-content .course-item-card .bottom ul li::after {
  content: " ";
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.core-advantages.core-advantages_course {
  background-image: url("./image_home/655sd8gws6qez.png");
}
.mobile_product_info .mobile_cont_art_list.mobile_cont_art_list_course {
  margin-top: -35px;
}
.mobile-course-btn {
  margin-top: 35px;
  text-align: center;
}
.mobile-course-button {
  display: inline-block;
  width: 158px;
  height: 48px;
  border-radius: 4px;
  background: #005BFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.course-values {
  width: 100%;
  padding: 0 28px;
  margin-top: 40px;
}
.course-value-item {
  width: 100%;
  height: 200px;
  padding: 50px 30px 0 30px;
  margin-bottom: 25px;
  border-radius: 14px;
  background: url(./image_home/835182rw52fgh85.png) no-repeat;
  background-size: cover;
}
.course-value-item-title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.4;
}
.course-value-item-info {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  margin-top: 20px;
}
.mobile_product_info .mobile_cont_content.mobile_cont_content_much_course {
  padding-top: 60px;
}
.course-hot {
  padding-top: 40px;
}
.course-hot-tab {
  width: 100%;
  margin-top: 30px;
  padding: 0 28px;
}
.course-hot-tab-list {
  width: 100%;
  height: 42px;
  background: #FFFFFF;
  border-radius: 26px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: flex;
  flex: auto;
  align-self: stretch;
  padding: 4px;
}
.course-hot-tab-list_inner {
  height: 50px;
  position: relative;
  display: block;
  transition: transform .3s;
  overflow-x: scroll;
  overflow-y: hidden;
  font-size: 0;
}
.course-hot-tab-li {
  padding: 0 18px;
  height: 35px;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5D6070;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.course-hot-tab-li.active {
  background: #F1F5FE;
  border-radius: 18px;
  font-family: PingFangSC-Medium;
  color: #005BFF;
  font-weight: 600;
}
.course-hot-content {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
}
.course-hot-list-content {
  display: none;
  height: 110px;
  overflow-y: hidden;
}
.course-hot-list-content.active {
  display: block;
}
.course-hot-list {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.course-hot-item {
  width: 220px;
  min-width: 220px;
  height: 120px;
  margin-right: 20px;
}