.news_banner {
    font-size: 0;
    position: relative;
}
.news_banner img{
    width: 100%;
    height: auto;
}



.news_banner  .layer{
   position: absolute;
   top: 0;
   left: 0;
   background-color: #000;
   width: 100%;
   height: 100%;
   opacity: 0.2;
  z-index: 9;

}



.news_banner  .box{
   width: 100%;
   height: 150px;
   color: #fff;
   position: absolute;
   left: 50%;
   top: 52%;
   transform: translate(-50%,-50%);
   text-align: center;
  z-index: 10;
   
}

.news_banner .box h3{
   font-size: 50px;
}

.news_banner  .box h5{
   font-size: 30px;
   text-transform: uppercase;
   font-weight: 100;
}













.advertising01{
    font-size: 0;
}
.advertising01 img{
    width: 100%;
    height: auto;
}











.dynamics{
    width: 100%;
    height: 1370px;
    display: block;
    margin: 0 auto;
    background-color: #efefef;
    position: relative;
}


.dynamics .tit{
   width: 1200px;
   height: 189px;
   display: block;
   margin: 0 auto;
   border-bottom: 1px solid rgba(56,56,56,0.05);
   margin-bottom: 100px;
   box-sizing: border-box;
}
.dynamics .tit .tit_ul{
   height: 189px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.dynamics .tit .tit_ul li{
   float: left;
   width: 220px;
   height: 72px;
   line-height: 72px;
   font-size: 29px;
   color: #222222;
   cursor: pointer;
}


.dynamics .tit .tit_ul li a{
    display: inline-block;
    width: 220px;
    height: 72px;
}



.dynamics .tit .tit_ul .current a{
    background-color: #0536B9;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
}



.dynamics_box{
   display: none;
}




.dynamics_box span select{

   width: 200px;
   height: 28px;
   border-radius: 20px;
   border-bottom: 1px solid #222222;
   font-size: 18px;
   padding-left: 10px;
 

}


#dynamicList{
   width: 1200px;
   height: 850px;
   display: block;
   margin: 0 auto;
}
#dynamicList li{
   width: 1200px;
   height: 210px;
   display: block;
   margin: 0 auto;
   border-bottom: 1px solid #ADADAD;
   padding-top: 50px;
   box-sizing: border-box;
}


#dynamicList li .dy_l{
   float: left;
   width: 150px;
}


#dynamicList li .dy_l h5{
   color: #666;
   font-size: 20px;
}

#dynamicList li .dy_l span{
   display: inline-block;
   width: 40px;
   height: 18px;
   line-height: 18px;
   font-size: 12px;
   text-align: center;
   border: 1px solid #666;
   color: #666;

}


#dynamicList li .dy_c{
   float: left;
   width: 770px;

}

#dynamicList li .dy_c h4{
   font-size: 18px;
}

#dynamicList li .dy_c span{
   font-size: 14px;
}


#dynamicList li .dy_r{
   float: right;
}












 #pagination{
   width: 1200px;
   display: block;
   margin: 0 auto;
   text-align: center;
   padding-top: 50px;
 }


 #pagination button{
   width: 30px;
   height: 30px;
   font-size: 14px;
   margin-right: 10px;
   border: 1px solid #ADADAD;
   background-color: #fff;
   color: #ADADAD;
   cursor: pointer;
 }


