.hjcd{
    width: 100%;
}

.hjcd li{
    float: left;
    list-style: none;
    width: 24%;
    background-color: #fff;
    margin: 0 1.2% 0 0!important;
    padding-top: 5px;
}

.hjcd li:nth-child(4){
    margin-right: 0%!important;
}
.hjcd li a{
    display: block;
    width: 98%;
    margin: 0 auto;
    color: #333;
}
.hjcd li .chptp{
    width: 100%;
}

.hjcd li .chptp img{
    width: 100%;
}

.hjcd li .hjbt{
    text-align: center;
    font-size: 26px;
    margin-top: 6px;
}

.hjcd li p{
    height: 200px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .hjcd{
      margin: 0 0 0 0!important;
      padding: 0 0 0 0!important;
    }
    .hjcd li{
        width: 100%;
        margin: 3% 0% 0 0!important;
    }
}