.listBox .lf {
  background-color: #fff;
  width: 910px;
  /* padding: 0 20px; */
}
.listBox .lf .listCon li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}
.listBox .lf .listCon li:first-child {
    padding-top: 0;
}
.listBox .lf .listCon li
/* .listBox .lf .listCon li:last-of-type {
  border-bottom: 1px solid #E5E5E5;
} */
/******************** 分页 *********************/
/*.pageBox {*/
/*  padding: 50px 0;*/
/*}*/
/*.pageBox p {*/
/*  display: inline-block;*/
/*  transform: translateX(50%);*/
/*}*/
/*.pageBox p a,*/
/*.pageBox p span {*/
/*  width: 40px;*/
/*  line-height: 40px;*/
/*  height: 40px;*/
/*  background: #fff;*/
/*  border: 1px solid #E5E5E5;*/
/*  display: block;*/
/*  float: left;*/
/*  -webkit-border-radius: 4px;*/
/*  -moz-border-radius: 4px;*/
/*  border-radius: 4px;*/
/*  margin-right: 8px;*/
/*  text-align: center;*/
/*  font-size: 14px;*/
/*  color: #666;*/
/*}*/
/*.pageBox p a.next,*/
/*.pageBox p span.next {*/
/*  background-image: url("../images/next_1.png");*/
/*}*/
/*.pageBox p a.next:hover,*/
/*.pageBox p span.next:hover {*/
/*  background-image: url("../images/next_2.png");*/
/*}*/
/*.pageBox p a.prev,*/
/*.pageBox p span.prev {*/
/*  background-image: url("../images/prev_1.png");*/
/*}*/
/*.pageBox p a.prev:hover,*/
/*.pageBox p span.prev:hover {*/
/*  background-image: url("../images/prev_2.png");*/
/*}*/
/*.pageBox p a.next,*/
/*.pageBox p span.next,*/
/*.pageBox p a.prev,*/
/*.pageBox p span.prev {*/
/*  background-size: 10px 17px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*}*/
/*.pageBox p a:last-of-type {*/
/*  margin-right: 0;*/
/*}*/
/*.pageBox p a:hover,*/
/*.pageBox p a.focus {*/
/*  background-color: #C8201E;*/
/*  border: 1px solid #C8201E;*/
/*  color: #fff;*/
/*}*/
/*# sourceMappingURL=infoList.css.map */