.navBox{
  width: 1903px;
  height: 40px;
  background: #0038B2;
  padding-left: 314px;
  line-height: 40px;
  margin: 0 auto;
}
.navList{
 display: flex;
justify-content: space-between;
  width:550px;font-size: 16px;

}

.navList li{
  width:148px;
text-align: center;display: inline-block;

}

.navList li span{
   color:#fff !important;
}