.banner {
  background: url(../img/news_bg.png) no-repeat center;
  padding: 0;
}

.banner .title {
  width: 1200px;
  margin: 0 auto;
  padding-left: 105px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

#list ul {
  padding: 0 25px 0 105px;
}
#list ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;

  font-size: 18px;
  text-decoration: none;
}
#list ul li a:visited {
  color: black;
}
#list ul li a:hover {
  color: #0288d1;
}
