.bim_list{
    width: 100%;
background-color: #F6F7FA;
overflow: hidden;
}

.bim_list_con{
    margin: 0 auto;
    width: 1200px;
    margin-top: 25px;

    display: flex;
    justify-content: space-between;
}
.bim_list_con_l{
    width:180px ;
    height: 364px;
    background-color: #fff;
}
.bim_list_con_r{
    width: 980px;
  
}
.dqlm{
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #D8D8D8;
    line-height: 91px;
    text-align: center;
    color:#186EE5;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.fbt{
    position: absolute;
    top: 25px;
    left: 40px;
    font-size: 10px;

    height: 14px;
    text-align: justify;
font-weight: 500;

}

.lmlb{
    padding-bottom: 20px;
}
.lmlb li{
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: #3D3D3D;
}

.newsList li{
width: 100%;
height: 176px;
background-color: #fff;

display: flex;
padding: 16px;
box-sizing: border-box;
}

 .newsList li .picture {
    width:230px ;
    height: 140px;
    overflow: hidden;
    margin-right: 16px;
 }

 .text{
    width: 700px;
 }
.text_tit{
    font-weight: bold;
    margin-bottom: 10px;

}
.text_con{
    font-size: 14px;

     /* letter-spacing: 0.15em; */
    

}
.list_ckxq{
    width: 93px;
    height: 32px;
   line-height: 32px;
   background-color: #164FAF;
   color: #fff;
   text-align: center;
   font-size: 14px;
   border-radius: 3px;
   margin-top: 10px;
}
.list_ckxq a{
color: #fff;
}

.onclass a{
color: #186EE5;
}

.content {
    line-height: 30px;
    margin: 0;
   padding-top: 40px;
    font-size: 16px;
}

.bim_con_r{
    width: 980px;
    background-color: #fff;
   
    padding: 0 40px;
    box-sizing: border-box;
    
}
.con_top{
    font-size: 18px;
    margin-top: 24px;
}

.con_top_fbt{
    color: rgba(0, 0, 0, .5);
}

.pagination_index_last{
      display: none;


}
.arrow{

  width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
  border: 1px solid #DDDDDD;
display: inline-block;
}

.index_num{
    background-color: #1C59C2;
}

.pagediv{
        float: right;
    margin-top: 20px;
}
