* {
  margin: 0;
  padding: 0;
}
.main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.main .main-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .main-list .list-title {
  width: 164px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #0073a2;
  font-size: 26px;
  color: #fff;
  background-color: red;
}
.main .main-list .listBox {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-top: 15px;
  margin-bottom: 40px;
  height: auto !important;
  border: none !important;
}
.main .main-list .listBox > li {
  height: 60px;
  width: 16.66%;
  list-style-type: none;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.main .main-list .listBox > li:hover a {
  color: red;
}
.main .main-list .listBox > li > a {
  display: block;
  width: 100%;
  height: 60px;
  text-decoration: none;
  line-height: 60px;
  color: #666;
  text-align: center;
}
