.main {
  margin-top: 50px;
  margin-bottom: 49px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main h1 {
  text-align: center;
  color: #016bb5;
  padding-bottom: 40px;
  background: url(../bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.main .module {
  margin-top: 46px;
}
.main .module .module_title {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #dceaf0;
  margin-left: 9px;
}
.main .module .module_title::before {
  content: "";
  position: absolute;
  left: -9px;
  width: 4px;
  height: 100%;
  background-color: #dceaf0;
}
.main .module .module_title a {
  display: flex;
  align-items: center;
  width: 243px;
  height: 100%;
  background: url(../bg_map_title.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 32px;
  font-size: 26px;
  color: #015293;
  font-weight: 700;
}
.main .module .module_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main .module .module_list li {
  position: relative;
  padding-left: 18px;
  margin: 0 18px;
  line-height: 50px;
}
.main .module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  background-color: #015293;
  border-radius: 50%;
}
.main .module .module_list li a {
  font-size: 20px;
  color: #333;
}
.main .module .module_list li a:hover {
  color: #015293;
}
