.gszl_banner {
  margin-bottom: -140px;
}
.gszl_banner img {
  width: 100%;
}
@media (max-width: 1200px) {
  .gszl_banner {
    margin-bottom: 0;
  }
}
.gszl_inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .gszl_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.gszl_box {
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(182, 205, 229, 0.6);
  padding: 30px;
}
.gszl_tab {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.gszl_tab li a:not(.more) {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #808d9f;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.gszl_tab li a:not(.more)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.gszl_tab li.cur a:not(.more) {
  color: #bf191b;
  font-weight: bold;
}
.gszl_tab li.cur a:not(.more)::after {
  background-color: #bf191b;
}
.gszl_list {
  box-sizing: border-box;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gszl_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gszl_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.gszl_list > li:nth-child(n) {
  margin-top: 0;
}
.gszl_list > li:nth-child(n)::after {
  display: block;
}
.gszl_list > li:nth-child(n + 4) {
  margin-top: 15px;
}
.gszl_list > li:nth-child(4) {
  margin-top: 0;
}
.gszl_list > li:nth-child(4n)::after,
.gszl_list > li:last-child::after {
  display: none;
}
.gszl_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gszl_list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gszl_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gszl_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .gszl_list > li:nth-child(n) {
    margin-top: 0;
  }
  .gszl_list > li:nth-child(n)::after {
    display: block;
  }
  .gszl_list > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .gszl_list > li:nth-child(3) {
    margin-top: 0;
  }
  .gszl_list > li:nth-child(3n)::after,
  .gszl_list > li:last-child::after {
    display: none;
  }
  .gszl_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .gszl_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gszl_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gszl_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .gszl_list > li:nth-child(n) {
    margin-top: 0;
  }
  .gszl_list > li:nth-child(n)::after {
    display: block;
  }
  .gszl_list > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .gszl_list > li:nth-child(1) {
    margin-top: 0;
  }
  .gszl_list > li:nth-child(1n)::after,
  .gszl_list > li:last-child::after {
    display: none;
  }
  .gszl_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gszl_list a {
    font-size: 14px !important;
  }
}
.gszl_list li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f7f9fc;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.gszl_list li:hover a {
  background-color: #bf191b;
  color: #fff;
}
