.con-ul-list {
    overflow: hidden;
}

.con-ul-list li {
    float: left;
    -width: 386px;
    list-style: none;
    -margin-right: 10px;
    margin-bottom: 10px;
}

.con-ul-list li li {
    width: auto;
}

.con-li-item {
    background-color: #f3f5f7;
}

.con-li-item .top-img {
    width: 386px;
    height: 247px;
}

.con-li-item .top-img img {
    width: 100%;
    height: 100%;
}

.con-li-item .bot-info {
    font-size: 14px;
    padding: 20px;
    color: #666666;
    background-color: #F3F5F7;
}

.con-li-item .bot-info .c-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
}

.txt-blue {
    color: #0b9ef1;
}

.bot-info ul {
    display: flex;
    justify-content: space-between;
}

.bot-info ul li {
    text-align: center;
}

.s-num {
    padding-top: 5px;
}