.index {
  background-color: #fff;
  width: 100%;
  min-width: 1230px;
}
.main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 50px 0 110px;
}
.main-bg {
  width: 100%;
  height: 300px;
  background: url(czbanner.jpg) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.common-style .bar-a {
  padding: 18px 21px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #404040;
}
.bar-style .cur {
  background-color: #115db2;
  color: #fff;
  font-weight: bold;
}
.all-list {
  width: 100%;
  background: #f4f4f4;
  padding: 31px 20px 51px;
}
.all-list .middle-content {
  display: none;
}
.all-list .middle-content-show {
  display: block;
}
.list {
  width: 100%;
}
.list .list-a {
  display: block;
  line-height: 55px;
  height: 55px;
  position: relative;
  padding-left: 15px;
}
.list .list-a:nth-of-type(5n) {
  border-bottom: dashed 1px #cdcdcd;
}
.list .list-a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #404040;
  top: 26px;
  left: 0;
  border-radius: 50%;
}
.list .list-a .title {
  font-size: 16px;
  color: #404040;
  width: 1000px;
  display: inline-block;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.list .list-a .time {
  font-size: 16px;
  float: right;
  color: #999999;
}
.list .list-a:hover .title {
  color: #115db2;
}
.list .list-a:hover .time {
  color: #115db2;
}
.ym {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .index {
    width: 100%;
    min-width: auto;
  }
  .main {
    width: 100%;
    padding: 20px;
    overflow: auto;
  }
  .main-bg {
    background-size: 100% 100%;
    height: 120px;
  }
  .main-bg .title {
    font-size: 24px;
  }
  .main-bg .title::after {
    display: none;
  }
  .common-style .bar-a {
    width: 100%;
    margin-bottom: 10px;
  }
  .common-style {
    display: block;
  }
  .all-list .middle-content {
    width: 100%;
  }
  .all-list {
    width: 100%;
    overflow: auto;
  }
  .list .list-a .title {
    width: 100%;
  }
  .list .list-a .time {
    display: none;
  }
  .default_pgPanel > tbody > tr > td:first-child {
    display: none;
  }
  .default_pgPanel > tbody > tr > td:last-child {
    display: none;
  }
}
