@charset "UTF-8";
/* 和田地区涉企行政检查公示专栏 */

.sqgs-banner {
  width: 100%;
  height: 152px;
  background: url(../images/sqgs_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.sqgs-banner span {
  font-size: 42px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.sqgs-channels {
  margin: 0 -20px;
  margin-bottom: 20px;
}
.sqgs-channels li {
  width: 16.666666%;
  padding: 0 20px;
  float: left;
}
.sqgs-channels li a {
  display: block;
  border: 1px solid #6eb0fd;
  text-align: center;
  padding: 20px 0;
  transition: 0.3s;
}
.sqgs-channels li a:hover {
  box-shadow: 0px 4px 23px 0px rgba(152, 152, 152, 0.5);
}
.sqgs-channels li img {
  width: 150px;
  height: 105px;
}
.sqgs-channels li span {
  margin-top: 20px;
  display: block;
}

.area-wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: #f4f5f7;
  border: 1px solid #dadadc;
  padding: 20px;
  margin-bottom: 20px;
  gap: 20px;
}
.area-wrap a {
  display: block;
  width: calc((100% - 60px) / 4);
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 4px 11px 0px rgba(146, 146, 146, 0.25);
  border-radius: 30px 0px 30px 0px;
  text-align: center;
  line-height: 56px;
  transition: 0.3s;
}
.area-wrap a:hover {
  box-shadow: 0px 4px 11px 0px rgba(146, 146, 146, 0.5);
}

@media screen and (max-width: 1200px) {
  .sqgs-channels li {
    width: 33.333333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sqgs-banner {
    height: 112px;
  }
  .sqgs-banner span {
    font-size: 26px;
    width: 90%;
    text-align: center;
  }
  .sqgs-channels li {
    width: 50%;
    padding: 0 10px;
  }
  .sqgs-channels li img {
    width: 100%;
    height: auto;
  }

  .area-wrap a{
    width: calc((100% - 30px) / 2);
  }
}
