body {
  background-color: #e9e9e9; }

.crumbs {
	overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 10px 0 0 40px;
  margin-top: 15px; }
  .crumbs li {
    float: left;
    font-size: 14px;
    color: #999; }
    .crumbs li a {
      font-size: 14px;
      color: #999; }
    .crumbs li.cur {
      color: #cc0000; }
/*课程*/
.column-course{
	background-color: #fff;
	padding: 25px;
	padding-top: 10px;
	overflow: hidden;
}

.course-module{
	width: 1160px;
}
.course-module .item-list {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0px 0px;
  overflow: hidden;
}
.course-module .item-list .item-li {
  float: left;
  width: 280px;
  height: 250px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.course-module .item-list .item-li .img {
  width: 100%;
  height: 154px;
  display: block;
}
.course-module .item-list .item-li .img img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.course-module .item-list .item-li .img-title {
	max-height: 44px;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 22px;
  margin-top: 16px;
}
.course-module .item-list .item-li .img-title:hover{
	color: #EA4435;
}
.course-module .item-list .item-li .img-name {
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 30px;
  margin-top: 5px;
}




.footer {
  margin-top: 20px; }

/*# sourceMappingURL=articleList.css.map */
