.kfkt {
  padding: 0 100px;
  width: 100%;
}
.kfkt h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 36px;
  text-align: center;
}
.kfkt h5 {
  margin-top: 39px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  height: 32px;
  line-height: 32px;
}
.kfkt h5 span {
  margin-right: 50px;
}
.kfkt h5 time:hover {
  cursor: pointer;
  color: #005ABF;
}
.kfkt .bldiv {
  margin-top: 45px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.kfkt .bldiv h4 {
  margin-bottom: 20px;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.kfkt .bldiv p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.kfkt .bldiv p span {
  margin-left: 50px;
  color: #AAAAAA;
  margin-right: 20px;
  min-width: 200px;
}
.kfkt .bldiv p span:first-child {
  margin-left: 0;
}
.kfkt ul {
  padding: 0 110px;
}
.kfkt ul .prev {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
.kfkt ul .prev:before {
  content: "<";
  font-weight: bold;
}
.kfkt ul .next {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
.kfkt ul .next:before {
  content: ">";
  font-weight: bold;
}
.kfkt ul .slick-arrow {
  background-color: #fff;
  font-family: monospace;
  font-weight: 100;
  font-size: 20px;
  color: #333;
  outline: none;
  z-index: 111;
  opacity: 0.95;
  text-align: center;
}
.kfkt ul .next:hover,
.kfkt ul .prev:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #005ABF;
  border: 1px solid #005ABF;
}
.kfkt ul .line-left,
.kfkt ul .line-right {
  float: left;
  margin-left: 20px;
  margin-top: 44px;
  width: calc(50% - 80px);
  height: 1px;
  background-color: #EEEEEE;
}
@media screen and (max-width: 1600px) {
  .kfkt {
    padding: 0 60px;
  }
  .kfkt .bldiv p span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .kfkt {
    padding: 0 0px;
  }
}
