.wrap{
    width: 1200px;
    margin: 0 auto;
}
/* body{
    background: url(../images/bg.png)no-repeat top center;
   
} */
.header{
    max-width: 1920px;
    background: url(../images/2023jzznew_header.png)no-repeat center top;
    height: 913px;
    margin: 0 auto;
  min-width:1200px;
}

.logo{
    padding-top: 36px;
    width: 1200px;
    margin: 0 auto;
}
.tg{
   text-align: center;
   margin-top: 158px;
}
.ly{
    font-size: 32px;
    text-align: center;
    margin-top: 75px;
    min-width: 1200px;
}

.date{
    font-size: 32px;
    margin-top: 40px;
    text-align: center;
    min-width: 1200px;
}
.nav{
  background: #4F85EC;
  height: 100px;
  line-height: 100px;
  min-width:1200px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav a{
  color: #fff;
  font-size: 22px;
}
.beijing1{
  background: #F0F5FE;
  padding-top: 70px;
  padding-bottom: 50px;
  min-width:1200px;
}
.beijing2{
  background: url(../images/2023jzznew_beijing.png)no-repeat center center;
 
  padding-top: 70px;
  padding-bottom: 50px;
  min-width:1200px;
}
.title{
    /* margin-top: 100px; */
   
    text-align: center;
}
.title p{
    color: #4F4DDD;
    font-size: 40px;
    padding-bottom: 25px;
    font-weight: 600;
}
.title .dian{
    width: 80px;
    height: 1px;
    background: url(../images/2023jzznew_title.png)no-repeat center center;
    margin: 0 auto;
}
.jianjie{
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
}
.left{
    margin-right: 80px;
}
.left p{
    font-size: 22px;
    text-indent: 44px;
    line-height: 44px;
    margin-top: 20px;
    text-align: justify;
}
.right{
    font-size: 0;
    border: 1px solid #ccc;
}
.new_l{
    font-size: 0;
    width: 46%;
    margin-right: 3%;
    border: 1px solid #ccc;
}
.new_l img{
    width: 100%;
}
.new_r{
    width: 51%;
}
.new_r li {
    font-size: 22px;
    color: #000;
    overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   line-height: 75px;
}
.new_r li a{
    font-size: 22px;
    color: #000;
    overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

@media (max-width: 1500px) {
.tg img{
    width: 100%;
}
}



.right .swiper {
    width: 364px;
    height: 486px;
  }

  .right .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .right .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .right  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .right .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }



  
.new_l  .swiper {
    width: 552px;
    height: 375px;
  }

  .new_l  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .new_l  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .richeng{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .richeng li{
    display: flex;
    font-size: 22px;
   flex-direction: column;
  }
  .richeng li p{
    font-size: 16px;
   padding-left: 210px;
   color: #696969;
  }
  .richeng li div{
    display: flex;
    font-size: 22px;
  
  }
  
  .richeng li:nth-child(2){
    margin: 60px 0;
  }
  .richeng li:nth-child(4){
    margin: 60px 0;
  }
  .richeng li span{
    display: flex;
    align-items: center;
  }
  .richeng li span:nth-child(1){
    width: 170px;
  }
  .richeng li span:nth-child(2){
   
    width: 1px;
    margin-right: 25px;
    margin-left: 25px;
    height: 58px;
   background: #000;
  }
  .richeng li span:nth-child(3){
    width: 77%;
    
  }
  .zthd{
    width: 60%;
    margin-right: 10%;
  }
  .zthd p{
    color: #0CB9FE;
    font-size: 20px;
  }
  .zthd h4{
    color: #28395E;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .zthd span{
    display: block;
    font-size: 20px;
  }
  .zthd a{
    float: right;
  }
  .hr{
    height: 4px;
    background: #464D68;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .more{
    color: #7D7F80;
    font-size: 18px;
    float: right;
    margin-top: -50px;
  }
  .gddt{
    margin-top: 30px;
  }
  .gddt li{
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
  }
  .gddt li a{
   color: #353535;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    
  }
  .gddt li span{
   color: #7D7F80;
  font-size: 18px;
  
  }
  .zb{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .zb li{
    width: 23%;
  }
  .zb li a{
    font-size: 0;
  }
  .zb li img{
    width: 100%;
  }
  .zb_more{
    color: #7D7F80;
    font-size: 18px;
    float: right;
    margin-top: 50px;
    margin-right: 40px;
  }