.main{
    margin-top: 30px !important;
    margin-bottom: 32px !important;
}
ul li{
    cursor: pointer;
}
.tit{
    height: 55px;
    line-height: 55px;
    color: #bd1b2b;
    font-weight: 500;
    font-size: 20px;
    padding-left: 66px;
    position: relative;
    background-color: #f5f5f5;
    cursor: default;
}
.tit i{
    width: 20px;
    height: 19px;
    position: absolute;
    left: 30px;
    top: 17px;
    background: url(/zcimages/jgtit_bg.png) no-repeat;
}

.con ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.con ul li {
    width: 282px;
    height: 67px;
    box-sizing: border-box;
    line-height: 67px;
    padding-left: 20px;
    position: relative;
}
.con ul li::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background:url(/zcimages/jgli_bg.png) no-repeat; 
    position: absolute;
    top: 30px;
    left: 0;
}
.con ul li:nth-child(4n){
    width: 303px;
}
/* .con ul li:nth-child(4n){
    width: 303px;

} */