.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;
}










.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;
  

}


.dynamics_box #dynamicList{
    width: 1200px;
    height: 850px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}


.dynamics_box #dynamicList li{
    float: left;
    width: 390px;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
}

.dynamics_box #dynamicList li:nth-child(3),li:nth-child(6){
    margin-right: 0;
}

#dynamicList  .new_img{
    width: 391px;
    height: 230px;
    overflow: hidden;
   
}


#dynamicList .new_img img{
     width: 100%;
     height: 100%;
    transition: transform 0.3s ease;
}
#dynamicList .new_img img:hover{
    transform: scale(1.2);
}




#dynamicList  .news_li{
    padding: 0 10px;
    box-sizing: border-box;
}


#dynamicList li:nth-child(3),li:nth-child(6) {
      margin-right: 0;
}

#dynamicList li h5{
   
    font-size: 14px;
    color: #222;
    margin: 34px 0 15px 0;

}



#dynamicList li span{
    display: inline-block;
    font-size: 12px;
    color: #666;
 
}

#dynamicList li p{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
  
}

#dynamicList li button{
    width: 86px;
    height: 26px;
    line-height: 26px;

    background-color: #0536B9;

    border: 0;
    border-radius: 5px;
    position: absolute;
    left: 40% ;
    top: 215px;
    cursor: pointer;
}

#dynamicList li button a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
}










  #pagination{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }


  #pagination button{
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ADADAD;
    background-color: #fff;
    color: #ADADAD;
    cursor: pointer;
  }
/*新列表css*/
.arcul{
    max-width: 1400px;
    margin: 0 auto;
}
.arcul li{
    width: 30%;
    float: left;
    margin: 15px;
    background: #ffffff;
}
.new_imgimg{
    width: 415px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.news_lili h5{
    font-size: 14px;
}
.news_lili{
    padding: 8px;
}
.news_lili span,.news_lili p{
    font-size: 12px;
}

.arcul button{
    background: #0536be;
    color: white;
    border-radius: 5px;
    padding: 5px;
    border: 0px solid;
    position: relative;
    top: -14px;
    left: 171px;
}
.arcul button a{
    color: #FFFFFF;
}























