/*                  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;
  height: 100%;
  padding: 25px 10px 0 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px #dedede
}
.courseList::after{
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.courseList ul {
  width: 1040px;
}
.courseList li {
  width: 250px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
.courseList li img {
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.courseList li h2 {
  cursor: pointer;
  width: 233px;
  line-height: 34px;
  padding-top: 12px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
}
.courseList li h2:hover {
  color: #B61044;
}
.courseList li p {
  width: 233px;
  line-height: 29px;
  padding-bottom: 8px;
  padding-left: 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  color: #666;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.content-right-page {
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}
.content-right-page a {
  padding: 5px 10px;
  margin: 4px;
  color: #5B5B5B;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}