
/********************************** 公共样式 ***/
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: underline;
}
.lingnan-block{
  background: #fff;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.no-background{
  background: none;
  padding: 0;
}
.lingnan-block h3{
  margin: 0 0 2px;
  padding: 5px 80px 5px 38px;
  position: relative;
  background: url(biaoti@2x.png) no-repeat 0 5px;
}
.lingnan-block h3 .more{
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.lingnan-block .thumb-text li{
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 80px;
  width: 360px;
}
.lingnan-block .thumb-text li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}
.lingnan-block .thumb-text li img{
  float: left;
  width: 80px;
  height: 80px;
  padding: 0 15px 5px 0;
}
.lingnan-block .thumb-text li .is-title{
  height: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
.lingnan-block .thumb-text li .is-content{
  height: 40px;
  overflow: hidden;
  line-height: 22px;
}
.small{
  display: none;
}
.small:first-child{
  display: block;
}
.public-list .list{
  display: inline-block;
  text-align: center;
  height: 160px;
  font-size: 14px;
}
.public-list .list a{
  display: block;
  height: 170px;
}
.public-list .list a > div{
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  padding: 5px 0 0;
}
.public-list .list img{
  display: block;
  margin: 0 auto;
}
.flex-item{
  display: flex;
}
.white-space{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow{
  overflow: hidden;
}
.roll-up{
  width: 100%;
  height: 200px;
}

/********************************** 新闻公告 ***/
.lingnan-block-news,.news-roll{
  height: 30px;
}
.news-roll li{
  width: 100%;
  margin-bottom: 5px;
}
.news-roll div{
  white-space: normal;
}
.news-roll li img{
  width: 360px;
  height: 146px;
  padding-right: 30px;
  float: left;
}
.news-roll-title{
  color: #2e8ec0;
  font-size: 16px;
  line-height: 30px;
}
.news-roll-title .max-h{
  max-height: 60px;
  overflow: hidden;
}
.news-roll-summary{
  color: #666;
  padding: 10px 0;
}
.news-roll-summary .max-h{
  max-height: 100px;
  font-size: 16px;
  overflow: hidden;
  line-height: 26px;
}
.news-roll-time{
  color: #999;
  font-size: 14px;
}

/********************************** 课程简介/视频 ***/
.flex-item .max-h{
  max-height: 240px;
  overflow: hidden;
}
.info-desc{  
  flex: 0 0 68%;
}
.course-desc{
  margin-right: 30px;
  background: url(yinying@2x.png) no-repeat right center;
}
.course-desc img{
  float: left;
  max-height: 160px;
}
.course-desc .max-h{
  line-height: 28px;
  font-size: 16px;
  color: #666;
  padding: 0 35px 0 25px;
}
.course-video{
  flex: 0 0 30%;
}

/********************************** 实践成果 ***/
.achievement .list{
  width: 200px;
}
.achievement .list img{
  width: 190px;
  height: 130px;
}

/********************************** 链接 ***/
.is-links a{
  background: #fff;
  color: #666;
  width: 228px;
  height: 126px;
  display: inline-block;
  margin-right: 10.8px;
  text-align: center;
}
.is-links a:last-child{
  margin-right: 0;
}
.is-links a:hover{
  opacity: 0.9;
}
.is-links a img{
  margin: 12px auto 0;
  display: block;
  width: 80px;
  height: 80px;
}

/********************************** 教学课件/学习指导/课程内容 ***/
.flex3{
  flex: 0 0 31%;
  margin-right: 20px;
  padding-right: 20px;
  background: url(yinying@2x.png) no-repeat right center;
}
.flex3:last-child{
  background: none;
}
.lingnan-block .thumb-text-list{
  clear: both;
}
.lingnan-block .thumb-text-list li{
  height: 24px;
  border: 0;
  padding-bottom: 0;
}
.lingnan-block .thumb-text-list li img{
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  padding: 0 10px 0 0;
}
.lingnan-block .roll-up .thumb-text-list li img{
  top: 1px;
}
.lingnan-block .thumb-text-list li .is-title{
  font-weight: normal;
}
.lingnan-block .thumb-text .thumb-text-img img{
  height: 93px;
  width: 103px;
  padding: 0 5px;
}
.lingnan-block .thumb-text .thumb-text-img{
  height: 93px;
  width: 116px;
  margin-bottom: 10px;
  display: inline-block;
}

/********************************** 教学资源/教师团队 ***/
.is-tabs{
  flex: 0 0 66%;
  margin-right: 30px;
}
.public-tab-top{
  margin: 0 0 10px;
  height: 40px;
  border-bottom: 1px solid #ddd;
}
.public-tab-top > span{
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px;
  margin: 0 20px 0 0;
  font-size: 16px;
}
.public-tab-top > span.curr{
  color: #2e8ec0;
  border-bottom: 2px solid #2e8ec0;
}

/********************************** 微课视频 ***/
.weike .list{
  width: 200px;
  height: 170px;
  position: relative;
}
.weike .list img{
  width: 180px;
  height: 140px;
}
.weike .list a > div{
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 180px;
  text-align: center;
}

/********************************** 课外链接 ***/
.out-class .list{
  width: 228px;
  height: 80px;
}
.out-class .list img{
  width: 204px;
  height: 68px;
  border: 1px solid #ddd;
}

/********************************** small规格列表 ***/
.small .list{
  width: 148px;
  height: 120px;
  padding: 10px 0 0;
  float: left;
}
.small .list img{
  width: 140px;
  height: 90px;
}

/********************************** 课程访问量 ***/
.visits{
  justify-content: center;
  display: block;
  width: 200px;
}
.visits dl{
  display: flex;
  line-height: 32px;
}
.visits dt{
  color: #666;
  font-size: 14px;
}
.visits dd{
  color: rgb(243, 92, 5);
  font-size: 18px;
  padding-left: 10px;
}