/* 首页特有样式 */
.banner {
    text-align: center;
    margin-bottom: 30px;
}

.banner img {
    width: 100%;
    max-width: 100%;
}

.banner-text {
    position: relative;
    top: -50px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.features {
    margin-bottom: 30px;
}

.feature-grid {
    display: flex;
    justify-content: space-between;
}

.feature {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.feature img {
    width: 100%;
    max-width: 200px;
}

.news-list {
    list-style: none;
    padding: 0;
}

.news-list li {
    margin-bottom: 10px;
}

.news-list li a {
    color: #000;
    text-decoration: underline;
}