.page-event .content {
  position: relative;
  max-width: 1100px;
  border-radius: 4px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #000000;
          box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #000000;
  margin: 80px auto 0;
}
@media (max-width: 575px) {
  .page-event .content {
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #000000;
    margin: 40px auto 0;
  }
}
.page-event .content .title-event::before, .page-event .content .title-event::after {
  top: 5px;
  width: 38px;
  height: 41px;
  background: url(../image/title-event.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  .page-event .content .title-event::before, .page-event .content .title-event::after {
    width: 25px;
    height: 27px;
  }
}
.page-event .content img {
  border: 2px solid #eeeeee;
}
.page-event .content .archive-event {
  border-top: 3px solid #ffffff;
  padding-top: 32px;
}
.page-event .content .archive-event h3 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .page-event .content .archive-event h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-event .content .archive-event p {
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .page-event .content .archive-event p {
    font-size: 12px;
  }
}
.page-event .content .archive-event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.page-event .content .archive-event li {
  width: 480px;
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
}
.page-event .content .archive-event li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 0%;
     object-position: 20% 0%;
  border: 2px solid #eeeeee;
}
@media (max-width: 575px) {
  .page-event .content .archive-event li img {
    height: 140px;
  }
}