a{
    color: #000;
}
.list-w{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-title{
    width: 90%;
max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #006f3a;
}
.list-title h1{
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    border-left: 8px solid #006f3a; /* 添加左侧边框 */
    margin-bottom: 5px;
    text-indent: 10px;
}
.list-title-position{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #676666;
}
.list-title-position a{
    font-size: 16px;
    color: #676666;
}
.list-nr{
    width: 88%;
    max-width: 1300px;
}
.list-nr li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #006f3a;
    font-size: 20px;
}
.list-nr li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #575555;
}

.list-nr li a:hover{
    color: #006f3a;
}