/*关注人资料*/
.concernMess {
    background: #fff;
    overflow: hidden;
}

.concernMess .messBox {
    width: 100%;
    height: 100%;
    background: url("./../images/banner2.png") no-repeat;
    overflow: hidden;
}

.concernMess .messBox .messNumBox {
    text-align: center;
    margin-top: 190px;
    position: relative;
    padding-bottom: 15px;
}

.concernMess .messBox .messNumBox p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.concernMess .messNumBox img {
    position: absolute;
    left: 45%;
    top: 0;
    width: 123px;
    height: 123px;
    border: 1px solid #dad2d2;
    border-radius: 50%;
}

.concernMess .nameMess {
    margin-top: 110px;
}

.concernMess .nameMess h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #000;
}

.concernMess .nameMess span {
    font-size: 13px;
    color: #666;
    line-height: 32px;
}

/*关注人作品*/
.concernWorks {
    overflow: hidden;
    background: #F6F6F6;
}

.titleHead {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0 20px 0;
    color: #333333;
}

.imgBox {
    margin-bottom: 25px;
    overflow: hidden;
}

.imgBox .picBox {
    width: 284px;
    height: 159px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgBox .picBox:nth-child(4n) {
    margin-right: 0;
}

.imgBox .picBox img {
    width: 100%;
    height: 100%;
}

.imgBox .picBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffff;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 90%;
    height: 30px;
    padding: 0 5%;
}

.paginationBox {
    padding-bottom: 60px;
    overflow: hidden;
    text-align: center;
}