*{
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  .haver{
    width: 100%;
    height: 30px;
    background: blanchedalmond;
  }
  .max_bj{

  }
  .ma_title{
    position: relative;
  }
  .ma_title img{
    width: 100%;
    display: block;
  }
  .ma_title_tit{
    position: absolute;
    left: calc((100% - 1340px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 578px;
  }
  .ma_title_tit h1{
    font-size: 44px;
    color: #FFFFFF;
  }
  .ma_title_tit h3{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 47px;
  }
  .lcontent{
    padding: 100px 0;
  }
  .ltitle{
    display: flex;
    margin-bottom: 39px;
  }
  .ltitle img{
    width: 59px;
    height: 60px;
    margin-right: 18px;
  }
  .ltitle_r{}
  .ltitle_r p{
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    line-height: 39px;
    display: block;
  }
  .ltitle_r span{
    font-size: 12px;
    text-align: left;
    color: #999999;
    letter-spacing: 1px;
  }
  .ltitle_h3{
   display: flex;
   justify-content: space-between;
   align-items: center;
    margin-bottom: 30px;
  }
  .ltitle_h3 h3{
    font-size: 28px;
    color: #333333;
  }
  .ltitle_h3 a{
    font-size: 20px;
    text-align: left;
    color: #005DD4;
    line-height: 20px;
    display: flex;
    justify-content: center;
  }
  .sanjiao{
    font-size: 12px;
    margin-left: 6px;
  }

  .lcontent1{
    background: #f1f5f9;
  }
  .lcont1{
    margin: 0 auto;
    width: 1340px;
    display: flex;
    justify-content: space-between;
  }
  .lcont1_l{}
  .lcont1_l_div{
    padding: 40px;
    width: 100%;
    height: 274px;
    border-radius: 16px 16px 16px 16px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .lcont1_l_text{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 32px;

    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 7;
  }
  .lcont1_l_div a{
    width: 138px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    background: #005dd4;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }

  .lcont1_r{}
  .lcont1_r_div{
    padding: 40px 0 40px 40px;
    width: 400px;
    height: 274px;
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
    
  }
  .lcont1_r_max{
    height: 100%;
    overflow-y: auto;
  }
  .lcont1_r_max::-webkit-scrollbar{
    width: 6px;
  }

  .lcont1_r_max::-webkit-scrollbar-thumb {
      background: #2196f3;
      border-radius: 5px;
  }
  .lcont1_r_lis{
    position: relative;
    cursor: pointer;
    height: 60px;
  }
  .lcont1_r_lis b{
    width: 12px;
    height: 12px;
    background: #D2D2D2;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #ffffff;
  }
  .lcont1_r_lis p{
    display: block;
    width: 0px;
    border-left: 2px dashed #D2D2D2;
    height: 56px;
    /* opacity: 0.2; */
    position: absolute;
    left: 11px;
    top: 0;
  }
  .lcont1_r_lis span{
    margin-left: 44px;
    font-size: 18px;
    color: #333333;
    display: block;
    padding-right: 12px;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
  }
  .lcont1_r_lis:nth-child(1) b{
    border: 6px solid #CBE0F8;
    z-index: 2;
    background: #0067EC;
  }
  .lcont1_r_lis:last-child b{
    border: 6px solid #CBE0F8;
    z-index: 2;
    background: #0067EC;
  }
  .lcont1_r_lis:last-child p{
    height: 20px;
  }

  .lcontent2{
    background: #FFFFFF;
  }
  .lcont2{
    width: 1340px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .lcont2_div{
    display: flex;
    justify-content: space-between;
  }
  .lcont2_div img{
    width: 650px;
  }

  .lcont2_cont{
    width: auto;
    border-radius: 16px;
    background: #eef7ff;
    padding: 40px;
    box-sizing: border-box;
  }
  .lcont2_cont_li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    /* align-items: center; */
  }
  .lcont2_cont_li span{
    display: block;
    /* width: 120px; */
    font-size: 24px;
  }
  .lcont2_cont_li b{
    display: block;
    width: calc(100% - 120px);
    font-size: 24px;
  }
  .lcont2_cont a{
    width: 138px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    background: #005dd4;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    /* margin-left: 120px; */
    margin-top: 24px;
  }

  .lcont3{
    width: 1340px;
    margin: 0 auto;
  }
  .lcont3_main{
    display: flex;
    justify-content: space-between;
  }
  .lcont3_main_div{
    width: 380px;
    height: 132px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    background: #eef7ff;
    padding: 40px;
    box-sizing: border-box;
  }
  .lcont3_main_div img{
    width: 52px;
    height: 52px;
    margin-right: 21px;
  }
  .lcont3_div_li{}
  .lcont3_div_li span{
    display: block;
    font-size: 18px;
    color: #666666;
  }
  .lcont3_div_li b{
    font-size: 24px;
    color: #333333;
    font-weight: 700;
  }
  .lcont3_main_div2{
    width: 540px;
  }
  .footer-main{
      margin-top: 0px;
  }
  .v_folor{
    
  }