.services-section {
    max-width: 1440px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.article-header {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.article-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

.article-meta {
    color: #666;
    font-size: 14px;
}

.article-meta span {
    margin: 0 10px;
}

.article-content {
    line-height:2;
    color: #333;
    font-size: 16px;
}
.article-content h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.article-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.article-tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.article-tags span {
    display: inline-block;
    padding: 5px 15px;
    background: #f5f5f5;
    color: #666;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
}

.article-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.nav-prev, .nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.nav-link {
    color: #333;
    text-decoration: none;
}

.nav-link:hover {
    color: #007bff;
}
