.breadCrumbBg {
  width: 100%;
  height: 50px;
  margin-top: 84px;
}

.breadCrumbInner {
  padding: 16px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 19px;
}

.breadCrumbInner a {
  font-size: 14px;
  text-decoration: none;
  color: #4A4A4A;
  letter-spacing: 0;
}
.tjck{
  width: 1148px;
  margin: auto;
}
.tjck h3{
    margin: 10px 0px 20px 0px;
    font-size: 24px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 50px;

}
.tjck ul li:last-of-type {
    margin-right: 0;
}
.tjck ul li:hover {
    box-shadow: 0 10px 25px 0 rgb(254,243,237);
}
.tjck ul li {
    list-style-type: none;
    width: 203px;
    height: 195px;
    border-top: 9px solid #17AB93;
    box-shadow: 0 10px 25px 0 rgba(170,170,170,0.42);
    float: left;
    margin-right: 40px;
    padding: 20px 21px 33px 31px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.tjck ul li img {
    width: 26px;
    height: 26px;
    margin: 0 auto 6px;
}
.tjck ul li h4 {
    font-size: 17px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 33px;
    height: 58px;
}
.tjck ul li p {
    font-size: 14px;
    color: #7A7A7A;
    letter-spacing: 1px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tjck ul li div {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 1px;
}
.tjck ul li div span {
    font-size: 20px;
    color: #FF3636;
    letter-spacing: -0.5px;
}