@font-face {
  src: url("../font/MS Gothic.ttf");
  font-family: gothic;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-font-family: gothic;
  line-height: 24px;
  color: #333;
}
body ul {
  list-style-type: none;
}

.title {
  background: #f4f8f8;
}
.title .breadcrumb {
  background-color: #f4f8f8;
  margin: 0 !important;
}
.title .breadcrumb i {
  color: #00a29a;
}
.title .breadcrumb span {
  font-size: 12px;
  font-family: gothic;
}
.title .breadcrumb li {
  padding: 0;
}
.title .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.event-detail {
  padding: 32px 0 100px;
}
.event-detail .h-head {
  font-size: 24px;
  font-family: gothic;
  color: #006666;
}
.event-detail .date {
  margin: 0;
  display: flex;
}
.event-detail .date li {
  font-size: 14px;
  font-family: gothic;
  color: #5b5b5b;
}
.event-detail .date .active {
  margin-right: 60px;
}
.event-detail .date .act {
  margin: 0 5px;
  font-family: auto;
}
.event-detail .div-img {
  margin-bottom: 30px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-detail .div-img img {
  width: 100%;
}
.event-detail .p-inf {
  text-align: justify;
  text-indent: 20px;
  font-family: gothic;
}

@media screen and (max-width: 769px) {
  .event-detail {
    padding: 20px 15px 30px 15px;
  }
  .event-detail .h-head {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .event-detail .date {
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
  .event-detail .date .li_normal__mb {
    width: 33%;
  }
  .event-detail .date .act {
    width: 4%;
  }
  .event-detail .date li {
    font-size: 12px;
  }
  .event-detail .date .active {
    margin: 0;
  }
}

.campaign-content h3, .campaign-content a {
    color: rgb(0, 102, 102)
}
