/* CSS Document */
.box {
    float: left;
    width: 900px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    _height: 100%;
}

.picbox {
    width: 900px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.piclist {
    height: 378px;
    position: absolute;
    left: 0px;
    top: 0px
}

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0px
}

.og_prev, .og_next {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 81px;
    z-index: 99;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.og_prev {
    background: url(../../common/images/bannerprev.png) no-repeat;
    background-size: cover;
    left: 6px;
}

.og_next {
    background: url(../../common/images/bannernext.png) no-repeat;
    background-size: cover;
    right: 6px;
}

.item_user {
    float: left;
    width: 278px;
    height: 378px;
    border: 1px solid #e9e9e9;
    margin-right: 30px;
}

.info {
    position: relative;
    display: block;
    width: 278px;
    height: 212px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background: rgba(179, 158, 134, 0.25);
}

.portrait {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 37px auto 28px;
}

.portrait img {
    display: block;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.75);
    height: 110px;
    border-radius: 110px;
}

.infotitle {
    color: #666666;
    font-size: 14px;
}

.item_user .name {
    color: rgba(108, 78, 43, 1);
    font-size: 16px;
}