.main {
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 10px;
}
.main .top img {
  width: 100%;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 18px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main .module {
  margin-bottom: 32px;
}
.main .module .module_title {
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  margin-bottom: 20px;
}
.main .module .module_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  color: #333;
}
.main .module .module_table th,
.main .module .module_table td {
  border: 1px solid #eaeaea;
  padding: 8px;
  text-align: left;
  padding: 20px 30px;
}
.main .module .module_table th {
  width: 180px;
  background-color: #f7f8fa;
  font-weight: normal;
}
.main .module .module_table td {
  min-width: 200px;
}
