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