.titname{
  color: #FFE997;
}
.bignNatitlea{
  display: flex;
  align-items: center;
  padding:  20px;
  box-sizing: border-box;
  background: #006834;
}
.bignNatitle{
  display: flex;
  align-items: center;
  padding:  20px;
  box-sizing: border-box;
}
.bignNatitle p{
  font-size: 18px;
  font-weight: bold;
}
.bignNatitle span{
  margin-left: 10px;
  font-size: 12px;
  color: #c1c1c1;
}
.navinfo{
  padding: 0px 20px;

}

.navinfo ul{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   list-style: none;
   box-sizing: border-box;
}
.navinfo ul li{
  width: 25%;
   margin-bottom: 10px;
   padding: 0 10px;
   box-sizing: border-box;
}
.navinfo ul li .onenumber{
  text-align: center;
   font-weight: bold;
   font-size: 20px;
   color: #1bb700;
}
.navinfo ul :nth-child(1) p:nth-child(1){
  color: #1bb700;
}
.navinfo ul :nth-child(1) p:nth-child(3){
  color: #1bb700;
}
.navinfo ul :nth-child(2) p:nth-child(1){
  color: #2EC7C9;
}
.navinfo ul :nth-child(2) p:nth-child(3){
  color:#2EC7C9;
}
.navinfo ul :nth-child(3) p:nth-child(1){
  color: #B6A2DE;
}
.navinfo ul :nth-child(3) p:nth-child(3){
  color:#B6A2DE;
}
.navinfo ul :nth-child(4) p:nth-child(1){
  color: #FFB980;
}
.navinfo ul :nth-child(4) p:nth-child(3){
  color:#FFB980;
}
.navinfo ul :nth-child(5) p:nth-child(1){
  color: #D87A80;
}
.navinfo ul :nth-child(5) p:nth-child(3){
  color: #D87A80;
}
.navinfo ul li .twonumber{
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background-color: #dcdcdc;
  padding: 2px 6px;
  box-sizing: border-box;
  margin: 5px 0;
}
.navinfo ul li .act{
  color: #1bb700;

}
.navinfo ul li .threenumber{
  text-align: center;
   font-size: 10px;
   color: #1bb700;
   display: flex;
   align-items: center;
}
.navinfo ul li .threenumber span{
  color: #c1c1c1;

}
.navinfo ul li .twocolor{
  color: #2EC7C9;
}
.navinfo ul li .threecolor{
  color: #B6A2DE;
}
.navinfo ul li .fourcolor{
  color: #FFB980;
}
.navinfo ul li .fivecolor{
  color: #D87A80;
}

.navinfo .datafrom{
  font-size: 12px;
  color: #dcdcdc;
}
.ljitem{
  margin-top: 10px;
}
 .center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ljitem .lsnav{
  font-size: 14px;
  display: flex;
  align-items: center;

}
.ljitem .lsnav .lsactive{
  color: #F55B19;
  font-weight: bold;
  border: 1px solid #F55B19;

}
.ljitem .lsnav p{
  background-color: #F4F5F7;
     color: #333333;
     border-radius: 2px;
     margin-right: 10px;
     padding: 5px 5px;
     box-sizing: border-box;
}
.ljitem .datalist{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  box-sizing: border-box;
}
.ljitem .datalist p{
   width: 33%;
   line-height: 30px;
}
.ljitem .spxli p{
  width: 50%;
  line-height: 30px;
}
.navtitle{
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  margin-left: 20px;
}