body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", "Simsun", Arial, sans-serif;
  line-height: 0;
  color: #333;
  font-size: 14px;
  background: linear-gradient(#1348a4, #fff) no-repeat;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

li {
  list-style-type: none;
  display: block;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.header .logo{
  background:white;
}
.title-inner a{
    font-size: 12px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0px 5px;
}