.public-banner {
    height: 800px;
    background-color: #999;
}

.public-panel {
    margin-top: 80px;
}

.public-panel .title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.panel-list {
    display: inline-flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 574px;
}

.panel-item {
    width: 376px;
    height: 270px;
    background-color: #666;
}

.desc {
    font-size: 24px;
    text-align: center;
}

.panel-show-list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.panel-show-item {
    width: 232px;
}

.show-item-circle {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    border-radius: 64px;
}

.panel-news-list {
    border-top: 1px solid #eee;
    margin-bottom: 100px;
}

.panel-news-item {
    font-size: 28px;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
}