.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {display: table;content: " ";}
.clearfix,.clearfix:after,.container:after,.container-fluid:after,.row:after{clear: both;}
.clearfix,.container,.container-fluid,.row{*zoom:1;}
.jgzn_div{
    margin-top: 25px;
}
.jgzn_div .title{
    width: 100%;
    height: 48px;
    background-color: #f2f2f2;
}
.jgzn_div .title p{
    width: 164px;
    height: 100%;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    background-color: #2778bd;
}
.jgzn_div ul{
    margin-top: 25px;
}
.jgzn_div ul li{
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    width: 25%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: url(../images/icon/jt.png) no-repeat 5px center;
}
.jgzn_div ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 720px){
    .jgzn_div ul li{
        width: 50%;
    }
}