/* 头部banner */
/* .topBanner {
  height: 460px;
  background-image: url(../imgs/22.png);
} */
/*价值观价绍 */
.theValueThat {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    align-items: center;
  }
  .theValueThat p {
    text-indent: 2em;
    line-height: 34px;
    letter-spacing: 4px;
    padding: 0px 20px;
  }
  /* 新闻列表 */
  .news h3{
    text-align: center;
    margin: 50px 0px;
  } 
  .newList{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .newList li{
    margin:0 100px;
  }
  .newList li a{
    font-size: 18px;
    font-weight: bold;
  }

  /* 党建内容部分 */
  #partyCont {
    margin: 40px auto;
  }
  #partyCont li {
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
  }
  #partyCont li img {
    width: 100%;
    height: 260px;
  }
  #partyCont li .instructions {
    width: 680px;
    height: 260px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #partyCont li .instructions h1 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
  }
  #partyCont li .instructions .date {
    display: flex;
    justify-content: space-between;
  }
  #partyCont li .instructions .date a{
    color: #333;
  }
  #partyCont li .instructions .date a:hover {
    color: red;
    text-decoration: none;
  }
  /* 分页 */
  #page {
    height: 40px;
    text-align: center;
  }
  