.quick-link-box {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}

.quick-link-box .item {
  width: 24.9%;
  padding: 60px 0;
  text-align: center;
}

.quick-link-box .item a {
  display: inline-block;
}

.quick-link-box .item a .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FF3333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}

.quick-link-box .item:nth-of-type(1) a .img {
  background-image: url(../image/q1.png);
}

.quick-link-box .item:nth-of-type(1) a:hover .img {
  background-image: url(../image/q1_over.png);
}

.quick-link-box .item:nth-of-type(2) a .img {
  background-image: url(../image/q2.png);
}

.quick-link-box .item:nth-of-type(2) a:hover .img {
  background-image: url(../image/q2_over.png);
}

.quick-link-box .item:nth-of-type(3) a .img {
  background-image: url(../image/q3.png);
}

.quick-link-box .item:nth-of-type(3) a:hover .img {
  background-image: url(../image/q3_over.png);
}

.quick-link-box .item:nth-of-type(4) a .img {
  background-image: url(../image/q4.png);
}

.quick-link-box .item:nth-of-type(4) a:hover .img {
  background-image: url(../image/q4_over.png);
}

.quick-link-box .item:nth-of-type(5) a .img {
  background-image: url(../image/q5.png);
}

.quick-link-box .item:nth-of-type(5) a:hover .img {
  background-image: url(../image/q5_over.png);
}

.quick-link-box .item:nth-of-type(6) a .img {
  background-image: url(../image/q6.png);
}

.quick-link-box .item:nth-of-type(6) a:hover .img {
  background-image: url(../image/q6_over.png);
}

.quick-link-box .item a p {
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
}

.quick-link-box .item a:hover p {
  color: #990000;
}

.contest-box {
  background: #f5f5f5;
  padding: 110px 0 60px;
}

.contest-box .title,
.unit-box .title {
  font-size: 42px;
  color: #B51906;
}

.contest-box .flow-box {
  margin-top: 60px;
}

.contest-box .flow-box .item {
  display: flex;
  align-items: stretch;
}

.contest-box .flow-box .item .time {
  font-size: 30px;
  color: #333333;
  padding-top: 6px;
  padding-right: 60px;
  flex-shrink: 0;
}

.contest-box .flow-box .item a.content {
  display: block;
  padding-left: 20px;
  padding-bottom: 60px;
  position: relative;
}

.contest-box .flow-box .item a.content:hover .name {
  text-decoration: underline;
}

.contest-box .flow-box .item .name {
  font-size: 36px;
  color: #B51906;
}

.contest-box .flow-box .item p {
  font-size: 24px;
  color: #B0B0B0;
}

.contest-box .flow-box .item a.content::before {
  content: '';
  width: 3px;
  background-color: #e6e9eb;
  position: absolute;
  top: 36px;
  left: 0;
  bottom: -16px;
  transform: translateX(-50%);
}

.contest-box .flow-box .item:last-of-type a.content::before {
  content: '';
  display: none;
}

.contest-box .flow-box .item a.content::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fbbb64;
  background-color: transparent;
  box-shadow: -3px 3px 5px 0px rgba(231, 57, 54, 0.50);
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateX(-50%);
}

.contest-box .flow-box .item:nth-of-type(2) a.content::after {
  border: 4px solid #958DEB;
  box-shadow: -3px 3px 5px 0px rgba(91, 172, 224, 0.50);
}

.contest-box .flow-box .item:nth-of-type(3) a.content::after {
  border: 4px solid #7DABDF;
  box-shadow: -3px 3px 5px 0px rgba(243, 236, 77, 0.50);
}

.contest-box .flow-box .item:nth-of-type(4) a.content::after {
  border: 4px solid #25D9D9;
  box-shadow: -3px 3px 5px 0px rgba(53, 122, 248, 0.50);
}

.notice-box .list-box {
  display: inline-block;
}

.notice-box a {
  display: block;
  font-size: 22px;
  color: #333333;
  margin-top: 40px;
}

.notice-box a:hover {
  color: #B51906;
  text-decoration: underline;
}

.notice-box .more {
  margin-top: 80px;
  text-align: right;
}

.unit-box {
  padding: 110px 0 60px;
  text-align: center;
}
.unit-box a {
  display: block;
  margin: 60px auto;
}

.unit-box img {
  height: 70px;
}

.footer-box {
  background-color: rgba(51, 51, 51, 9);
  padding: 36px 0 100px;
}

.footer-box .qrcode-box {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 auto;
}

.footer-box .qrcode-box img {
  width: 178px;
  height: 178px;
  margin-right: 30px;
}

.footer-box .contact-box .title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 30px;
}

.footer-box .contact {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-box .contact-box img {
  width: 24px;
  object-fit: contain;
}

.footer-box .contact-box p {
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}

.page-box {
  margin-top: 80px;
  margin-bottom: 80px;
}

.search-input-box .search-result {
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 40px;
}

.search-input-box .search-result span {
  color: #B91F2F;
}

.result-list-box .item {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.result-list-box .item .type {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 8px;
}

.result-list-box .item .title {
  font-size: 18px;
  line-height: 25px;
  color: #3F3F3F;
}

.result-list-box .item .title span {
  color: #B91F2F;
}

.result-list-box .item .content {
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #3F3F3F;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.announcements-list-box .item {
  display: block;
  margin-bottom: 24px;
  color: #3B3838;
  padding: 16px;
  background: #fffaf9;
}

.announcements-list-box a.item:hover {
  color: #B51905;
  background: #fff2f0;
  text-decoration: none;
}

.announcements-list-box .item .date {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 21px;
}

.announcements-list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.announcements-list-box a.item:hover .title {
  text-decoration: none;
}

.announcements-list-box .item .intro {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.28704px;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .quick-link-box {
    padding: 30px 0;
  }

  .quick-link-box .item {
    padding: 30px 0;
  }

  .quick-link-box .item a .img {
    width: 50px;
    height: 50px;
  }

  .quick-link-box .item a p {
    font-size: 14px;
    margin-top: 10px;
  }

  .contest-box {
    padding: 55px 0 30px;
  }

  .contest-box .title,
  .unit-box .title {
    font-size: 22px;
    text-align: center;
  }

  .contest-box .flow-box {
    margin-top: 30px;
  }

  .contest-box .flow-box .item .time {
    font-size: 14px;
    padding-top: 3px;
    padding-right: 30px;
  }

  .contest-box .flow-box .item a.content {
    display: block;
    padding-left: 10px;
    padding-bottom: 30px;
    position: relative;
  }

  .contest-box .flow-box .item .name {
    font-size: 18px;
  }

  .contest-box .flow-box .item p {
    font-size: 12px;
  }

  .contest-box .flow-box .item a.content::before {
    content: '';
    width: 2px;
    top: 18px;
    left: 0;
    bottom: -8px;
    transform: translateX(-50%);
  }

  .contest-box .flow-box .item a.content::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fbbb64;
    box-shadow: -1px 1px 2px 0px rgba(231, 57, 54, 0.50);
    top: 8px;
  }

  .contest-box .flow-box .item:nth-of-type(2) a.content::after {
    border: 2px solid #958DEB;
    box-shadow: -1px 1px 2px 0px rgba(91, 172, 224, 0.50);
  }

  .contest-box .flow-box .item:nth-of-type(3) a.content::after {
    border: 2px solid #7DABDF;
    box-shadow: -1px 1px 2px 0px rgba(243, 236, 77, 0.50);
  }

  .contest-box .flow-box .item:nth-of-type(4) a.content::after {
    border: 2px solid #25D9D9;
    box-shadow: -1px 1px 2px 0px rgba(53, 122, 248, 0.50);
  }

  .notice-box {
    text-align: center;
  }

  .notice-box .list-box {
    display: inline-block;
    text-align: left;
  }

  .notice-box a {
    font-size: 12px;
    margin-top: 20px;
  }

  .notice-box a:hover {
    color: #B51906;
    text-decoration: underline;
  }

  .notice-box .more {
    margin-top: 40px;
    text-align: right;
  }

  .unit-box {
    padding: 55px 0 30px;
  }

  .unit-box a {
    margin: 30px auto;
  }

  .unit-box img {
    height: 70px;
  }

  .footer-box {
    padding: 18px 0 50px;
  }

  .footer-box .qrcode-box {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-box .qrcode-box img {
    width: 128px;
    height: 128px;
    margin-right: 15px;
  }

  .footer-box .contact-box .title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .footer-box .contact {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .footer-box .contact-box img {
    width: 14px;
    object-fit: contain;
  }

  .footer-box .contact-box p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
  }

  .page-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}