.gkxl_content {
  width: 1211px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 60px;
  box-shadow: 1px 2px 5px #ddd;
  padding-top: 10px;
}
@media (max-width: 1211px) {
  .gkxl_content {
    width: 100%;
    padding: 0 20px;
  }
}
.gkxl_content h1 {
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  padding-left: 26px;
  background: url(https://www.qingshan.gov.cn/material/images/locat.png) left no-repeat;
}
.qsgk_banner {
  margin-top: 20px;
}
.qsgk_banner a {
  display: block;
}
.qsgk_banner a img {
  max-width: 100%;
}
.form_btns {
  padding: 0.46rem 0 0.8rem;
  display: flex;
  justify-content: center;
}
.form_btns .btn {
  width: 112px;
  height: 39px;
  max-width: 100%;
  background-color: #2d66a5;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  border-radius: 5px;
  color: #ffffff;
  box-sizing: border-box;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_btns .btn:first-child {
  margin-right: 38px;
}
.form_btns .btn:last-child {
  background-color: transparent;
  border: solid 1px #cccccc;
  color: #666666;
}
.form_btns i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 14px;
}
.form_btns .icon_note {
  width: 21px;
  height: 21px;
  background-image: url(../images/qs_icon03.png);
}
.form_btns .icon_time {
  background-image: url(../images/qs_icon04.png);
}
.forms {
  width: 638px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.forms .form_title {
  margin: 0.5rem 0;
  height: 48px;
  background-color: #f5f5f5;
  border-radius: 24px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #414e5f;
}
.forms form {
  width: 100%;
}
.forms .input-group-addon {
  padding: 5px;
  min-width: 98px;
  height: 38px;
  box-sizing: border-box;
}
.forms .input-group-addon img {
  width: 100%;
  height: 100%;
}
.forms input.form-control {
  height: 38px;
}
.forms .form-group {
  margin-bottom: 20px;
}
.forms .refresh_btn {
  height: 38px;
  display: flex;
  align-items: flex-end;
}
.forms .refresh_btn a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1a56a8;
}
