.article-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    /*padding: 20px;*/
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.kng {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 90px;box-sizing: border-box;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.ziduan {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.ziduan a {
    text-decoration: none;
    color: #333333;
    /*transition: color 0.3s ease;*/
}

.ziduan a:hover {
    /*color: #0056b3;*/
}

.lxwm-2 {
    width: 100%;
    margin-top: 20px;
}

.title6 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.cjr ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.cjr li {
    margin-right: 20px;
}

.nr {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
}

.fanye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.fanye p {
    margin: 0;
    font-size: 14px;
    color: black;
}

.fanye p a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}

.fanye p a:hover {
    color: #0056b3;
}

hr {
    border: none;
    height: 1px;
    background-color: #9d9d9d;
    margin: 20px 0;
}
