 .yijib,
 .erjib,
 .sanjib,
 .sijib {
     display: flex;
     justify-content: space-between;
     width: 100%;
     border-bottom: 1px solid #e7e7e7;
     font-size: 14px;

 }

 .yijib a {
     width: 85%;
     line-height: 40px;
     display: block;
     color: #3a3a3a;
     padding-left: 20px;
 }

 .erjib a {
     width: 85%;
     line-height: 40px;
     display: block;
     color: #3a3a3a;
     padding-left: 30px;
 }

 .sanjib a {
     width: 85%;
     line-height: 40px;
     display: block;
     color: #3a3a3a;
     padding-left: 40px;
 }

 .sijib a {
     width: 85%;
     line-height: 40px;
     display: block;
     color: #3a3a3a;
     padding-left: 50px;
 }

 .yijiicon,
 .erjiicon,
 .erjiicon {
     transform: rotate(-90deg);
     transition: all .2s;
     width: 15%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .erjibb {
     background: #f8f8f8;
 }


 .yijib:hover a {
     color: #f08518 !important;
 }



 .erjib:hover a {
     color: #f08518 !important;
 }



 .sanjib:hover a {
     color: #f08518 !important;
 }


 .sijib:hover a {
     color: #f08518 !important;
 }

 .curr:hover a {
     color: #fff !important;
 }

 .sanjib a {
     width: 100%;
 }

 .left-right {
     display: none;
 }

 .sanjib {
     background: #f4f4f4;
 }

 @media screen and (max-width:1230px) {
     .left-right {
         display: block;
     }
 }

 .curr {
     background: #f08518 !important;
 }

 .curr>a {
     color: #fff !important;
 }

 .leftb {
     border-left: 2px solid #e7e7e7;
     border-bottom: 2px solid #e7e7e7;
     margin-top: -30px;
     padding-top: 40px;
 }