.resource-item {
    text-align: center;
    margin-right: 20px;
    background-color: #1f983f;
    color: #f1f1f3;
    float: right;
    width: 80px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #7b7878;
}

.text1 {
    font-size: 12px;
    color: #B0AFB2;
}

.username {
    font-size: 12px;
    color: #787d82;
    line-height: 14px;
    height: 14px;
}

.comment {
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    margin-top: 10px;
}

.comment-item {
    width: 680px;
    margin: 0px auto;
    padding-bottom: 42px;
    border-bottom: 1px solid #DDD;
}

.answer {
    padding-left: 18px;
    margin-top: 38px;
    width: 621px;
    height: 49px;
    background-color: rgb(242, 242, 242);
    font-size: 14px;
    color: #999999;
    line-height: 49px;
}