.cjxy {
    float: left;
    width: 100%;
    margin-top: 20px;
    /*background-color: green;*/
}
.cjxy .cjxy-c {
    height: 418px;
    /*padding: 20px 0;*/
    /*background-color: green;*/
}
.cjxy .fnclpic{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /*background-color: red;*/
}
.cjxy .cjxy-c .cjxyit{
    width: 100%;
    /*margin-top: 40px;*/
}

.cjxy .cjxy-c .cjxyit dl {
    float: left;
    width: 374px;
    height: 296px;
    /*background-color: #3a8ee6;*/
    margin-right: 90px;
}
.cjxy .cjxy-c .cjxyit dl dt {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgb(204,204,204);
}
.cjxy .cjxy-c .cjxyit dl dt span{
    float: left;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    border-bottom: 2px solid rgb(9,154,255);
}
.cjxy .cjxy-c .cjxyit dl dt a{
    float: right;
}
.cjxy .cjxy-c .cjxyit dl dd{
    width: 374px;
    height: 35px;
    line-height: 35px;
    float: left;
    /*background-color: #3a8ee6;*/
}
.cjxy .cjxy-c .cjxyit dl dd span{
    color: rgb(153,153,153);
}
.cjxy .cjxy-c .cjxyit dl dd .cjxyity{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #cf9236;
    border-radius: 10px;
    margin-top: 12px;
    margin-right: 10px;
}
.cjxy .cjxy-c .cjxyit dl dd a{
    float: left;
    width: 288px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cjxy .cjxy-c .cjxyit dl dd span{
    float: right;
}

@media (max-width: 768px){
    .cjxy .cjxy-c .cjxyit dl {
        width: 100%;
    }

    .cjxy .cjxy-c .cjxyit dl dd{
        width: 100%;
        /*background-color: #3a8ee6;*/
    }
    .cjxy .cjxy-c .cjxyit dl dd a{
        width: 70%;
    }
    .cjxyity{
        margin-left: 10px;
    }
}

