@charset "UTF-8";
/**!
 * 许昌市政府规章
 * date:2022-12-20
 * author: qcn;
 */
@font-face {
  font-family: fzxbsjw;
  src: url("./font/fzxbsjw.woff");
}

body {
  background: #f1f1f1;
}

.main {
  width: 1122px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding-top: 60px;
}

.government span {
  display: inline-block;
  vertical-align: top;
  height: 77px;
  padding-left: 95px;
  line-height: 77px;
  font-family: "fzxbsjw";
  font-size: 40px;
  color: #fd0003;
  background: url("/images/govxxgkzcgz/icon.png") no-repeat left center;
}

.main .btn {
  float: right;
   display: inline-block;
  width: 90px;
  height: 38px;
   margin-right: 12px;
  line-height: 36px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .btn-box {
  margin-top: -15px;
  padding-bottom:15px;
   border-bottom: 5px solid #015293;
}

.file {
  padding-bottom: 70px;
  border-bottom: 5px solid #015293;
}

.file .title {
  color: #333;
  max-width: 85%;
  font-size: 28px;
  margin: 55px auto 14px;
  font-family: 'fzxbsjw';
  line-height: 37px;
}

.file .subtitle {
  color: #333;
  font-size: 18px;
}

.file .chapter {
  color: #333;
  font-size: 21px;
  margin: 63px 0 47px;
  font-weight: bold;
}

.file .paragraph {
  color: #333;
  margin: 0 72px;
  font-size: 21px;
  text-align: initial;
  line-height: 38px;
  text-indent: 2em;
}

.file .paragraph-title {
  margin-right: 5px;
  font-weight: bold;
}

.author {
  display: block;
  padding-right: 80px;
  line-height: 113px;
  text-align: right;
  color: #015293;
  font-size: 28px;
  font-family: "fzxbsjw";
  border-top: 5px solid #015293;
}

/* 尾部 */
/* footer */
#footer {
  position: relative;
  z-index: 200;
  min-height: 110px;
  background: #fff;
}

.footer {
  margin-top: 17px;
  background: #f5f5f5;
}

.footer-left {
  float: left;
  width: 800px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}

.footer-item.links {
  line-height: 34px;
}

.footer-item.links a {
  position: relative;
  float: left;
  margin-left: 22px;
}

.footer-item.links a::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 10px;
  display: block;
  width: 2px;
  height: 15px;
  background: url("../images/footer_sx.jpg") no-repeat;
}

.footer-item.links a:first-child {
  margin-left: 0;
}

.footer-item.links a:first-child::before {
  display: none;
}

.footer-item a {
  color: #999;
}

.footer-item a:hover {
  color: #376cb0;
}

.footer-item .gongan {
  padding-left: 23px;
  background: url("../images/gongan.png") left center no-repeat;
}

.footer-right {
  float: right;
  margin-top: 19px;
}

.footer-icon {
  float: left;
  margin-left: 40px;
}

.footer-icon:first-child {
  margin-left: 0;
}

.footer-icon.icon1 {
  height: 62px;
  padding-right:20px;
}

.footer-icon.icon2 {
  width: 54px;
  height: 63px;
}

.footer-icon.icon3 {
  margin-top: 4px;
  width: 107px;
  height: 51px;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.ewb-footer {
    background: #333;
    margin-top: 20px;
}

.ewb-foot-a {
    line-height: 38px;
    border-bottom: 1px solid #5c5c5c;
    font-size: 16px;
    padding-top: 20px;
}

.ewb-foot-a a {
    color: #fff;
}

.ewb-footer-aa {
    color: #fff;
}

.ewb-foot-a span {
    padding: 0 20px;
    color: #9a9a9a;
}

.ewb-foot-copy {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    height: 124px;
    position: relative;
}

.ewb-foot-copy p span {
    margin-right: 20px;
}

.ewb-foot-copy p span img {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 4px;
}

.ewb-foot-img1,
.ewb-foot-img2 {
    display: block;
    position: absolute;
}

.ewb-foot-img1 {
    right: 152px;
    top: 30px;
}

.ewb-foot-img2 {
    right: 0;
    top: 30px;
}

.foot-icon {
    width: 24px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 979px) {
    .ewb-foot-a span {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    /* footer */
    .ewb-footer {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .ewb-foot-a {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .ewb-foot-copy {
        height: auto;
        line-height: 24px;
    }
    .ewb-foot-img1,
    .ewb-foot-img2 {
        position: static;
        display: inline-block;
    }
    .ewb-foot-img {
        text-align: center;
        margin-top: 10px;
    }
    .ewb-foot-copy p span {
        margin-right: 0;
        display: block;
    }
}