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