@charset "UTF-8";
/* 主题色 */
/* 课程资料 */
.course-material {
  margin-top: 70px;
}
.course-material .category .my-tab1 {
  margin-right: -45px;
}
.course-material .category .my-tab1 li {
  float: left;
  width: 370px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  margin-right: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #0069b7;
}
.course-material .category .my-tab1 li a {
  color: #fff;
}
.course-material .category .my-tab1 li.on {
  background-color: #004486;
}
.course-material .list {
  margin-top: 26px;
  border: 1px solid #d2d2d2;
  font-size: 0;
}
.course-material .list .item {
  float: left;
  width: 50%;
  height: 321px;
  padding: 28px 34px;
  position: relative;
}
.course-material .list .item:hover {
  background-color: #0069b7;
}
.course-material .list .item:hover .tit, .course-material .list .item:hover .desc, .course-material .list .item:hover .b-link a {
  color: #fff;
}
.course-material .list .item .tit {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
.course-material .list .item .tag {
  margin-top: 18px;
  width: 108px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #ea5404;
}
.course-material .list .item .desc {
  list-style: decimal;
  padding-left: 14px;
  margin-top: 10px;
  height: 135px;
  line-height: 26px;
  font-size: 13px;
  color: #595858;
}
.course-material .list .item .b-link a {
  margin-left: 18px;
  color: #004387;
  font-size: 13px;
}
.course-material .list .item .go-more-btn {
  margin-top: 104px;
  text-align: center;
}
.course-material .list .even::before {
  content: "";
  display: block;
  height: 265px;
  border-left: 1px dashed #d2d2d2;
  position: absolute;
  left: 0;
  top: 28px;
}
.course-material .list .line {
  float: left;
  width: 1132px;
  border-top: 1px solid #d2d2d2;
  margin: 0 34px;
}

/*# sourceMappingURL=leanStarSeries.css.map */
