/*                  miain                           */
.main {
  width: 100%;
  background: #f5f5f5;
}
.main-center {
  width: 1050px;
  min-height: 620px;
  margin: 0 auto;
  padding-top: 30px;
}
.location {
  background: url(../image/wzicon.png) left center no-repeat;
  padding-left: 23px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}
.location a {
  color: #666;
}
.courseList {
  width: 1030px;
  min-height: 560px;
  padding: 25px 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px #dedede
}
.courseList h2 {
  width: 100%;
  line-height: 80px;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  text-align: center
}
.courseList .search {
  height: 50px;
  width: 100%;
}
.search input:first-child {
  width: 250px;
  height: 22px;
  padding: 0 4px;
  outline: none;
}
.search input:last-child {
  width: 70px;
  height: 26px;
  background: #B61044;
  outline: none;
  border: 0;
  border-radius: 4px;
  color: #fff;
  margin-left: 20px;
}
.courseList .table {
  width: 100%;
  height: 100%;
}
.table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.table table .empty {
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  color: #B61044;
}
.table table .active {
  background: #f5f5f5
}
.table tr th {
  border: 1px solid #ddd;
  padding: 13px 5px;
  text-align: center;
  background: #B61044;
  color: #fff;
}
.table tr td{
  border: 1px solid #ddd;
  padding: 13px 5px;
  text-align: center;
}
.table tr td .mark {
  color: #ccc;
}
.table tr td a {
  color: #B61044;
  cursor:pointer;
} 
.table tr .kecheng-content {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  width: 400px;
  margin-left: -80px;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  line-height: 1.9;
  margin-top: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  text-align: left;
  height: 200px;
  overflow-y: auto;
}
.course-page {
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding: 30px 0;
}
.course-page a {
  padding: 5px 10px;
  margin: 4px;
  color: #5B5B5B;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}
.kecheng-content-title {
  font-size: 16px;
  font-weight: 400
}