* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Microsoft YaHei";
}

.main-wrap {
    background-color: #F6F6F6;
    padding-bottom: 20px;
}
.top-box {
    background-image: url("http://play.southgis.com/20200730092103.png");
    background-position: center;
    height: 300px;
}
.center-content {
    width: 1000px;
    margin: auto;
}

.top-box .top-user-info-content {
    display: flex;
    align-items: center;
    height: 300px;
    padding: 20px 100px;
}

.top-box .top-user-info-content .left {
    margin-right: 40px;
}

.top-box .top-user-info-content .left .user-avatar {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.top-box .top-user-info-content .left .user-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.top-box .top-user-info-content .right {
    color: #fff;
}
.top-box .top-user-info-content .right .top {
    flex: 1;
    margin-top: 15px;
}

.top-box .top-user-info-content .right .top .name {
    font-size: 18px;
    font-weight: bold;
}

.top-box .top-user-info-content .right .middle {
    margin-top: 15px;
}

.top-box .top-user-info-content .right .bottom {
    margin-top: 15px;
    color: #fff;
}

.list-box {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
}
.ui.items > .item > .image:not(.ui) {
    width: 224px;
    height: 126px;
    position: relative;
}
.ui.items > .item > .image:not(.ui) img {
    height: 100% !important;
}
.ui.items > .item > .image:not(.ui) .icon {
    position: absolute;
    background: rgba(7, 17, 27, .4);
    padding: 2px 6px 2px 6px;
    color: #fff;
    font-size: 12px;
    top: 8px;
    left: 8px;
}
.ui.divided.items .item>.content {
    padding-left: 1.5em;
    height: 126px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ui.items>.item>.content>a.header {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .description {
    color: #9B9B9B!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article-footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 95%;
    color: #9B9B9B;
}