.tree_head{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #4983ff;
    font-size: 16px;
}
.tree_head a:hover{
  color: #4983ff;
  cursor: pointer;
}
.main_bx_all{
  width: 100%;
}
.notic_ul>li{
    /* width: 100%; */
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
  .now_article{
    margin-top: 10px;
  }
  .main_bx_right{
    padding-top: 40px;
  }
  .plate_all{
    width: 100%;
  }
  .nav-tabs>li{
    margin-bottom: 0px!important;
  }
  .nav-tabs>li>a{
    border: 1px solid #c1c1c1;
    color: #0068b7;
    font-size: 24px;
    height: 110px;
    width: 135px;
    border-radius: 0;
    text-align: left;
    margin-right: 10px;
    padding: 0 0 10px 10px;
    display: flex;
    align-items: flex-end;
  }
  .nav>li>a{
    padding: 5px 0px 15px 15px!important;
  }
  .nav-tabs{
    border-bottom: 3px solid #0068b7;
  }
  .nav-tabs>li>a:hover{
    background: #ffffff;
    border: 1px solid #c1c1c1;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #0068b7;
    color: #ffffff;
  }
  .workflow_style{
    padding-top: 30px;
  }
  .workflow_scale{
    line-height: 35px;
    text-indent: 2em;
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    color: #464646;
  }
  .workflow_scale a{
    text-indent: 0;
    padding: 0;
    margin-right: 10px;
  }
  .workflow_scale_img{
    width: 100%;
  }
  .workflow_style_txt{
    width: 100%;
    text-indent: 2em;
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    color: #464646;
    overflow: hidden;
  }
  .notice_work_all{
    width: 100%;
    height: 30px;
    padding: 0px 20px;
  }
  .notice_work_title{
    color: #0068b7;
    font-size: 18px;
    width: 80px;
    line-height: 30px;
    float: left;
  }
  .notic_ul_fathers{
    margin-top: 10px;
  }
  .notice_work_box{
   width: calc(100% - 80px);
   height: 15px;
   margin-top: 14px;
   border-top: 1px solid rgb(42,121,184);
   float: left;
  }
  .work_img_box{
   margin-top: 20px;
  }
  .work_miaoshu{
    width: 100%;
    color: #464646;
    text-align: center;
    font-size: 18px;
  }
  .work_img_style{
    width: 100%;
    /* height: 100px; */
    padding: 0 10px;
  }
  .work_msg{
    padding: 0 10px;
    margin-top: 30px;
    float: left;
  }
  .plate_all{
    padding-top: 20px;
    border-top:1px solid rgb(245,245,245);
  }
  .content_main{
    padding-bottom: 20px;
    border-bottom:1px solid rgb(245,245,245);
  }
  @media screen and (max-width:768px) {
    .work_msg{
      width: 50%;
    }
    main{
      margin-top: 60px;
    }
  }
  @media screen and (min-width:768px) and (max-width:992px) {
    .work_msg{
      width: 25%;
    }
  }
  @media screen and (min-width:992px) and (max-width:1200px) {
    .work_msg{
      width: 25%;
    }
  }
  @media screen and (min-width:1200px) {
    .work_msg{
      width: 20%;
    }
  }
  @media screen and (max-width: 470px) {
    main>div>div:nth-child(2){
      padding: 0;
    }
  }
  .work_img_style>a{
    width: 100%;
    height: 100%;
  }
  .work_img_style>a>img{
    width: 100%;
    height: 100%;
  }
  /* .fen_footer_father{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .fen_footer_father>p{
    margin-right: 5px;
  }
  .fen_footer_button{
    padding: 5px;
    cursor: pointer;
    border: 1px solid #4983ff;
  }  
 .fen_footer_button:hover{
    background: #4983ff;
    color: #ffffff;
  }
  .fen_footer_children>div:last-child>p{
    float: left;
    margin-right: 20px;
  }
  .fen_footer_children>div:last-child>select{
    float: left;
    width: 100px;
    height: 30px;
    margin-top: 10px;
  } */