﻿body {
    background-color: #f0f0f0;
}

.top-img {
    display: block;
    width: 100%;
}

.content {
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}

.subtitle {
    line-height: 39px;
    font-size: 16px;
    color: #333;
}

.separator {
    height: 1px;
    background-color: #ddd;
    zoom: 0.5;
}

.text {
    padding: 7px 0 9px 0;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.border-all {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    border-image: url(http://changba.com/images/appmall/border.png?ver=1.0.0) 2 repeat;
    vertical-align: top;
}

.video {
    width: 100%;
    margin-bottom: 10px;
}

#hotUserList {
    margin-right: -5px;
    padding-top: 10px;
}

.hot-user-item {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 5px;
    padding-bottom: 8px;
}

.user-link {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 18px;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

    .user-link > img {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

.user-name {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom {
    position: relative;
    padding: 0 10px;
    margin-top: -10px;
    height: 40px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.bottom-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    margin: auto;
    background-color: #dddddd;
}

.bottom-text {
    position: relative;
    width: 208px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #f0f0f0;
    z-index: 1;
}