
body {
    min-width: 1200px;
    font-family:PingFang SC;
    background-color: rgb(245, 245, 245);
}
.p-banner {
    position: relative;
    text-align: center;
}
.p-banner h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-content-item,
.p-content-item:hover,
.p-content-item:active {
    border-bottom: 1px solid #B0B0B0;
    color: inherit; /* blue colors for links too */
    text-decoration: none; /* no underline */
    margin: 0;
    width: 900px;
}
.p-content-item h5 {
    padding-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.p-content-item .p_profile {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#list{
    text-align: center;
}