ul li{
    list-style: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
    color: #000000;
}
span{
	display: inline;
}
table{margin: 0 auto;}
 
  input {
    outline: none;
  }
  body{
    background: none;
    min-width: unset;
  }
  .header {
        height: 44px;
        line-height: 44px;
        background: unset;
        background-color: #3c78a7;
    }
.go_back_sy{
    width: 1191px;
    margin: 0 auto;
    padding-top: 20px;
  }
 .zfgb-page {
    background-image: url(zfgb-bg.png);
    background-color: #fff;
}

.zfgb-main {
    width: 1200px;
    margin: 0 auto;
}
.blue-background-effect {
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #1767B0;
    height: 40px;
    border-radius: 13px;
}
.main-content {
    width: 100%;
    border: 1px solid #E0E0E0;
    min-height: 200px;
    border-radius: 12px;
    background-color: #fff;
    margin-top: -26px;
    box-shadow: 0px 10px 7px 6px #e0e0e075;
    margin-bottom: 15px;
}
.zfgb-center_position {
    width: 100%;
    padding: 10px 15px 15px;
    border-bottom: 1px solid #ccc;
}
.zfgb-center_position_bj {
    width: 13px;
    height: 16px;
}
.zfgb-center_position a {
    margin: 0 10px;
    font-family: 'SimSun', 'fangsong';
}
.gb_zw_new {
  width: 100%;
  padding: 20px 90px;
    padding-bottom: 20px;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  padding-bottom: 15px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 60px;
}
.zfgb-xq-title {
  font-size: 30px;
  width: 80%;
  text-align: center;
  margin: 50px auto 20px;
}
@media screen and (max-device-width: 767px) {
.header {
    height: 0.4rem;
}
.go_back_sy{
  width: 100%;
  padding: 0.1rem;
  font-size: 0;
}
.go_back_sy img {
    width: 44%;
}  
.zfgb-top {
    width: 100%;
    height: 3rem;
    background-size: 80%;
}
.zfgb-main {
    width: 97%;
}
.main-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.gb_zw_new{
  padding: 0.2rem 0.2rem;
}
.zfgb-center_position_bj {
    width: 0.22rem;
    height: 0.28rem;
}
.zfgb-center_position{
  line-height: 0.35rem;
}
.gb_zw_new p, .gb_zw_new span {
    font-size: 0.35rem !important;
}
}