.layout-main {
  background-color: #f6f6f6;
}
.b-bottom-img {
  position: absolute;
  bottom: 0;
  width: 55%;
  z-index: 99;
}
.b-bottom-img img {
  float: left;
  width: 100%;
}
.syfc .ul-list {
  float: left;
  width: 100%;
}
.syfc .ul-list .li-list:nth-of-type(6n) {
  margin-right: 0;
}
.syfc .li-list {
  float: left;
  width: 233px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .syfc .li-list {
    width: 175px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.syfc .li-list img {
  float: left;
  width: 100%;
  height: 339px;
}
@media screen and (max-width: 1600px) {
  .syfc .li-list img {
    height: 255px;
  }
}
.syfc .li-list .person-info {
  float: left;
  width: 100%;
}
.syfc .li-list .person-info .p1 {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.syfc .li-list .person-info .p2 {
  float: left;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .syfc .li-list .person-info .p1 {
    margin-top: 10px;
    font-size: 14px;
  }
  .syfc .li-list .person-info .p2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .syfc .li-list {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .syfc .ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
