.content-img-box .bg {
  display: block;
  width: 100%;
}
.content-img-box .content-box h1:after {
  height: 0;
}
.tab-content {
  margin-bottom: 90px;
}
.content-row {
  width: 66%;
  margin: 0 auto;
}
.content-row h2 {
  margin-bottom: 52px;
  font-weight: bold;
  padding: 0;
}
.content-row h2:after {
  height: 0;
  margin: 0;
  left: 0;
}
.content-row h3,
.content-row h4 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.content-row .title {
  margin-bottom: 52px;
  font-weight: bold;
  font-size: 34px;
}
.content-row p {
  margin-bottom: 20px;
  line-height: 1.95em;
  text-align: left;
  text-indent: 0em;
}
.content-row .photo {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 130%;
  margin-left: -15%;
}
.mask-pop {
  display: none;
}
.popup {
  display: none;
}
@media (max-width: 992px) {
  .tab-content {
    margin-bottom: 45px;
  }
  .content-row {
    width: 100%;
    margin: 0 auto;
  }
  .content-row h2:after {
    margin: 0;
    left: 0;
  }
  .content-row .title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .content-row .text {
    text-align: left;
    margin-bottom: 20px;
  }
  .content-row .photo {
    float: none;
    width: 100%;
    margin: 5px 0 25px 0;
  }
  .mask-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .mask-pop img {
    width: 100%;
    height: 100%;
  }
  .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .popup img {
    width: 100% ;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
/*# sourceMappingURL=./government.css.map */

.tab-content.tabs-fixed {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .ul-list-style .tab-content.tabs-fixed{
      padding-top: 30px;
  }
}