.main{
    margin-top: 30px;
    padding: 25px;
    background-color: #fff;
    min-height: 665px;
}
.jgznlist .title{
    margin-top: 30px;
    width: 170px;
    height: 53px;
    line-height: 53px;
    color: #F2F2F2;
    text-align: center;
    font-size: 22px;
    background-color: #4287EA;
    border-radius: 10px;
}
.jglist {
    margin-top: 20px;
}
.jglist li{
    float: left;
    width: 24.5%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}
.jglist li a{
    position: relative;
    display: block;
    padding-left: 25px;
    width: 100%;
    height: 100px;
}
.jglist li a::before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 32px;
    left: 0px;
}
.jgznlist .bumen{
    width: 98%;
    /* background: url(../images/zwgk/jgznbmbg.png) no-repeat; */
    margin-top: 25px;
    /* border-bottom: 2px solid #eee; */
}
.jgznlist .jiedao{
    width: 1423px;
    /* background: url(../images/zwgk/jgznjdbg.png) no-repeat; */
    padding-top: 33px;
    /* border-bottom: 2px solid #eee; */
}
.jgznlist .bumen h3{
    display: block;
    font-size: 30px;
    text-align: center;
    color: #0a5491;
    height: 60px;
    line-height: 60px;
    /* background: url(../images/zwgk/jgznh3bg.png)no-repeat; */
    background-position:center;
}
.jgznlist .bumen p{
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-top: 53px;
    /* background-image:url(../images/zwgk/jgzntit_bg.png) ;
    background-repeat: no-repeat;
    padding-left:70px; */
    /* background-color: #eee; */
    background: #f1f1f1;
}
.jgznlist .jiedao p{
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    /* background-image:url(../images/zwgk/jgzntit_bg.png) ; */
    /* background-repeat: no-repeat;
    padding-left:70px; */
    background: #f1f1f1;
}
.jgznlist .bumen p font,
.jgznlist .jiedao p font{
    display: block;
    width: 160px;
    height: 55px;
    background: #0a5491;
    font-size: 26px;
    /* font-family: Microsoft YaHei UI; */
    font-weight: bold;
    /* color: rgba(255,255,255,1); */
    line-height: 55px;
    box-sizing: border-box;
    text-align: center;
}
.commonlist{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 44px;
    margin-bottom: 15px;
}
.commonlist li{
    float: left;
    width: 243px;
    height: 51px;
    text-align: left;
    line-height: 51px;
    padding-left: 60px;
    border-radius: 5px;
    margin: 10px 20px;
    /* background: #e2f0ff url(../images/zwgk/bluesjbg.png) no-repeat 40px 20px; */
}
.commonlist li a{
    color: #0a5491;
    font-size: 18px;
    font-weight: bold;
}
@media(max-width:1500px){
    .jgznlist .bumen{
        width:100%;
        /* background: url(../images/zwgk/jgznbmbg.png) 50% no-repeat; */
        }

.jgznlist .jiedao{
    width: 100%;
     /* background: url(../images/zwgk/jgznjdbg.png) 50% no-repeat; */
    }
    .commonlist li{
    width: 23%;
    margin: 10px 9px;
    }
}
@media(max-width:1200px){
    .commonlist li{
    margin: 10px 9px;
    }
}
@media(max-width:1024px){
    .commonlist li{
        padding-left: 25px;
        background-position-x: 10px;
    }
}
@media(max-width:768px){
   
    .jgznlist .bumen{
        background:none;
    }
    .jgznlist .jiedao{
     background:
     none;
     padding-top: 0px;
    }
    .jgznlist .bumen h3,.jgznlist .bumen p,.jgznlist .jiedao p{
        /* color: #000; */
        margin-top: 20px;
    }
    .commonlist{
        margin-top:10px
    }
     .commonlist li{
        width: 50%;
        padding: 0px;
        float: left;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }
}