.title h1 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.title .mline {
  width: 113px;
  margin: auto;
  height: 1px;
  margin-top: 20px;
  background-color: #e1e1e1;
}
.title {
  text-align: center;
  margin-top: 80px;
}
.khlist-main ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.khlist-main ul li {
  width: 18.5%;
  height: 181px;
  background-color: #ffffff;
  border: solid 1px #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .khlist-main ul li {
    height: 150px;
  }
  .khlist-main .title {
    margin-top: 65px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .khlist-main ul li {
    height: 130px;
    width: 24%;
  }
  .title {
    margin-top: 45px;
  }
  .title h1 {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .khlist-main ul li {
    height: 130px;
    width: 32%;
  }
  .title {
    margin-top: 30px;
  }
  .title h1 {
    font-size: 25px;
    line-height: 25px;
    color: #333333;
  }
}
