@charset "utf-8";
body {
  background-color: #F9F9F9;
}
.container {
  margin-top: 20px;
}
.container .layout {
  padding: 5px 25px 25px;
  margin: 0 auto;
  background-color: #ffffff;
}
.courseclass {
  padding: 17px 0 0px 19px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  margin: 15px 0 30px;
}
.courseclass a {
  padding: 0 21px 0 17px;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  margin-right: 40px;
  margin-bottom: 10px;
}
.courseclass a:hover {
  background: #418dd9;
  border-radius: 4px;
  color: #ffffff!important;
}
.courseclass .courseclass-active {
  background: #418dd9;
  border-radius: 4px;
  color: #ffffff;
}
.curriculum-list ul {
  width: 1180px;
}
.curriculum-list ul li {
  float: left;
  margin-right: 23px;
  margin-bottom: 22px;
  padding: 34px 16px 0 21px;
  width: 270px;
  height: 172px;
  background: #D8ECFF;
  border: 1px solid #E9EAEC;
  background: url(../images/curriculum_back.jpg) no-repeat;
  position: relative;
}
.curriculum-list ul li .curriculum-title .title-page a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-more {
  position: absolute;
  right: 22px;
  bottom: 26px;
}
.curriculum-list ul li .curriculum-more a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #418DD9;
  line-height: 25px;
  padding: 0 17px;
  border: 1px solid #418DD9;
  border-radius: 13px 12px 12px 12px;
}
.curriculum-list ul li .curriculum-more a:hover {
  background-color: #418dd9;
  color: #ffffff!important;
}
