.comlist {
    display: none;
}

.comlist2 {
    /*display: block;*/
}

.comlist2 .imglist .ilist {
    height: 245px;
}

.comlist2 .imglist .ilist img {
    display: block;
    height: 165px;
}

.comlist2 .imglist .ilist .iContin {
    width: 100%;
    height: 35px;
    background: #f1f1f1;
}

.comlist2 .imglist .ilist .iContin p {
    width: 128px;
    font-size: 16px;
    color: #2c2c2c;
    text-align: center;
    line-height: 45px;
    float: left;
}

.comlist2 .imglist .ilist .iContin .p2 {
    color: #de5152;
    cursor: pointer;
}

.comlist2 .imglist .ilist .iContin .xtx {
    width: 70px;
    height: 70px;
    position: relative;
    top: -35px;
    float: left;
    border: 2px solid #FFF;
}

.comlist2 .imglist .ilist .name {
    width: 310px;
    height: 45px;
    padding: 0 10px;
    background: #f1f1f1;
    font-size: 16px;
    line-height: 45px;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.comlist .ilist .iType{
    width: 50px;
    height: 30px;
    background-color: #de5152;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: rgba(228, 0, 0, 0.61);
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.comlist .ilist .iStatus{
    width: 80px;
    height: 30px;
    background-color: #de5152;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: rgba(228, 0, 0, 0.61);
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.comlist .ilist .iType1{
    width: 66px;
    height: 30px;
    background-color: #de5152;
    background: rgba(228, 0, 0, 0.61);
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}