/* 头部banner */
/* .topBanner {
  height: 460px;
  background-image: url(../imgs/22.png);
} */
/*价值观价绍 */
.theValueThat {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  /* justify-content: space-between; */
}
/* 党建照片 */
.theValueThat .imgBox{
  width: 40%;
  height: 250px;
  margin: 10px;
}
.theValueThat .imgBox img{
  width: 100%;
  height: 250px;
}