.news-header{
    height:90px;
    line-height: 90px;
    background: rgba(32, 17, 84, 0.2);
    position: relative;
    z-index: 10;
 
 }
 .header-inner{
      /* justify-content:center;  */
 }
 .header-inner .logo {
     width: 150px;
 }
 .header-inner .logo img{
     width: 150px;
     height: auto;
     margin-top: 15px;
 }
 .header-list{
    margin-left: 160px;
 }
 .header-list>ul{
     flex: 1;
     height:90px;
     align-items: center;
     justify-content: center;

 }
 .header-list>ul>li{
     display: inline-block;
     height: 90px;
     text-align: center;
     box-sizing: border-box;
     border-radius:20px;
     position: relative;
     display: inline;
     margin-right: 20px;
     padding-top:25px;
 }
 .header-list>ul>li>a {
     display: block;
     height: 100%;
     font-size: 14px;
     color: #fff;
     padding: 0 20px;
     height:40px;
     line-height: 40px;
     
 }
 .header-list ul li a:hover{
     color: #4e44f6;
 }
 .header-list>ul>li.on>a{
     background: linear-gradient(right,#4e44f6, #656bfa,#7a8dfe);   
     background: -webkit-linear-gradient(right,#4e44f6, #656bfa,#7a8dfe);
     background: -o-linear-gradient(right, #4e44f6, #656bfa,#7a8dfe);
     background: -moz-linear-gradient(right,#4e44f6, #656bfa,#7a8dfe);
     background: -ms-linear-gradient(right,#4e44f6, #656bfa,#7a8dfe);
 
 }
 .header-list>ul>li.on a{
     font-weight: 600;
     border-radius: 18px;
 }
 .header-list>ul>li.on a:hover{
     color: #fff;
 }
 .header-item ul{
     position: absolute;
     top:88px;
     left: -14px;
     display: none;
     width: 125px;
     /*padding:15px;*/
     line-height: 26px;
     text-align: center;
     background: #fff;
     box-shadow: 0 12px 10px 0 rgb(0 0 0 / 7%);
     /*padding-bottom: 15px;*/
 }
 .header-item ul li{
     padding-bottom: 10px;
 }
 .header-item ul li a{
     display:block;
     color: #333!important;
     font-size: 14px;
     line-height:45px;
     
 
 }
 .header-item ul li a:hover{
    color: #4e44f6!important;
    border-bottom: 1px solid #4e44f6;
 }