.biggie_row {
    width: 100%;
    padding-top: 50px;
}

.col-xs-8 {
    width: 27%;
    text-align: center;
    float: left;
    margin: 20px 30px 60px 40px;
}

.biggie_wrap {
    height: 320px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
}

.biggie_wrap a:hover {
    text-decoration: none;
}

.biggie_wrap .avatar {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin: -40px 0 10px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.biggie_wrap h4 {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.biggie_wrap .description {
    margin-top: 20px;
}

.biggie_wrap hr {
    border-color: #eaeaea;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}

.biggie_wrap .meta {
    float: left;
    margin-top: -29px;
    padding-right: 10px;
    font-size: 12px;
    color: #969696;
    background-color: #f8f8f8;
}

.biggie_wrap .new {
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.clearfix {
    clear: both;
}

.biggie_list_wrap {
    margin-top: 50px;
    margin-bottom: 20px;
    height: 160px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
}

.biggie_list_wrap a:hover {
    text-decoration: none;
}

.biggie_list_wrap .avatar {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin: -40px 0 10px;
    display: inline-block;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
    cursor: pointer;
}

.biggie_list_wrap h4 {
    font-size: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.biggie_list_wrap .description {
    margin-top: 20px;
}

.biggie_list_wrap hr {
    border-color: #eaeaea;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}

.biggie_list_wrap .meta {
    float: left;
    margin-top: -29px;
    padding-right: 10px;
    font-size: 12px;
    color: #969696;
    background-color: #f8f8f8;
}

.biggie_list_wrap .new {
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
