@charset "utf-8";
.curriculum-list {
  overflow: hidden;
}
.curriculum-list ul {
  width: 1230px;
}
.curriculum-list ul li {
  width: 286px;
  float: left;
  margin-right: 18px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.curriculum-list ul li a {
  display: block;
}
.curriculum-list ul li a:hover .title-page,
.curriculum-list ul li a:hover .title-name {
  color: #0baa94;
}
.curriculum-list ul li .curriculum-images {
  width: 286px;
  height: 158px;
}
.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}
.curriculum-list ul li .curriculum-title {
  padding: 18px 20px 20px 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.54);
}
.curriculum-list ul li .curriculum-title .title-page {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #0baa94;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.fill .head {
  margin-top: 70px;
  margin-bottom: 34px;
}
.fill .head p {
  float: left;
}
.fill .head p img {
  display: block;
  width: auto;
  height: auto;
}
.fill .head ul {
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 23px;
}
.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 13px;
  font-size: 18px;
  color: #25644B;
  line-height: 24px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 30px;
}
.fill .head ul .on {
  color: #ffffff;
  background: #0BAA94;
  border-radius: 15px;
}
.fill .head a {
  display: block;
  float: right;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
  line-height: 48px;
}
.wrapper-fill .head {
  margin-top: 20px;
  padding-bottom: 7px;
  overflow: hidden;
}
.wrapper-fill .head p {
  font-size: 24px;
  font-weight: bold;
  color: #0baa94;
  line-height: 26px;
  float: left;
  position: relative;
}
body {
  background-color: #F9F9F9;
}
.pxkcitme .head .head-title {
  float: left;
}
.pxkcitme .head ul {
  float: left;
}
.pxkcitme .head ul li {
  position: relative;
  float: left;
  margin-left: 20px;
  line-height: 65px;
}
.pxkcitme .head ul li:hover:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0baa94;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
.pxkcitme .head ul li a {
  display: block;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 26px;
}
.pxkcitme .head ul .title-active a {
  color: #0baa94;
}
.pxkcitme .head ul .title-active:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0baa94;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
.pxkcitme .courseclass {
  padding: 23px 140px 13px 31px;
  background-color: #ffffff;
  overflow: hidden;
}
.pxkcitme .courseclass a {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 8px;
  margin-right: 16px;
}
.pxkcitme .courseclass a:hover {
  background: #0baa94;
  border-radius: 4px;
  color: #ffffff!important;
}
.pxkcitme .courseclass .courseclass-active {
  background: #0baa94;
  border-radius: 4px;
  color: #ffffff;
}
.pxkcitme .curriculum-list {
  margin-top: 30px;
}
.pxkcitme .curriculum-list ul {
  width: 1220px;
  margin-bottom: 50px;
}
.pxkcitme .curriculum-list ul li {
  margin-bottom: 30px;
}
