.breadcrumb {
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb a {
  text-decoration: none;
  margin-right: 10px;
  color: #9b9b9b;
  margin: 0 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #005177;
}

.top {
  border-bottom: 7px solid #cf111b;
}
.top .block-flex {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.top .block-flex .left {
  width: 50%;
}
.top .block-flex .left .title1 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.top .block-flex .left .title2 {
  font-size: 60px;
  color: #cf111b;
  font-family: "Anton";
  letter-spacing: 2px;
}
.top .block-flex .right {
  width: 50%;
}
.top .block-flex .right img {
  margin: 50px 0;
}
.top .title-box {
  margin: 20px 10%;
}

section.link .block {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}
section.link .top-title {
  border-bottom: solid 2px #cf111b;
  padding-bottom: 10px;
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: 600;
}
section.link .link-flex {
  display: flex;
  gap: 50px;
}
section.link .link-flex a {
  background: #f8f8f8;
  padding: 30px;
}
section.link .link-flex .title {
  color: #cf111b;
  font-size: 25px;
  padding: 20px 0;
  border-bottom: solid 1px #707070;
  font-weight: 600;
}
section.link .link-flex .view {
  text-align: right;
  color: #cf111b;
  margin-top: 20px;
}
section.link .link-flex .view span {
  border-bottom: solid 1px #cf111b;
  line-height: 110%;
  font-weight: 600;
}
section.link .on {
  opacity: 0.5;
}

@media (max-width: 700px) {
  .top .block-flex {
    flex-direction: column;
  }
  .top .block-flex .left {
    width: 100%;
    margin-top: 5px;
  }
  .top .block-flex .left .title1 {
    margin-bottom: 0;
  }
  .top .block-flex .left .title2 {
    line-height: 120%;
  }
  .top .block-flex .right {
    width: 100%;
  }
  .top .block-flex .right img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top .block-flex .pre-name {
    line-height: 120%;
  }
  .breadcrumb {
    margin: 0;
  }
  section.link .link-flex {
    flex-direction: column;
    gap: 30px;
  }
  section.link .link-flex a {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  section.link .block {
    margin-top: 50px;
  }
}/*# sourceMappingURL=system.css.map */