@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #f2f2f2;
}
body a:hover {
  color: #0c5abb !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container-white {
  margin-top: 20px;
  overflow: hidden;
}
.layout_padding {
  padding: 26px 20px;
  background-color: #ffffff;
}
.courseList-wrap {
  margin-bottom: 30px;
}
.navigation-bread {
  margin-top: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #999999;
  display: block;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #094BB9;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #7C7C7C;
}
.fill .head {
  overflow: hidden;
  margin-bottom: 12px;
}
.fill .head .head-title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.fill .head a {
  float: right;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  padding-top: 10px;
}
.fill .head ul {
  margin-left: 40px;
  float: left;
}
.fill .head ul li {
  float: left;
  margin-right: 40px;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 30px;
  cursor: pointer;
}
.fill .head ul .on {
  font-weight: bold;
  color: #0c5abb;
}
.wrap-fill .wrap-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E8EE;
}
.wrap-fill .wrap-head .wrap-title {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  line-height: 30px;
  position: relative;
}
.wrap-fill .wrap-head .wrap-title:after {
  content: "";
  position: absolute;
  background-color: #0C5ABB;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
}
.jpkc_c {
  width: 1200px;
  margin: 0 auto;
  min-height: 440px;
}
.jpkc_c .sub:hover .title {
  color: #0140FF !important;
}
.jpkc_c .sub:hover .author::before {
  background: #0140FF !important;
}
.jpkc_c .sub:nth-child(2n) {
  float: right !important;
}
.jpkc_c .sub {
  width: 580px;
  height: 187px;
  float: left;
  cursor: pointer;
  margin-top: 30px;
}
.jpkc_c .sub .left {
  width: 336px;
  height: 186px;
  background: #D8D8D8;
  border-radius: 14px 0 0px 14px;
  overflow: hidden;
  float: left;
}
.jpkc_c .sub .left img {
  width: 336px;
  height: 186px;
}
.jpkc_c .sub .right {
  width: 243px;
  height: 187px;
  background: #FAFAFA;
  border-radius: 0px 14px 14px 0px;
  padding: 27px 22px;
  float: left;
}
.jpkc_c .sub .right .title {
  width: 198px;
  height: 60px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.jpkc_c .sub .right .author {
  width: 198px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-top: 48px;
  position: relative;
}
.jpkc_c .sub .right .author::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 3px;
  background: #777777;
  margin-top: -8px;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
