@charset "utf-8";

.navigation-bread {
  padding-top: 25px;
  margin-bottom: 16px;
  overflow: hidden;
}

.navigation-bread i {
  float: left;
  font-style: normal;
  width: 22px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/fill_icon.png) no-repeat;
  margin-top: 2px;
}

.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  float: left;
  margin-right: 0px;
}

.navigation-bread .navigation-cur {
  color: #0066ff;
  cursor: default;
}

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

.fill .head {
  position: relative;
  margin-bottom: 10px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 7px 10px 0 0;
}

.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}

.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}

.fill .head .fill-tab .on {
  color: #0066ff;
}

.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #0066ff;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}

.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.line-box {
  width: 100%;
  height: 9px;
  background: url(../images/line_back.png);
}

.itme-words {
  background-color: #ffffff;
  padding: 0 0px 50px;
}

.curriculum--wrap .curriculum--itme ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 10px 3px #E8EDF8;
  border-radius: 4px;
  transition: all .3s;
}

.curriculum--wrap .curriculum--itme ul li:nth-child(4n) {
  margin-right: 0;
}

.curriculum--wrap .curriculum--itme ul li:hover {
  transform: translateY(-10px);
}

.curriculum--wrap .curriculum--itme ul li:hover a .bottom .t {
  color: #005BE5;
}

.curriculum--wrap .curriculum--itme ul li a img {
  display: block;
  width: 310px;
  height: 175px;
}

.curriculum--wrap .curriculum--itme ul li a .bottom {
  padding: 16px 23px 20px 15px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.curriculum--wrap .curriculum--itme ul li a .bottom .t {
  width: 272px;
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 10px;
}

.curriculum--wrap .curriculum--itme ul li a .bottom .writer {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.listbar {
  display: flex;
  margin: 30px 0;
}

.listbar li {
  padding: 10px 18px;
  border-radius: 4px;
  /* width: 92px;
  height: 34px; */
}

.listbar li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  /* line-height: 34px; */
}

.listbar .on {
  background: #0066FF;

}

.listbar .on a {
  color: #fff !important;
}