.wrap{
    width: 1200px;
    margin: 0 auto;
}
 body{
  overflow:scroll;
   
} 
.header{
    max-width: 1920px;
    background: url(../images/header.png)no-repeat center top;
    height: 950px;
    margin: 0 auto;
    color:#fff;
}
.logo{
  padding-top: 103px;
  margin-left: 39px;
}
.tg{
 text-align: center;
 margin-top: 97px;
}
.ly{
  font-size: 32px;
  text-align: center;
  margin-top: 50px;
  min-width: 1200px;
}

.date{
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
  min-width: 1200px;
}
.nav{
  background: #2B8EFF;
  height: 100px;
  line-height: 100px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.nav a{
  color: #fff;
  font-size: 24px;
}
.beijing1{
  background: #F0F5FE;
  padding-top: 70px;
  padding-bottom: 50px;
}
.beijing2{
  background: url(../images/beijing.png)no-repeat center center;
 
  padding-top: 70px;
  padding-bottom: 50px;
}
.title{
    /* margin-top: 100px; */
   
    text-align: center;
}
.title p{
    color: #000;
    font-size: 40px;
    padding-bottom: 25px;
    font-weight: 600;
}
.title .dian{
    width: 80px;
    height: 1px;
    background: url(../images/title.png)no-repeat center center;
    margin: 0 auto;
}
.titles{
  /* margin-top: 100px; */
 
 text-indent: 23px;
  background: url(../images/titles.png)no-repeat center center;
  height: 60px;
  line-height:60px;
}
.titles p{
  color: #fff;
  font-size: 40px;
  padding-bottom: 25px;
  font-weight: 600;
}
.jianjie{
    display: flex;
    margin-top: 70px;
    justify-content: space-around;
}
.jianjie_r{
  height: 1095px;
  width: 207px;
 
  background: url(../images/1111.png)no-repeat top left;
}
.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 li {
  width: 1000px;
    font-size: 22px;
    color: #000;
   display: flex;
   justify-content: space-between;
   margin-top: 20px;
}
.new_rl{
  font-size: 0;
  margin-right: 37px;
}
.new_rl img{
  width: 265px;
  height: 183px;
  
}
.new_r li a h5{

font-weight: 500;
font-size: 24px;
color: #064CAB;
line-height: 48px;
 margin-top: 7px;
 
}
.new_r li a p{
    font-size: 16px;
    color: #6F6F6F;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 margin-left: 25px;
 margin-top: 20px;
 line-height: 30px;
 text-align: justify;
}
.new_r li a span{
  color: #6F6F6F;
  font-size: 16px;
  float: right;
}
@media (max-width: 1500px) {
.tg img{
    width: 100%;
}
}



.right .swiper {
    width: 321px;
    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%;
    object-fit: cover;
  }

  .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;
   margin-bottom: 50px;
  }
  .richeng li p{
    font-size: 32px;

  }
  .richeng li div{
    display: flex;
    font-size: 22px;
  
  }
  .richeng li:last-child{
    margin: 0;
  }
  /* .richeng li:nth-child(2){
    margin: 60px 0;
  } */
  /* .richeng li span{
    display: flex;
    align-items: center;
  } */
  .richeng li span:nth-child(1){
    width: 170px;
    text-align: center;
    line-height: 46px;
  }
  .richeng li span:nth-child(2){
   
    width: 1px;
    margin-right: 20px;
 
    height: 86px;
   background: #000;
  }
  .richeng li span:nth-child(3){
    width: 77%;
   
    font-size: 22px;
    line-height: 86px;
  }
  .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: #fff;
    font-size: 18px;
    float: right;
    margin-top: -50px;
    line-height: 40px;
  }
  .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{
   
    margin-top: 20px;
    overflow: hidden;
  }
  .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;
  }
  .swiper-slide{
  width: 380px!important;
    font-size: 0;
  }
  .swiper-slide img{
    width: 100%;
    
  }
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    width: 36px;
    height: 36px;
    background-image: url(news_img_01h.png);
    background-size: 36px;
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width: 36px;
    height: 36px;
    background-image: url(news_img_02h.png);
    background-size: 36px;
}

.swiper-button-prev:hover {
    right: auto;
    left: 10px;
    width: 36px;
    height: 36px;
    background-image: url(news_img_01.png);
    background-size: 36px;
}

.swiper-button-next:hover{
    right: 10px;
    left: auto;
    width: 36px;
    height: 36px;
    background-image: url(news_img_02.png);
    background-size: 36px;
}
.swiper-button-prev:after,.swiper-button-next:after{content:''}
  .contents h5{
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
  }
  .contents span{
    color: #444;
    text-align: center;
    font-weight: 500;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .contents p{
    color: #000;
    text-align: justify;
    font-weight: 500;
    display: block;
    margin-top: 40px;
    font-size: 16px;
  }