@import url('../css/reset.css');
#content {
  width: 1280px;
  padding: 24px 100px;
  margin: 0 auto;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 760px;
}
#content .cont .cont_l h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_l .top_img {
  width: 100%;
  margin-bottom: 16px;
}
#content .cont .cont_l .top_text {
  font-size: 15px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont .cont_l .mulu {
  width: 100%;
  background: #EEEEEE;
  padding: 16px 24px;
  margin-bottom: 24px;
}
#content .cont .cont_l .mulu .title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_l .mulu .mulu_list .mulu_item {
  margin-bottom: 16px;
}
#content .cont .cont_l .mulu .mulu_list .mulu_item a {
  font-size: 15px;
  font-family: s;
  font-weight: 600;
  color: #666;
  line-height: 18px;
}
#content .cont .cont_l .mulu .mulu_list .mulu_item:last-child {
  margin-bottom: 0;
}
#content .cont .cont_l .mulu .mulu_list .mulu_item:hover a {
  color: #333;
  text-decoration: underline;
}
#content .cont .cont_l .paiming_list .paiming_item {
  margin-bottom: 24px;
}
#content .cont .cont_l .paiming_list .paiming_item .title {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #F27821;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont .cont_l .paiming_list .paiming_item .pm_img {
  width: 100%;
  margin-bottom: 16px;
}
#content .cont .cont_l .paiming_list .paiming_item .pm_text {
  font-size: 15px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 23px;
}
#content .cont .cont_l .more {
  width: 100%;
  height: 48px;
  background: #F27821;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .cont_l .more .wz {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #fff;
  line-height: 19px;
  margin-right: 8px;
}
#content .cont .cont_l .more .wz span {
  color: #00FF75;
}
#content .cont .cont_l .more img {
  width: 18px;
  height: 18px;
}
#content .cont .cont_r {
  width: 300px;
}
#content .cont .cont_r h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_r .class_list .class_item {
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont .cont_r .class_list .class_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .cont .cont_r .class_list .class_item img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .cont .cont_r .class_list .class_item .class_cover1 {
  display: none;
}
#content .cont .cont_r .class_list .class_item span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
}
#content .cont .cont_r .class_list .class_item:hover {
  background: #FEF8F4;
}
#content .cont .cont_r .class_list .class_item:hover .class_cover {
  display: none;
}
#content .cont .cont_r .class_list .class_item:hover .class_cover1 {
  display: block;
}
#content .cont .cont_r .class_list .class_item:hover span {
  color: #F27821;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    display: none;
  }
}
