.mainbg {
    width: 100%;
    height: 40vw;
    background: url(./../images/master.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;


}

.headerPic {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 18.6667vw;
    height: 18.6667vw;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 9.3333vw;
    margin-right: 6vw;
}

.headerPic img {
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
}

.userinfo-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 6.6667vw;
    margin-top: 9.3333vw;
    width: 70vw;
}

.username {
    display: flex;

    align-content: center;
    align-items: center;
    line-height: 11.4667vw;
    color: #ffffff;
    font-weight: 700;
    font-size: 6.8vw;
}

.username span {
    padding-right: 3.7333vw;
}

.badge-icon {
    display: inline-block;
    width: 7.4667vw;
    height: 7.4667vw;
    background: url(./../images/badge-one.png) no-repeat;
    background-size: 100% 100%;
}

.personal {
    font-size: 4vw;
    color: rgb(255, 255, 255);
    line-height: 5.6vw;
    margin-top: 2.6667vw;
}

.celebrated {
    font-size: 4vw;
    color: rgb(255, 255, 255);
    line-height: 5.6vw;
    text-indent: 2em;
}

.news-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 32.5333vw;
    border-bottom: 1px solid #f4f4f4;
}

.content-wrap {
    width: 56.6667vw;
    line-height: 6.4vw;
    color: #303030;
    font-size: 4.5333vw;

}

.news-item-img {
    width: 30.6667vw;
    height: 21.8667vw;
    border-radius: 1.3333vw;
}

.news-container {
    position: relative;
    top: -4vw;
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.7333vw;
    padding-top: 4.8vw;
    background: #ffffff;

    border-top-left-radius: 2.6667vw;

    border-top-right-radius: 2.6667vw;
}

.eye {
    display: inline-block;
    width: 4vw;
    height: 2.5333vw;
    background: url(./../images/masterEye.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 2.6667vw;
    margin-right: 1.3333vw;
}

.news-item-footer {
    display: flex;
    align-items: center;
    font-size: 3.2vw;
    line-height: 7.4667vw;
}

.row-ell {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}