.content{background: url(/uiFramework/commonResource/image/2025082115475340474.png) top center no-repeat;background-size: 100% 100%;}


        .main-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .page-title {
            text-align: center;
            font-size: 36px;
            color: #1976d2;
            padding: 50px 0;
            font-weight: bold;
            margin: 0 auto;
            display: block;
        }

 /* 搜索区域 */
        .search-section {
            text-align: center;
            margin: 0 0 50px 0;
        }

        .search-container form{
            display: inline-flex;
            width: 900px;
            /* width: 100%; */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            border-radius: 15px;
            border: 10px solid #b9d9fd;
            overflow: hidden;
        }

        .search-input {
            flex: 1;
            padding: 5px 20px;
            border: none;
            font-size: 18px;
            height: 50px;
            outline: none;
            font-weight: bold;
            color: #999;
            width: 662px;
        }

        .search-btn {
            background: url(/uiFramework/commonResource/image/2025082210395621909.png) top center no-repeat;
            color: white;
            border: none;
            padding: 12px 25px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
            background-size: 100% 100%;
            width: 115px;
        }

      


.content-center{overflow:hidden;}
.content-left{float:left;}
 /* 分类标签 */
        .category-tabs {
            /* display: flex; */
            /* justify-content: flex-start; */
            overflow: hidden;
        }

        .tab {
            background: #e5edf8;
            border: none;
            padding: 12px 10px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s;
            border-radius: 7px 7px 0 0;
            margin-right: 10px;
            min-width: 120px;
            float: left;
            font-weight: bold;
            text-align: center;
            font-family: auto;
        }

        .tab:first-child {
            border-radius: 7px 7px 0 0;
        }

        .tab:last-child {
            border-radius: 7px 7px 0 0;
        }

        .tab.tab_y {
            background: #0b76f9;
            color: white;
        }

    
        .policy-section {
            background: white;
            border-radius: 0 10px 10px 10px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            width: 750px;
        }

        .section-title {
            /* font-size: 18px; */
            /* color: #000; */
            /* margin-bottom: 20px; */
            /* padding-bottom: 10px; */
            /* border-bottom: 2px solid #e3f2fd; */
            /* display: flex; */
            align-items: left;
        }

        .section-title::before {
            /* content: ""; */
            width: 4px;
            height: 20px;
            /* background: #1976d2; */
            /* margin-right: 10px; */
        }

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

        .policy-item {
            padding: 17px 3px;
            border-bottom: 1px solid #f0f0f0;
            /* display: flex; */
            align-items: flex-start;
            transition: background-color 0.3s;
        }

        .policy-item:hover {
            background-color: #e3f2fd;
        }

        .policy-item:last-child {
            border-bottom: none;
        }

        .policy-bullet {
            width: 12px;
            height: 12px;
            background: url(/uiFramework/commonResource/image/2025082214274450146.png) top center no-repeat;
            /* border-radius: 50%; */
            margin: 5px 12px 0 0;
            flex-shrink: 0;
            float: left;
        }

        .policy-content {
            flex: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .policy-title {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            line-height: 1.6;
            flex: 1;
            margin-right: 15px;
            height: 22px;
            overflow: hidden;
            font-family: auto;
            display: inline-block;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .policy-title:hover {
            color: #1976d2;
        }

        .policy-date {
            color: #999;
            font-size: 14px;
            flex-shrink: 0;
            font-family: auto;
            float: right;
        }
.tab_x_n{visibility: hidden;position: absolute;z-index: -1;}
.tab_x_y{visibility: visible;z-index: 1;}
  /* 右侧边栏 */
.content-right{float:right;margin-top: 47px;}
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 20px;
            background:url(/uiFramework/commonResource/image/2025082115480340297.png) top center no-repeat;
            width: 370px;
            border-radius: 10px;
            height: 440px;
        }

        .sidebar-section {
            /* background: white; */
            border-radius: 10px;
            padding: 20px;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .gov-report {
            text-align: center;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
  .section-title {
            font-size: 20px;
            text-align: left;
            color: #000;
            margin-bottom: 20px;
            /* padding-bottom: 10px; */
            padding-left: 20px;
            /* border-bottom: 2px solid #e3f2fd; */
            /* display: flex; */
            font-weight: bold;
            font-family: auto;
            background: url(/uiFramework/commonResource/image/2025082214441763358.png) left center no-repeat;
        }
.section-title a{color:#999}
        .section-title::before {
            /* content: ""; */
            /* width: 4px; */
            height: 20px;
            /* background: #3f7aee; */
            /* margin-right: 10px; */
        }

        .gb{
    width: 225px;
    margin: -30px auto 0;
    background:url(/uiFramework/commonResource/image/2025082210183760459.png) top center no-repeat;
    background-size: 100% 100%;
    height: 270px;
    }
        .report-cover img{
          margin-top:10px
        }

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

        .report-year a{
            background: #3f7aee;
            color: white;
            padding: 15px 0;
            font-size: 14px;
            display: inline-block;
            width: 150px;
            font-weight: bold;
            font-family: auto;
        }

        .more-link {
            color: #3f7aee;
            text-decoration: none;
            font-size: 14px;
            display: block;
            width: 80px;
            text-align: center;
            margin: -30px auto 20px;
            border: 1px solid #ccc;
            padding: 8px 10px;
            border-radius: 4px;
            font-family: auto;
            font-weight: bold;
        }

        .more-link:hover {
            text-decoration: none;
        }


 /* 底部链接区域 */
        .bottom-links {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            padding: 30px 0 80px;
        }

        .link-card {
            /* background: white; */
            border-radius: 10px;
            /* padding: 20px; */
            text-align: center;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
            text-decoration: none;
            color: #333;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .link-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            text-decoration: none;
            color: #333;
        }



@media screen and (max-width:640px) {
    .content{background-size: 100% 100%;}
    .page-title{width:90%}
    .search-container form{width:90%;}
    .policy-section{padding: 10px;width:90%;margin: 0 auto;}
    .content-left{float:none;}
    .tab{min-width:fit-content;padding: 7px;margin-right: 2px;}
    .content-right{float:none;margin-top: 0px;}
    .category-tabs{width: fit-content;margin:0 auto;display: flex;}
    .sidebar{margin:0 auto;}
    .link-card{width: 100%;float: none;margin-bottom: 20px;display: block;}
    .link-card img{width:100%;}
    .bottom-links{display: block;width: 95%;margin: 0 auto;padding: 30px 0;}
}