.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;
}
.dian_ji{
    width: 100%;
    height: 43px;
    border-bottom:1px solid #e5e5e5;
}
.dian_ji>p{
    width: 100px;
    height: 42px;
    color: #3377ff;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-weight: bolder;
    border-bottom: 2px solid #4983ff;
}
   .dianjiStyle,
  .dianjiStyle1,
  .dianjiStyle2,
  .dianjiStyle3{
    background: rgb(255,102,0)!important; 
  }
  .dianji_title{
    width: 100%;
    height: 340px;
    line-height: 10px;
    padding:10px;
    overflow: hidden;
  }
  .dianji_titles{
    width: 100%;
    height: 340px;
    line-height: 10px;
    padding:10px 10px 0 0;
    overflow: hidden;   
  }
  .dianji_title>p,
  .dianji_titles>p
  {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  .dianji_title>p>a{
    text-decoration: none; 
  }
  .dianji_titles>p>a
  {
    text-decoration: none;
    width: calc(100% - 10px);
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .dianji_title>p>a:hover,
  .dianji_titles>p>a:hover{
    color: #8cacff;
  }
  .dianji_title span{
   display: inline-block;
   width: 20px;
   height: 20px;
   line-height: 20px;
   text-align: center;
   font-size: 14px;
   background: rgb(177,177,177);
   color: #ffffff;
   font-weight: bold;
   margin-right: 10px;
  }
  .circular{
    display: block;
    float: left;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #a4a4a4;
    margin: 15px 8px 0px 0px;
  }
  .now_article{
    margin-top: 10px;
  }
  .main_bx_right{
    padding-top: 40px;
  }
  .down_all_box{
    width: 100%;
  }
  .down_page_one{
    width: 100%;
  }
  .down_page_one:last-child{
    border: none;
  }
  .down_head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgb(208,231,247);
  }
  .header_down{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
  }
  .down_main{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed rgb(229,229,229);
  }
  .down_main:last-child{
    border: none;
  }
  .main_down_first{
    font-size: 16px;
    font-weight: bold;
  }
  .main_down_send{
   font-weight: 600;
  }
  .main_grade{
    font-size: 16px;
    margin-top: 10px;
  }
  .language_title{
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  .language_style{
    color: rgb(62,179,47);
  }
  .language_right{
    margin-right: 10px;
  }
  /* .fen_footer_father{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
  }
  .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;
  } */
  @media screen and (max-width: 370px) {
    p, a, li, span{
      font-size: 16px!important;
    }
    /* .main_down_send{
      font-size: 16px!important;
    } */
  }
  @media screen and (max-width:768px) {
    main{
      margin-top: 60px;
    }
  }
  @media screen and (max-width: 470px) {
    main>div>div:nth-child(2){
      padding: 0;
    }
  }