@charset "UTF-8";
.ztheader{padding: 20px 0 358px;background: url(../images/headerbg.png) no-repeat top center;}
.ztheader .zttit{text-align: center;margin-top: 153px;}

.ztmain{padding: 15px 0 0;}
.ztmain *{box-sizing: border-box;}

.lmtit{text-align: center;position: relative;}
.lmtit a{position: absolute;right: 0;bottom: 18px;color: #0B6ED3;font-size: 18px;}

.bannerbox{margin-top: 40px;}
.banner{overflow: hidden;width: 46%;position: relative;}
.banner .swiper-slide{width: 100%;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide p{position: absolute;bottom:0;left: 0;width: 100%;height: 36px;line-height: 36px;padding: 0 15% 0 20px;background-color: rgba(0,0,0,0.7);color: #fff;}
.banner .swiper-slide p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.banner .swiper-pagination{left: auto;right: 0;width: auto;}
.banner .swiper-pagination .swiper-pagination-bullet{background-color: #fff;}

.npdt{width: 52%;}
.nypc-list li{position: relative;padding-left: 15px;width: 100%;height: 32px;line-height: 32px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nypc-list li::before{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 7px;height: 7px;background-color: #BFCAD3;border-radius: 50%;content: '';}
.nypc-list li span{float: right;margin-left: 30px;color: #999;}
.nypc-list li + li{margin-top: 25px;}

.tzggbox{padding: 42px 0 66px;margin-top: 70px;background: url(../images/tzgg_bg.png) no-repeat top center;}
.tzgglist{display: flex;flex-wrap: wrap;gap: 0 30px;justify-content: space-between;margin-top: 12px;}
.tzgglist .tzggitem{width: 380px;height: 116px;margin-top: 30px;padding:15px 22px;background: url(../images/tzgg_libg.png) no-repeat;background-size: 100% 100%;}
.tzgglist .tzggitem span{display: block;line-height: 24px;color: #2354AF;}
.tzgglist .tzggitem a{height: 48px;line-height: 24px;margin-top: 8px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.npxcbox{padding: 42px 0 90px;}
.npxc{margin-top: 12px;}
.npxc .nypc-list li{float: left;width: 48%;margin-top: 35px;}
.npxc .nypc-list li:nth-child(2n){float: right;}

.npzsbox{padding: 31px 0 90px;background: url(../images/npzs_bg.png) no-repeat top center;}
.npzs{margin-top: 12px;}
.npzs-list li{width: 48%;height: 75px;padding: 0 33px 11px;line-height: 64px;;background: url(../images/npzs_libg.png) no-repeat;background-size: 100% 100%;}
.npzs-list li{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;float: left;margin-top: 36px;}
.npzs-list li:nth-child(2n){float: right;}
.npzs-list li span{float: right;margin-left: 30px;color: #999;}

@media screen and (max-width: 1200px) {
    .ztheader{padding: 15px 0 30px;}
    .ztheader .ztlogo{width: 70%;}
    .ztheader .zttit{margin-top: 30px;}
    .lmtit a{font-size: 14px;bottom: 5px;}

    .bannerbox{margin-top: 20px;}
    .banner{width: 100%;}
    .npdt{width: 100%;margin-top: 20px;}
    .nypc-list li + li{margin-top: 10px;}
    
    .tzggbox{margin-top: 30px;padding: 20px 0;}
    .tzgglist .tzggitem{margin-top: 20px;padding: 15px;}

    .npxcbox{padding: 20px 0;}
    .npxc .nypc-list li{width: 100%;margin-top: 15px;}

    .npzsbox{padding:20px 0;}
    .npzs-list li{width: 100%;margin-top: 15px;}
}