                .webcontent_in_jys_left{
            width: 330px;
             min-height: 500px;
            height: auto;
            overflow: hidden;
             /* background: #fff; */
             float: left;
        }

 .webcontent_in_jys_right{
            width: 870px;
             min-height: 500px;
            height: auto;
            overflow: hidden;
             /* background: yellow; */
             float: right;
        }

/* 左侧部分 */

        .jysstyle_left_container {
            width: 330px;
            margin: 0 auto;
            padding: 20px;
        }

        .jysstyle_left_filter-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        .jysstyle_left_regulator-list {
            list-style: none;
        }

        .jysstyle_left_regulator-item {
            margin-bottom: 10px;
        }

        .jysstyle_left_regulator-checkbox {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid #999;
            border-radius: 3px;
            margin-right: 8px;
            vertical-align: middle;
            position: relative;
            cursor: pointer;
        }

        .jysstyle_left_regulator-checkbox input {
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .jysstyle_left_regulator-checkbox input:checked + .jysstyle_left_check-mark {
            display: block;
        }

        .jysstyle_left_check-mark {
            display: none;
            position: absolute;
            top: 2px;
            left: 5px;
            width: 6px;
            height: 10px;
            border: solid #00bfa5;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .jysstyle_left_regulator-name {
            font-size: 14px;
            color: #333;
            vertical-align: middle;
        }

        .jysstyle_left_more-btn {
            background: none;
            border: none;
            color: #00bfa5;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        .jysstyle_left_more-btn .arrow {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .jysstyle_left_more-content {
            display: none;
            margin-top: 10px;
        }

        .jysstyle_left_more-active .arrow {
            transform: rotate(180deg);
        }

        /* 左侧部分结束 */


        /* 右侧部分 */

        /* 右侧 第一tab部分 */
        
        .jysstyle_right_container {
            width: 870px;
            margin: 0 auto;
            padding: 20px;
        }

        /* 已选条件区域 */
        .jysstyle_right_selected-conditions {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            background: #ffffff;
            padding: 10px 20px;
        }

        .jysstyle_right_conditions-label {
            font-size: 16px;
            color: #333;
            margin-right: 10px;
            line-height: 30px;
        }

        .jysstyle_right_conditions-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            flex: 1;
        }

        .jysstyle_right_condition-item {
            display: flex;
            align-items: center;
            background-color: #e6f7f5;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 14px;
            color: #00897b;
        }

        .jysstyle_right_condition-item .close {
            margin-left: 6px;
            cursor: pointer;
            font-size: 12px;
        }

        .jysstyle_right_reset-btn {
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 6px 16px;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
            margin-left: 20px;
        }

        /* 标签页区域 */
        .jysstyle_right_tabs {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 2px solid #e5e5e5;
        }

        .jysstyle_right_tab {
            padding: 10px 15px;
            font-size: 16px;
            cursor: pointer;
            margin-right: 10px;
            position: relative;
            color: #333;
        }

        .jysstyle_right_tab.active {
            color: #00bfa5;
        }

        .jysstyle_right_tab.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #00bfa5;
        }

        .jysstyle_right_tab-count {
            font-size: 12px;
            color: #999;
            margin-left: 5px;
        }

        /* 数据列表区域 */
        .jysstyle_right_data-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .jysstyle_right_data-item {
            background-color: #fff;
            padding: 15px;
            border: 1px solid #e5e5e5;
            border-radius: 4px;
            display: flex;
            gap: 15px;
        }

        .jysstyle_right_data-logo {
            width: 120px;
            height: 80px;
            background-color: #f5f5f5;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            overflow: hidden;
        }

        .jysstyle_right_data-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .jysstyle_right_data-content {
            width:70%
        }

        .jysstyle_right_data-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .jysstyle_right_data-tags {
            margin-bottom: 8px;
        }

        .jysstyle_right_tag-row {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
        }

        .jysstyle_right_country-flag {
            width: 20px;
            height: 15px;
            margin-right: 6px;
            background-size: cover;
            background-position: center;
            display: inline-block;
        }

        .jysstyle_right_data-tag {
            display: inline-block;
            background-color: #e6f7f5;
            color: #00897b;
            padding: 2px 6px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 6px;
        }

        .jysstyle_right_data-tag.blue {
            background-color: #e6f0ff;
            color: #0052cc;
        }

        .jysstyle_right_info-container {
            margin-bottom: 8px;
        }

        .jysstyle_right_info-wrapper {
            display: flex;
            align-items: center;
        }

        .jysstyle_right_info-tags {
            display: flex;
            flex-wrap: wrap;
            flex: 1;
        }

        .jysstyle_right_info-tag {
            padding: 2px 4px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 13px;
            color: #666;
            margin-right: 8px;
            margin-bottom: 2px;
        }

        .jysstyle_right_expand-btn {
            width: 20px;
            height: 20px;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-left: 10px;
            flex-shrink: 0;
        }

        .jysstyle_right_hidden-info {
            display: none;
            margin-top: 6px;
        }

        .jysstyle_right_data-info {
            font-size: 12px;
            color: #666;
            /* margin-bottom: 8px; */
        }

        .jysstyle_right_score-container {
            /* display: flex; */
            flex-direction: column;
            align-items: flex-end;
            margin-left: auto;
            padding-top: 45px;
        }

        .jysstyle_right_data-score {
            font-size: 24px;
            font-weight: bold;
            color: #00bfa5;
            margin-right: 10px;
            position: relative;
        }

        .jysstyle_right_data-score::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #00bfa5;
            font-weight: bold;
        }

        .jysstyle_right_data-score-label {
            font-size: 14px;
            color: #666;
            margin-top: 8px;
        }

        .jysstyle_right_expand-content {
            display: none;
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px dashed #e5e5e5;
        }

        .jysstyle_right_expand-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        /* 右侧 第一tab部分 结束 */


        /* 右侧 第二tab部分 */
        
        .jysstyle_pilu_container {
            width: 870px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Tab 栏样式 */
        .jysstyle_pilu_tab-container {
            display: flex;
            margin-bottom: 20px;
            gap: 12px;
        }

        .jysstyle_pilu_tab-btn {
            padding: 6px 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }

        .jysstyle_pilu_tab-btn.active {
            background-color: #00bfa5;
            color: #fff;
            border-color: #00bfa5;
        }

        .jysstyle_pilu_tab-btn:not(.active):hover {
            border-color: #00bfa5;
            color: #00bfa5;
        }

        /* 内容列表样式 */
        .jysstyle_pilu_content-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .jysstyle_pilu_content-card {
            background-color: #fff8e1;
            border: 1px solid #ffecb3;
            border-radius: 6px;
            padding: 12px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .jysstyle_pilu_card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 6px;
        }

        .jysstyle_pilu_danger-tag {
            background-color: #ffb74d;
            color: #fff;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 3px;
        }

        .jysstyle_pilu_card-time {
            font-size: 12px;
            color: #999;
        }

        .jysstyle_pilu_card-title {
            font-size: 14px;
            color: #333;
            margin-bottom: 6px;
        }

        .jysstyle_pilu_card-footer {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .jysstyle_pilu_company-logo {
            width: 20px;
            height: 20px;
            background-color: #f5f5f5;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .jysstyle_pilu_company-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .jysstyle_pilu_company-name {
            font-size: 13px;
            color: #666;
        }
        /* 右侧 第二tab部分 结束 */


        /* 右侧部分 结束 */


        /* 分页部分 */

        .jysstyle_fenye_container {
            width: 870px;
            margin: 40px auto;
            padding: 20px;
        }

        .jysstyle_fenye_pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .jysstyle_fenye_pagination-btn {
            width: 32px;
            height: 32px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .jysstyle_fenye_pagination-btn:hover {
            background-color: #f5f5f5;
        }

        .jysstyle_fenye_pagination-btn.active {
            background-color: #00bfa5;
            color: #fff;
            border-color: #00bfa5;
            font-weight: bold;
        }

        .jysstyle_fenye_pagination-ellipsis {
            font-size: 14px;
            color: #999;
        }

        /* 分页部分 结束 */