* {
  box-sizing: border-box;
}
.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.yfcg {
  padding-top: 150px;
  padding-bottom: 100px;
}
.yfcg .content h2 {
  font-size: 42px;
  color: #0f358e;
  font-weight: 500;
  text-align: center;
}
.yfcg .content .yfcg-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
.yfcg .content .yfcg-list .item {
  width: 29%;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 3% 0;
  margin-right: 6%;
}
.yfcg .content .yfcg-list .item .item-image {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.yfcg .content .yfcg-list .item .item-image img {
  width: 100%;
}
.yfcg .content .yfcg-list .item .item-title {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 20px;
}
.yfcg .content .yfcg-list .item .item-tip {
  text-align: center;
  font-size: 16px;
  color: #A58F5A;
  margin-top: 15px;
  opacity: 0.5;
}
.yfcg .content .yfcg-list .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .yfcg {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .yfcg .content h2 {
    font-size: 6vw;
    color: #0f358e;
    font-weight: 500;
    text-align: center;
  }
  .yfcg .content .yfcg-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .yfcg .content .yfcg-list .item {
    width: 94%;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 5vw;
    margin: 3%;
  }
  .yfcg .content .yfcg-list .item .item-image {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }
  .yfcg .content .yfcg-list .item .item-image img {
    width: 100%;
  }
  .yfcg .content .yfcg-list .item .item-title {
    margin-top: 3vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 2vw;
  }
  .yfcg .content .yfcg-list .item .item-tip {
    text-align: center;
    font-size: 3.5vw;
    color: #A58F5A;
    margin-top: 2vw;
    opacity: 0.5;
  }
  .yfcg .content .yfcg-list .item:nth-child(3n) {
    margin-right: 3%;
  }
}
