:root {
    /* 颜色变量 */
    --primary-color: #0140c9;
    --secondary-color: #d60d19;
    --bg-color: #ffffff;
    
    /* 布局变量 */
    --container-width: min(95vw, 1680px);
    --content-gap: clamp(1rem, 2vw, 2rem);
    
    /* 组件尺寸 */
    --card-width: clamp(300px, calc(100% - 2rem), 800px);
    --header-height: clamp(60px, 10vh, 120px);
    
    /* 添加断点变量 */
    --breakpoint-mobile: 767px;
    --breakpoint-tablet: 1024px;
    
    /* 添加响应式容器宽度 */
    --container-width-mobile: min(95vw, 404px);
    --container-width-tablet: min(95vw, 1024px);
    --container-width-desktop: min(95vw, 1680px);
}

ol,ul {
    list-style: none;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 160px;
    background-image: url(/_upload/tpl/05/65/1381/template1381/img/sytopbj.png);
    background-color: #d2edfb;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.header-inner {
    height: 100%;
    margin: 0 auto;
    background-image: url(/_upload/tpl/05/65/1381/template1381/img/shouyetop.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    margin: 0 auto;
    height: 94px;
    width: 70%;
}

.logo-img {
    width: clamp(180px, 20vw, 260px);
    height: auto;
}

.logo-img_zdm {
    width: 390px;
    height: auto;
}

.logoul {
    width: 600px;
    margin: 0 auto;
    float: left;
    padding-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.logoul li img {
    padding-right: 20px;
}

.searchul {
    /* float:
        right; */
    /* width: 220px; */
    margin-top: 6px;
}

.searchul input.search {
    background: url(/_upload/tpl/05/65/1381/template1381/img/searchbt.png);
    background-repeat: no-repeat;
    height: 32px;
    border: #a3a3a3 1px solid;
    padding: 1px 0px 1px 0px;
    width: 33px;
}

.nav {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #084de1;
    /* top: -86px; */
    /* margin: 0 auto; */
}

.nav-ul {
    display: block;
    padding: 0;

}


.navbanner {
    width: var(--container-width);
    margin: 0 auto;
    height: auto;
    min-height: 40px;
    padding-top: 1px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}


.main_body {
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
    top: -50px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.banner {
    height: 766px;
    background-image: url(/_upload/tpl/05/65/1381/template1381/img/dt.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -300px;
}

.left-body {
    height: 100%;
    background-color: #ffffff;
    /* border-radius: 20px; */
    position: relative;
    width: 1680px;
}


.left-box {
    margin: 0px 0 20px 26px;
    background-color: #ffffff;
    float: left;
    display: block;
    height: 290px;
    width: 400px;
    height: 30%;
    position: relative;
}

.left-box2 {
    width: 800px;
    height: 290px;
}

.left-box3 {
    width: 800px;
    height: 290px;
}

.left-box4 {
    width: 800px;
    height: 237px;
}
.left-box5 {
    width: 1100px;
    height: 200px;
}
.left-box6 {
    width: 200px;
    height: 200px;
}


.news-header {
     text-align: left;
     font-size: 24px;
     margin-top: 3px;
     color: #0255c6;
     background-repeat: no-repeat;
     background-position: 100% -1px;
     font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
     font-weight: bold;
     height: 55px;
     line-height: 70px;
}

.news_l {
    margin-top: 25px;
    padding: 2px 3px;
}

.news_1 ul {
    list-style: none;
}

.news_1 li {
    float: left;
    display: inline;
}

.news_2 {
    margin-top: 40px;
    padding: 2px 3px;
}

.news_2 ul {
    list-style: none;
}

.news_2 li {
    float: left;
    display: inline;
}

.news-list {
    margin-left: 20px;
    width: 420px;
}

.news-titles {
    font-size: 24px;
    color: #727272;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_r {
    margin: 0;
    padding: 0 15px;
}

.news-tr {
    border-bottom: 1px dotted #d6d6d6;
    padding: 4px 6px;
    font-size: 13px;
    text-align: left;
}

.news-tr a {
    color: #000;
    font-size: 16px;
}

.news-item {
    width: 800px;
    float: left;
    text-align: left;
}

.bottom-body {
    display: flex;
    height: 60px;
    clear: both;
    margin: 0 auto;
    width: 1362px;
    position: relative;
    /* top: -13px; */
}

.search-box {
    width: 25%;
    margin: 40px 0 0 25px;
    float: left;
    position: relative;
}

.search {
    border: 2px solid #e2e2e2;
    height: 24px;
    width: 90%;
    padding: 4px 10px;
    border-radius: 2px;
}

.footer {
    background-color: #084de1;
    height: 110px;
    padding: 30px 0 0 0;
    clear: both;
    position: relative;
    top: 75px;
    width: 100%;
    border-top: #68b7ec 12px solid;
}

.footer p {
    color: #fcf6f7;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px 0;
}

.bsdt {
    
    height: 106px;
    width: 123px;
    margin: 0 auto;
}

.bsdt img {
    margin-top: 27px;
}

.bsdt span {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 110px;
    font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
}

.yqlj {
    width: 300px;
}


.kp {
    width: 100%;
    float: left;
    margin: 0px 0 100px 0;
}

.kpul{
    padding-top: 10px;
}

#kpul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
}

.tabs{
    position:relative;
    width:800px;
    height:300px;
  }
  .tab-pane{
    /* display:inline-block; */
    float: left;
  }
  .tabs input[type='radio']{
    position:absolute;
    clip:rect(0,0,0,0)
  }
  .tab-item{
    display:block;
    height: 42px;
    line-height:21px;
    cursor:pointer;
    padding:0 10px;
    font-size: 24px;
  }
  
  .tab-content{
    position:absolute;
    padding: 10px;
    left:0;
    top: 42px;
    bottom:0;
    right:0;
    background:#fff;
    text-align: left;
    border-top: #0255c6 2px solid;
    width: 100%;
    max-width: 780px; /* 添加最大宽度 */
  }
  
  .tabs input[type='radio']:checked+.tab-item{/**导航选中状态**/
    background:#0255c6;
    color:#fff
  }
  .tabs input[type='radio']:checked+.tab-item+.tab-content{/**当前内容切换**/
    z-index:1
  }

.gdtp-body {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    width: 1362px;
    margin-top: 30px;
}

/* 友情链接样式 */

.fri {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fri .jyb:hover,
  .fri .sys:hover,
  .fri .kjt:hover,
  .fri .jyt:hover,
  .fri .kjb:hover {
    transition: 500ms;
    transform: scale(1.03);
    background-color: #563bef;
    box-shadow: 0 0 15px rgba(100, 159, 228, 0.459);
    border-radius: 10px;
  }
  .fri .txtb {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    width: 152px;
    display: flex;
    flex-direction: row;
  }
  .fri .line .line_b {
    margin-top: 5px;
    height: 3px;
    width: 90%;
    float: left;
    background-color: #cdcdcd;
  }
  .fri .line .line_b .line_a {
    margin-top: -1.5px;
    height: 4px;
    width: 40%;
    float: left;
    background-color: #d00000;
  }
  .fri .cubw {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
  }
  .fri .jyb,
  .fri .kjb,
  .fri .sys,
  .fri .jyt,
  .fri .kjt {
    border-radius: 2px;
    float: left;
    color: white;
    height: 48px;
    background: #8dcdff;
    width: 16%;
    overflow: hidden;
  }
  .fri .jyb li,
  .fri .kjb li,
  .fri .sys li,
  .fri .jyt li,
  .fri .kjt li {
    list-style: none;
    text-align: center;
    line-height: 48px;
    font-size: 17px;
  }
  .fri .kjb,
  .fri .sys,
  .fri .jyt,
  .fri .kjt ,
  .fri .jyb{
    margin-left: 3%;
  }

.txtb-span {
    color: #0370cd;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.more {text-align:right;margin-top: -265px;}
#new2 .more {text-align:right;margin-top: -429px;}
@media screen and (min-width: 768px) and (max-width:1024px) {

    body {
        min-width: 1024px;
    }

    .header {
        /* background-color: #f9f9f9; */
        width: 100%;
        /* height: 150px; */
    }

    .header-inner {
        width: 100%;
        height: 165px;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-image: url(/_upload/tpl/05/65/1381/template1381/img/shouyetop.png);
        background-position: 93%;
    }

    .logo {
        height: 50px;
        background-size: 100% auto;
        background: url(/_upload/tpl/05/65/1381/template1381/img/logo1_03.png) no-repeat;
        background-size: 350px;
        width: 70%;
    }

    .banner {
        display: none;
    }

    .navbanner {
        padding-left: 1%;
        padding-top: 1px;
        height: 49px;
        /* border-top: 1px solid #dedede; */
        background-image: url(/_upload/tpl/05/65/1381/template1381/img/banner2.png);
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    .topsearch {
        /* background: antiquewhite; */
        width: 180px;
        height: 25px;
        float: right;
        margin-top: 1%;
        margin-right: 23%;
    }

    .main_body {
        width: 1024px;
        margin: 1px;
        background-color: #fff;
        min-width: 400px;
    }

    .left-box2 {
        width: 1440px;
        height: 260px;
    }

    .left-box3 {
        width: 468px;
        height: 260px;
    }

    .left-box4 {
        width: 468px;
        height: 260px;
    }
    
    .left-box5 {
        display: none;
        width: 420px;
        height: 290px;
    }
    .left-box6 {
        display: none;
        width: 420px;
        height: 290px;
    }

    .pic-news {
        display: none;
        width: 468px;
        height: 260px;
    }

    .bottom-body {
        display: flex;
        height: 60px;
        clear: both;
        width: 100%;
    }

    .footer {
        /* margin-top: 10px; */
        /* border-top: 7px solid #eee; */
        height: 140px;
        padding: 30px 0 0 0;
        clear: both;
        width: 100%;
    }

    .tab-content {
        width: 90%; /* 调整为相对单位 */
    }

    .tabs {
        width: 90%; /* 调整为相对单位 */
    }

}

.search input {
    height: 34px;
    line-height: 34px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #a4a4a4;
    padding: 0 0 0 7px;
    width: 83%;
    border: 1px solid #bfbfbf;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 34px;
    right: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background-color: #0e61cb;
    border: 1px solid #0e61cb;
    height: 36px;
}

.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
    }

    .main_body {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        min-width: 404px;
        padding-top: 10px;
        top: -38px;
    }

    .searchul {
        display: none;
    }

    .topsearch {
        /* background: antiquewhite; */
        width: 180px;
        height: 25px;
        float: right;
        margin-top: 15%;
        margin-right: 5%;
        display: none;
    }

    .banner {
        display: none;
    }

    .nav {
        width: 30px;
        height: 30px;
        border-top: 1px solid rgb(9 172 246 / 45%);
        /* background-image: url(/_upload/tpl/05/65/1381/template1381/img/banner.png); */
        background-repeat: repeat-x;
        background: aqua;
        display: none;
    }

    .left-body {
        height: 100%;
        border-radius: 2px;
        padding: 0 0px 20px 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .lbt {
        display: none;
    }

    
    .left-box {
        margin: 0 0 10px 0px;
        background-color: #ffffff;
        float: none;
        display: block;
        height: 350px;
        width: 100%;
        max-width: 400px;
        height: 295px;
        position: relative;
        border: #e5e6e6 1px solid;
    }


    .left-box3 {
        width: 100%;
        max-width: 400px;
        height: 442px;
    }

    .left-box4 {
        width: 100%;
        max-width: 400px;
        height: 442px;
    }
       
    .left-box5 {
        display: none;
        width: 420px;
        height: 290px;
    }
    .left-box6 {
        display: none;
        width: 420px;
        height: 290px;
    }
 

    .more {
    text-align: right;
    margin-top: -427px;
}

    .navbanner {
        padding-left: 0%;
        padding-top: 1px;
        height: 30px;
        background-repeat: no-repeat;
        background-position-x: 1%;
        display: none;
    }

    .header-inner {
        width: 100px;
        height: 34px;
        background-repeat: no-repeat;
        margin: 1px;
        /* background-image: url(/_upload/tpl/05/65/1381/template1381/img/shouyetop.png); */
        background-position: 1px;
    }

    .logo {
        width: 100%;
        background-repeat: no-repeat;
    }

    .logo img {
        width: 190px;
    }

    .logoul {
        width: 100%;
        margin: 0 auto;
        float: left;
        padding-top: 15px;
        display: contents;
    }

    .logoul li img {
        width: 300px;
        padding-right: 20px;
    }

    .bottom-body {
        display: none;
        height: 60px;
        clear: both;
        width: 400px;

    }

    .footer {
        /* margin-top: 10px; */
        /* border-top: 7px solid #eee; */
        background-repeat: repeat-x;
        height: 80px;
        padding: 30px 0 0 0;
        clear: both;
        width: 100%;
    }


    .kp {
        margin: 0 auto;
        width: 400px;
    }

    
#kpul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    width: 350px;
    padding-left: 8%;
}
    
    .bsdt {
        height: 116px;
        width: 126px;
        margin-top: 21px;
        float: left;
    }

    .bsdt img {
        margin-top: 27px;
    }

    .bsdt span {
        color: #000;
        font-size: 17px;
        font-weight: bold;
        padding-left: 0px;
        display: inline-block;
        position: relative;
        top: 102px;
    }


    .mobile {
        width: 100%;
        position: absolute;
        height: 42px;
        display: block;
        top: 0;
        right: 0;
        z-index: 99991;
    }

    .mobile-inner-header {
        width: 100%;
        height: 40px;
        position: absolute;
        top: 8px;
        right: 0px;
    }

    .mobile-inner-header-icon {
        color: #fff;
        padding-top: 5px;
        height: 35px;
        line-height: 28px;
        text-align: left;
        float: right;
        width: 40px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
        z-index: 9999;
        background: #084de1;
    }

    .mobile-inner-nav {
        background-color: #FFFFFF;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
    }

    .mobile_search {
        clear: both;
        position: relative;
        height: 36px;
        margin: 10px 30px 0;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        overflow: hidden;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - -13px) / 3);
        width: 26px;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon {
        color: #fff;
        height: 31px;
        text-align: left;
        float:
            right;
        width: 44px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        font-weight: bold;
        text-align: right;
    }

    .mobile-inner-header-icon-out span {
        width: 22px;
        height: 2px;
        background-color: #fff;
        display: block;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(3) {
        transform: translateY(12px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon-click span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickthird;
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    .mobile-inner-header-icon-out span:nth-child(3) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outthird;
    }

    .tab-content {
        width: 90%; /* 调整为相对单位 */
    }

    .tabs {
        width: 100%; /* 调整为相对单位 */
    }

}


.mobile-inner-nav {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {
    color: #0e61cb;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #333;
    margin-left: 55px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(/_upload/tpl/05/65/1381/template1381/img/serBtn.png) no-repeat center center #084de1;
    border: none;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    border-bottom: solid 1px #d3d3d3;
    padding: 6px 0;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
}

a {
    text-decoration: none !important;
}

/* 以下样式可能没有被使用，请根据实际部署环境调整 */
.picbase1-content { 
    position:absolute;
    bottom:20px;
    left:70%;
    min-width:290px;
    _width:380px;
    max-width:380px;
    font-size:13px;
}
.picbase1-content h2{
    background: #99000000;
    color:#fff;
    font-size:1.5em;
    font-family:"ProximaNova","Helvetica Neue",Arial,sans-serif;
    margin:0;
    padding:8px 12px;
    border-bottom: 1px solid #fc00;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    opacity: 1;
}
.picbase1-content p {
    color:#fff;
    background: #0000;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    opacity:0.7;
    padding:12px;
    line-height:1.5em;
    list-style:none;
    margin:0;
}
.picbase1-content p a { 
    color:#fc0; 
}
.picbase1-content p a:hover { 
    text-decoration:underline; 
}
.picbase1-credit {
    display: none;
    position: absolute;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    right: 10px;
    color: #444;
    font-size: 10px;
    font-family:"ProximaNova","Helvetica Neue",Arial,sans-serif;
}

/* New styles */
.header-placeholder {
  height: 50px;
}

.newslink {
  width: 100%;
}

/* .barlink rule set removed as it was empty */

/* 主容器样式 */
.main-container {
    width: var(--container-width-desktop);
    margin: 0 auto;
    padding: var(--content-gap);
}

/* 内容网格布局 */
.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--content-gap);
    align-items: start;
    background: var(--bg-color);
    padding: 16px 70px 0 70px;
}

/* 卡片基础样式 */
.content-card {
    background: var(--bg-color);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: fit-content;
    min-height: clamp(260px, 30vh, 290px);
}

/* 卡片基础样式 */
#news2 {
    background: var(--bg-color);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: fit-content;
    min-height: clamp(260px, 30vh, 430px);
}

/* 卡片头部基础样式 */
.card-header {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: #d70d18;
    font-weight: bold;
    text-align: left;  /* 文本左对齐 */
}

/* 通知和动态复写样式 */
.card-header-rewrite {
    border-bottom: none;
    background: #dadada;
    display: flex;  /* 使用flex布局 */
    justify-content: flex-start;  /* 内容左对齐 */
}

/* 卡片标题基础样式 */
.card-title {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: var(--secondary-color);
    font-weight: bold;
    text-align: left;  /* 文本左对齐 */
}

#new3 .card-title {
    padding: 10px 16px 10px 16px;
    background-color: #0370cd;
    color: #fff;
}

#new5 .card-title {
    padding: 10px 16px 10px 16px;
    background-color: #0370cd;
    color: #fff;
}

/* Tab容器样式保持不变 */
.tabs {
    width: 100%;
    height: 100px;
    position: relative;
}

.tab-pane {
    display: block;
}

.tab-item {
    display: inline-block;
    padding: clamp(0.5rem, 1vw, 1rem);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    cursor: pointer;
}

.tabs input[type='radio'] {
    position: absolute;
    clip: rect(0,0,0,0);
}

.tabs input[type='radio']:checked + .tab-item {
    background: var(--primary-color);
    color: #fff;
}

.tab-content {
    padding: 1rem;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.tabs input[type='radio']:checked + .tab-item + .tab-content {
    display: block;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
        padding: 10px 10px 0 0px;
    }
    
    .content-card {
        min-height: 368px;
    }
}

/* 保持原有表格样式兼容 */
.newslink {
    width: 100%;
    border-collapse: collapse;
}

.news-tr {
    padding: clamp(0.5rem, 1vw, 1rem);
    font-size: clamp(14px, 1vw, 16px);
}

/* 平板端样式 */
@media screen and (max-width: 1024px) {
    .main-container {
        width: var(--container-width-tablet);
    }
    
    .content-card {
        min-height: 368px;  /* 调整卡片高度 */
    }
    
    .logo {
        width: 100%;
        height: 50px;
    }
}

/* 移动端样式 */
@media screen and (max-width: 767px) {
    .main-container {
        width: var(--container-width-mobile);
        min-width: 404px;
    }
    
    .content-grid {
        grid-template-columns: 1fr;  /* 单列布局 */
        padding: 10px 10px 0 0px;
    }
    
    .content-card {
        min-height: 368px;
    }
    
    /* 保留原有的移动端特殊处理 */
    .banner {
        display: none;
    }
    
    .mobile {
        display: block;  /* 显示移动端导航 */
    }
    
    /* Tab样式移动端优化 */
    .tab-item {
        padding: 0.5rem;
        font-size: 1rem;
    }
}