.c-content .bbs-content-ul {
    width: 1020px;
    height: auto;
}

.c-content .bbs-content-ul li {
    width: 100%;
    height: 50px;
}

.c-content .bbs-content-ul li a {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.c-content .bbs-content-ul li a:hover {
    color: #0185FF;
}

.c-content .bbs-content-ul img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.c-content .bbs-content-ul .user-area {
    width: 128px;
    height: 50x;
    display: flex;
    flex-direction: column;
}

.c-content .bbs-content-ul .title {
    width: 890px;
    height: 50x;
    margin-left: 8px;
    border: 0px;
    font-size: 16px;
}

.c-content .bbs-content-ul .user {
    width: 128px;
    height: 25px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.c-content .bbs-content-ul .date {
    width: 128px;
    height: 25px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}