.board {
  height: 163px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.board .col {
  float: left;
}

.board .col-3 {
  width: 33%;
}

.board .col-4 {
  width: 33.32%;
}

.board-item {
  padding-top: 20px;
  text-align: center;
}

.board-item em {
  display: block;
  width: 94px;
  height: 94px;
  border-width: 5px;
  border-style: solid;
  border-color: #eee;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  line-height: 84px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}

.board-item em.board-done {
  color: #83b846;
}

.board-item em.board-inco {
  color: #dd1c5d;
}

.board-item em.board-warning {
  color: #f2b606;
}

.board-item em.board-info {
  color: #1895d3;
}

.board-item em.board-total {
  border-color: #fff;
  color: #333;
  font-size: 18px;
}

.board-item span {
  display: block;
  margin-top: 10px;
  color: #747474;
  font-size: 16px;
}

.course-head {
  height: 28px;
  border-bottom: 1px solid #e9ebea;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.select {
  position: relative;
  height: 25px;
}

.select-toggle {
  position: relative;
  display: block;
  width: 72px;
  height: 25px;
  line-height: 25px;
}

.select-name {
  display: block;
  text-align: center;
  font-family: "SimSun";
  font-size: 12px;
  color: #808080;
}

.select-toggle .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.select-toggle .icon-arr-down {
  background-image: url(../img/icon-select-arr.png);
}

.select-list {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 100;
  width: 132px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f8f8f8;
  padding: 8px 12px;
}

.select-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select-list a {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #323232;
  font-family: "SimSun";
  font-size: 16px;
  text-align: center;
  border-radius: 7px;
}

.select-list a:hover {
  background-color: #f4f5f7;
}

.pull-right .select-list {
  left: auto;
  right: 0;
}

.search-select {
  position: relative;
  height: 25px;
}

.search-select-toggle {
  position: relative;
  display: block;
  width: 173px;
  height: 25px;
  padding-right: 24px;
  border: 1px solid #a7a7a9;
  background-color: #fff;
}

.search-select-toggle .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.search-select-toggle .icon-arr-down {
  background-image: url(../img/icon-select-arr.png);
}

.search-select-name {
  display: block;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
  padding-right: 5px;
  color: #a5a5a5;
  font-family: "SimSun";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-select-box {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 100;
  width: 100%;
  height: 200px;
  padding: 40px 0 8px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
}

.search-select-input {
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.search-select-input input {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #e5e5e5;
  font-family: "SimSun";
}

.search-select-list {
  height: 100%;
  overflow: auto;
}

.search-select-list li {
  padding: 5px 12px;
}

.search-select-list a {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #323232;
  font-family: "SimSun";
  font-size: 16px;
  text-align: center;
  border-radius: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-select-list a:hover {
  background-color: #f4f5f7;
}

.course-list {
  padding-top: 34px;
  padding-bottom: 34px;
  margin-bottom: 45px;
  margin-left: -23px;
  margin-right: -23px;
  overflow: hidden;
}

.course-list li {
  float: left;
  width: 33.32%;
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 37px;
}

.course-item {
  display: block;
  background-color: #fff;
  border-radius: 5px;
}

.course-item:hover {
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}

.course-pic {
  position: relative;
  height: 139px;
  border-radius: 5px;
  overflow: hidden;
}

.course-pic img {
  width: 100%;
  height: 139px;
}

.course-pic em {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 41px;
  height: 19px;
  line-height: 19px;
  background-color: #434343;
  background-color: rgba(67, 67, 67, .37);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-family: "SimSun";
  font-style: normal;
}

.course-pic span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0 0 5px 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .18);
  color: #fff;
  font-family: "SimSun";
}

.course-item:hover .course-pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.course-info {
  position: relative;
  padding-bottom: 40px;
}

.course-info h3 {
  height: 44px;
  line-height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "SimHei";
  font-size: 18px;
  font-weight: normal;
  color: #4a4a4a;
}

.course-item:hover .course-info h3 {
  color: #0076ca;
}

.course-info p {
  height: 64px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  font-family: "SimSun";
  color: #808080;
}

.course-info em {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 40px;
  line-height: 40px;
  font-family: "SimSun";
  color: #7dd6ea;
  font-style: normal;
}

.paging {
  text-align: center;
}

.paging a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
  color: #333237;
}

.paging a.active {
  border-radius: 50%;
  background-color: #2ea5ff;
  color: #fff;
}

.exam-head {
  height: 40px;
  border-bottom: 1px solid #e9ebea;
}

.exam-head .select {
  margin-top: 10px;
}

.search-form {
  height: 34px;
}

.search-form label,
.search-form-input {
  float: left;
  height: 34px;
}

.search-form label {
  display: block;
  width: 72px;
  line-height: 34px;
  text-align: center;
  background-color: #dbdcde;
  font-family: "SimSun";
  font-size: 12px;
  color: #000;
}

.search-form-input {
  position: relative;
  width: 248px;
  border: 1px solid #c9c9c9;
  padding-right: 108px;
  background-color: #fff;
}

.search-form-input .form-control {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}

.search-form-input .icon {
  position: absolute;
  right: 74px;
  top: 0;
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
}

.search-form-input .icon-search {
  background-image: url(../img/icon-search.png);
}

.search-form-input .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 32px;
  border: none;
}

.search-form-input .btn-primary {
  background-color: #236be1;
  color: #fff;
  cursor: pointer;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 28px;
  margin-bottom: 60px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.table thead {
  border-bottom: 1px solid #5db8ef;
}

.table thead th {
  padding: 12px;
  line-height: 24px;
  color: #323232;
  font-weight: normal;
}

.table tbody tr {
  border-bottom: 1px dashed #b7b7b7;
}

.table tbody td {
  padding: 16px 20px;
  line-height: 18px;
  text-align: center;
  font-family: "SimSun";
  font-size: 12px;
  color: #646464;
}

.table .btn {
  width: 78px;
  height: 30px;
  background-repeat: no-repeat;
  color: #fff;
  border: none;
  line-height: 30px;
  cursor: pointer;
  font-family: "SimSun";
  font-size: 12px;
}

.table .btn-primary {
  background-image: url(../img/table-btn.png);
}

.table .btn-success {
  background-image: url(../img/table-btn-sucess.png);
}

.table .btn-danger {
  background-image: url(../img/table-btn-danger.png);
}

.table .btn-warning {
  background-image: url(../img/table-btn-warning.png);
}

.learn-head {
  height: 40px;
  border-bottom: 1px solid #e9ebea;
}

.learn-head .select {
  margin-top: 10px;
}

.tabs-nav {
  height: 40px;
}

.tabs-nav li {
  position: relative;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #747474;
  cursor: pointer;
}

.tabs-nav li.active {
  font-weight: bold;
}

.tabs-nav li.active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 1px;
  margin-left: -24px;
  background-color: #00bff6;
}

.search {
  margin-top: 17px;
  height: 34px;
}

.search .form-group {
  float: left;
}

.search label,
.search .form-control {
  float: left;
  height: 34px;
  line-height: 34px;
}

.search label {
  width: 72px;
  background-color: #dbdcde;
  font-family: "SimSun";
  font-size: 12px;
  color: #000;
  text-align: center;
}

.search .form-control {
  width: 175px;
  border: 1px solid #a7a7a7;
  padding-left: 5px;
  padding-right: 5px;
}

.search .btn {
  float: left;
  width: 74px;
  height: 34px;
  cursor: pointer;
}

.search .btn-primary {
  background-color: #236be1;
  color: #fff;
  border: none;
  font-family: "SimSun";
  font-size: 14px;
}

.progress {
  position: relative;
  width: 250px;
  height: 12px;
  line-height: 12px;
  border: 1px solid #bababa;
  background-color: #d7d7d7;
  border-radius: 6px;
}

.progress span {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 12px;
  background-color: #7eb7e4;
  background-image: -webkit-linear-gradient(top, #8bbfe6 0, #72afde 100%);
  background-image: -o-linear-gradient(top, #8bbfe6 0, #72afde 100%);
  background-image: linear-gradient(to bottom, #8bbfe6 0, #72afde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bbfe6', endColorstr='#72afde',GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #5caeea;
  border-radius: 6px;
}

.progress em {
  position: absolute;
  right: 0;
  top: -1px;
  width: 26px;
  height: 12px;
  line-height: 12px;
  text-align: left;
  font-family: "SimSun";
  font-size: 12px;
  color: #646464;
  font-style: normal;
}

.news-head {
  height: 16px;
  border-bottom: 1px solid #e9ebea;
}

.question-head {
  height: 40px;
  border-bottom: 1px solid #e9ebea;
}

.kongbai {
  height: 440px;
  padding-top: 384px;
  background-repeat: no-repeat;
  background-position: 282px 87px;
  line-height: 60px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/empty.png);
  text-indent: 374px;
}
.serialNumber{
  width: 8%;
}
.courseWareName{
  width: 40%;
}
.studyTime{
  width: 22%;
}
.studyNum{
  width: 20%;
}
.operation{
  width: 10%;
}
.newStudyTime{
  width: 13%;
}