#zscqfwzq {
  position: relative;
}
.zscq_banner {
  width: 100%;
  min-width: 1200px;
  height: 750px;
  background: url(../../images/zscqfwzq/zscq_banner.png) no-repeat center center;
}
.zscq_banner .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 538px;
}
.zscq_titie {
  text-align: center;
  padding-top: 40px;
}

.zscq_list {
  display: grid;
  
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.zscq_list .item {
  position: relative;
}
.zscq_list .item .bar {
  border: 1px solid #d4edff;
}
.zscq_list .item .pic {
  height: 160px;
  border-bottom: 1px solid #d4edff;
}
.zscq_list .item .pic img {
  width: 100%;
  height: 160px;
}
.zscq_list .item .item_tt {
  text-align: center;
  padding: 10px 20px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #030000;
}
.zscq_list .item .sub_tt {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  columns: #929a9c;
  font-size: 14px;
}
.zscq_list .item .more {
  margin: 10px auto 15px;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #238af8;
  font-size: 14px;
  border: 1px solid #238af8;
  border-radius: 30px;
}

.bottom_more{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #021632;
    font-size: 14px;
    border: 1px solid #d4edff;
    border-radius: 30px;
    background-color: #eff8ff;
    margin: 20px auto 40px;
}
