@charset "utf-8";
.ysq-three {
    border-top: 2px solid #238de2;
}
.ysq-three-tit {
    background:  center no-repeat;
    height: 50px;
    margin: -23px auto 20px;
}
.ysq-before {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    line-height: 25px;
}
.ysq-before p{
font-size:16px;
line-height:36px;
}
.ysq-tab {
    width: 90%;
    margin: 0 auto;
}
.gk-ysq {
    overflow: hidden;
}

.gk-ysq li {
    width: 25%;
    float: left;
    text-align: center;
}
.gk-ysq li a span {
    display: inline-block;
    width: 145px;
    height: 145px;
    background: url(/uploads/image/igk/yqf-type-ico.png) no-repeat;
}
.gk-ysq li a p {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #2b2b2b;
}
.gk-ysq li a .ysq-zx {
    background-position: -1px -1px;
}
.gk-ysq .default a .ysq-zx {
    background-position: -1px -148px;
}
.gk-ysq li a .ysq-yx {
    background-position: -283px -1px;
}
.gk-ysq .default a .ysq-yx {
    background-position: -283px -148px;
}
.gk-ysq li a .ysq-dh {
    background-position: -564px -1px;
}
.gk-ysq .default a .ysq-dh {
    background-position: -564px -148px;
}
.gk-ysq li a .ysq-bg {
    background-position: -833px -1px;
}
.gk-ysq .default a .ysq-bg {
    background-position: -833px -148px;
}
#gk-ysq {
    width: 50%;
    height: 70px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
    line-height: 70px;
    margin: 20px auto;
    background: #f4f4f4;
}
#gk-ysq p {
    width: 100%;
    display: inline-block;
}
#gk-ysq p a{
    color: #2b2b2b;
}

/*依申请公开申请方式弹窗样式*/
.popup-box {
    display: none;
    width: 500px;
    height: 180px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -250px;
    margin-top: -90px;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 10px 10px;
}
.popup-box > h1 {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1659b2;
    font-size: 18px;
    color: #fff;
}
.popup-box .close-popup {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.popup-box > .popup-con {
    padding: 10px 20px 20px;
    display: none;
    font-size: 16px;
    line-height: 1.5em;
}
.popup-bg {
    display: none;
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}
@media (max-width: 750px){
    .ysq-before {
        width: 100%;
    }
    .gk-ysq li {
        width: 50%;
    }  
.popup-box{
     width: 75%;
     left: 73%;
     height:auto;
    }
}
@media (max-width: 414px){
    .popup-box {
      width: 75%;
      left: 78%;
      height: auto;
   }
}
@media (max-width: 375px){
    
}