@charset "utf-8";

.navigation-bread {
  margin-bottom: 16px;
  /* margin-left: 27px; */
  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: #BD146A;
  cursor: default;
}

.navigation-bread>a+a:before {
  content: "> ";
  color: #999999;
}

.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #BD146A;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}

.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #BD146A;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.fill .content-head p {
  font-size: 20px;
  font-weight: 500;
  color: #BD146A;
  line-height: 28px;
  letter-spacing: 1px;
}

.fill .content-head p i {
  display: inline-block;
  font-weight: bold;
  color: #BD146A;
  margin-right: 10px;
  line-height: 28px;
  width: 16px;
  height: 17px;
  background: url(../images/slash.png) no-repeat;
  vertical-align: -2px;
}

.container {
  margin-top: 20px;
}

.curriculum-list {
  /* overflow: hidden; */
  padding: 26px 0 33px 19px;
  background-color: #ffffff;
}

.curriculum-list ul {
  width: 1220px;
  /* margin-bottom: 20px; */
}

.curriculum-list ul li {
  float: left;
  margin-right: 76px;
  margin-bottom: 50px;
  box-shadow: 6px 8px 50px 0px #CBD2E7;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 2px solid #FFFFFF;
  transition: all .3s;
}

.curriculum-list ul li a {
  display: block;
}

.curriculum-list ul li:hover{
  box-shadow: 4px 4px 14px 0px rgba(194, 203, 232, 0.9);
}

.curriculum-list ul li a:hover .title-page{
  color: #BD146A;
}

.curriculum-list ul li .curriculum-images {
  width: 283px;
  height: 175px;
}

.curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}

.curriculum-list ul li .curriculum-title {
  width: 283px;
  padding: 23px 0 23px 30px;

}

.curriculum-list ul li .curriculum-title .title-page {
  display: block;
  width: 100%;
  margin-top: 13px;
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.curriculum-list ul li .curriculum-title .title-name {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.pxkcitme-wrapper {
  background-color: #ffffff;
  padding: 30px 0 50px 25px;
  margin-top: 10px;
}

.pxkcitme-wrapper .curriculum-category {
  margin-bottom: 45px;
}

.pxkcitme-wrapper .curriculum-category p {
  text-align: center;
}

.pxkcitme-wrapper .curriculum-category p a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  line-height: 36px;
  margin: 0 10px;
}

.pxkcitme-wrapper .curriculum-category p a:hover {
  border-bottom: 2px solid #BD146A;
}

.pxkcitme-wrapper .curriculum-category p .category-cur {
  color: #BD146A;
  border-bottom: 2px solid #BD146A;
}

.curriculum-list {
  padding: 0;
}

.curriculum-list ul {
  width: 1220px;
}

/* .curriculum-list ul li {
  width: 272px;
  margin-right: 20px;
  margin-bottom: 30px;
} */

.curriculum-list ul li .curriculum-images {
  width: 308px;
  height: 157px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  /* margin-right: 15px; */
  box-shadow: 6px 8px 50px 0px #CBD2E7;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 2px solid #FFFFFF;
  transition: all .3s;
}

.panel-title {
  margin-bottom: 50px;
}

.panel-title .panel-left {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}

.panel-title .panel-left i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #BD146A;
  border-radius: 50%;
}

.panel-title .panel-left span {
  margin-left: 17px;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  padding: 0 20px;
  background: #BD146A;
  border: 1px solid #BD146A;
  border-radius: 16px;
}