.xsfc h4 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.xsfc .ul-list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.xsfc .ul-list .li-list:hover .pp {
  color: #1792e5;
}
.xsfc .ul-list .li-list {
  float: left;
  width: 386px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.xsfc .ul-list .li-list .photo {
  width: 100%;
  height: 205px;
  background-color: #e0e0e0;
}
.xsfc .ul-list .li-list .pp {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1280px) {
  .xsfc .ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .xsfc .ul-list .li-list {
    margin: 10px 10px;
  }
  .xsfc .ul-list .li-list .photo {
    /* height: auto; */
  }
}
