/*
* @Author: zhaopenghua
* @Date:   2025-05-06 
* @Last Modified by:   zhaopenghua
* @Last Modified time: 2025-05-06
*/

.ztzlBox{
    width:100%;
}

/*--------中一-----------*/
.ztzlCon01{
    width:1200px;
    margin:64px auto 28px auto;
}
.newsTit{
    line-height:28px;
    margin-bottom:14px;
}
.newsTit p{
    font-size:24px;
    font-weight:bold;
    font-family:"微软雅黑";
    color:#333;
    padding-left:18px;
    background:url(/jgsw/resource/cms/2025/04/img_pc_site/2025043015374874663.png) no-repeat left center;
}
.newsTit a{
    font-size:16px;
    font-family:"微软雅黑";
    color:#999;  
    margin-right:8px;  
}
.ztzlNrCon{
    margin-top:32px;
}
.ztzlNrCon a{
    float:left;
    width:380px;
    height:110px;
    margin:0px 30px 30px 0px;
}
.ztzlNrCon a:nth-child(3),.ztzlNrCon a:nth-child(6){
    margin:0px 0px 30px 0px;
}
.ztzlNrCon a img{
    display:block;
    width:100%;
}

/*--------左一-----------*/
.ztzlCon02{
    width:100%;
    background:#f3f5f8;
}
.ztzlCon02Box{
    width:1200px;
    margin:0 auto;
    padding:78px 0px 46px 0px;
}
.leftBox01{
    width:574px;
}
.news_list li{
    line-height:44px;
    height:44px;
    padding-left:20px;
    background:url(/jgsw/resource/cms/2025/04/img_pc_site/2025042916551697131.png) no-repeat left center;
}
.news_list li:hover a,
.news_list li:hover span{
    font-weight:bold;
    color:#045abf;
}
.news_list li a{
    float:left;
    width:80%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:16px;
    color:#333;
    font-family:"微软雅黑";
}
.news_list li span{
    float:right;
    font-size:16px;
    color:#999;
    margin-right:8px;
}

/*--------右一-----------*/
.rightBox01{
    width:574px;
}

/*--------左二-----------*/
.ztzlCon03{
    width:1200px;
    margin:0 auto;
    padding:50px 0px 50px 0px;
}
.leftBox02{
    width:574px;
}
.leftBox02 .tabs{
    padding:17px 0px 8px 7px;
    font-size:18px;
    color:#b8b8b8;
    position:relative;
    line-height:18px;
}
.leftBox02 .tabs>a{
    display:inline-block;
    font-size:18px;
    font-family:"微软雅黑";
    color:#999;
    padding:0 14px 0px 5px;
}
.leftBox02 .tabs>a.active{
    color:#0252af;
}
.leftBox02 .tabs>a:first-child{
    padding-left:0px;
}
.leftBox02 .tabs>a:last-child{
    padding-right:0px;
}
.leftBox02 .swiperTab{
    overflow:hidden;
}
.leftBox02 .swiper-slide,.leftBox02 .swiper-wrapper{
    height:auto !important;
}

/*--------右二-----------*/
.rightBox02{
    width:574px;
}

/*响应式*/
@media only screen and (max-width:1025px) {
    .ztzlBox,.ztzlCon02{
        width:98%;
        margin:0 auto;
    }
    .ztzlCon01,.ztzlCon02Box,.leftBox01,.rightBox01,.leftBox02,.rightBox02{
        width:100%;
    }
    .ztzlCon01{
        margin-top:32px;
    }
    .ztzlNrCon a{
        float:inherit;
        display:block;
        width:100%;
    }
    .ztzlNrCon a{
        margin:0px 0px 30px 0px;
    }
    .ztzlCon02Box{
        padding:34px 0px 34px 0px;
    }
    .leftBox01,.leftBox02{
        margin-bottom:30px;
    }
    .newsTit p{
        font-size:18px;
    }
    .ztzlCon03{
        padding:30px 0px 30px 0px;
    }
    .leftBox02 .tabs>a{
        font-size:16px;
    }

}