@charset "UTF-8";
/*
 *@Name{audition css}
 *@Date{2020-07-05 15:04:30}
 *@Author{Lisn}
 *@Version{1.0.0}
 */

/*course start*/
.course{
  width: 100%;
  min-width: 1200px;
  padding: 20px 0 60px;
}
.course .course-nav{
  width: 200px;
  padding-top: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.course .course-nav .category{
  margin-bottom: 26px;
}
.course .course-nav .category .cate-tag{
  width: 71px;
  height: 28px;
  margin: 0 0 10px -8px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: url("../images/cate-tag-bc.png") no-repeat center/cover;
}
.course .course-nav .category ul li{
  float: left;
  width: 100px;
  padding: 7px 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.course .course-nav .category ul li:hover{
  color: #f7720e;
}
.course .course-nav .category ul li.cur{
  color: #f7720e;
}
.course .course-con{
  float: right;
  width: 990px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.course .course-con .con-title{
  padding-bottom: 18px;
  border-bottom: 2px solid #3799ff;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.course .course-con .con-list{
  width: 100%;
  margin: 10px 0 6px;
  padding: 0 6px;
  box-sizing: border-box;
}
.course .course-con .con-list .list-title{
  height: 46px;
  margin: 10px 0;
  padding-left: 20px;
  border-left: 5px solid #e5e5e5;
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  color: #000;
  background-color: #f7f7f7;
}
.course .course-con .con-list .list-item{
  position: relative;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 60px;
  cursor: pointer;
}
.course .course-con .con-list .list-item i{
  display: inline-block;
  position: absolute;
  right: 20px;
  padding-left: 28px;
  font-size: 16px;
  color: #f77819;
  background: url("../images/audition-play.png") no-repeat left center;
}

/*course end*/

