.ee {
    width: 100%;
}
.content {
    width: 1300px;
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 1300px;
}

/* 左右布局核心 */
.find-wrapper {
    display: flex;
    gap: 70px;
    align-items: flex-start;
    padding-left: 103px;
    width: 1197px;
    margin: 20px auto;
}

/* 左侧导航固定宽度 */
.left-nav {
    width: 170px;
    text-align: center;
}

/* 右侧内容自动占满 */
.right-content {
    flex: 1;
    min-height: 400px;
}

.name {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 导航样式 */
.nav_menustyle_1_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav_menustyle_1_2 ul li {
    margin-bottom: 8px;
}
.nav_menustyle_1_2 ul li a {
    display: block;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid #0d59a7;
}