#app {
  background: #f7f7f7;
  padding-bottom: 50px;
}
.notice-header {
  width: 100%;
  height: 260px;
  background: url(site/images/custom-notice-custom-notice-PC-v3.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
.notice-header h1 {
  font-size: 48px;
  color: #252B3A;
  letter-spacing: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  line-height: 160px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#content{
    padding-bottom: 0px;
}
.notice-detail-content {
  max-width: 1180px;
  margin: 0 auto;
  background-color: #fff;
}
.notice-detail-content .notice-news-break {
  padding-top: 15px;
  font-size: 0px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.notice-detail-content .notice-news-break i {
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  margin-left: 6px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  vertical-align: middle;
  font-style:normal;
}
.notice-detail-content .notice-news-break a {
  font-size: 12px;
  line-height: 18px;
  color: #666A75;
  vertical-align: middle;
}
.notice-detail-content .notice-news-break a:hover {
  color: #f66f6a;
}
.notice-detail-content .notice-news-break span {
  font-size: 12px;
  line-height: 18px;
  color: #252B3A;
  display: inline-block;
  width: calc(100% - 585px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.notice-detail-content .notice-wrapper {
  padding: 50px 140px 43px;
}
.notice-detail-content .notice-wrapper h1 {
  font-size: 22px;
  color: #242B3B;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}
.notice-detail-content .notice-wrapper h6 {
  font-size: 12px;
  color: #666A75;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}
.notice-detail-content .notice-wrapper h6 i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(site/images/custom-notice-intl-detail-time.svg) no-repeat center;
  background-size: cover;
  margin-right: 10px;
  vertical-align: sub;
}
.notice-detail-content .notice-wrapper p,.notice-detail-content .notice-wrapper span {
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}
.notice-detail-content .notice-wrapper .sign {
  text-align: right;
}
.notice-detail-content .notice-wrapper .sign p:last-of-type {
  margin-bottom: 0;
}


.notice-detail-content .notice-wrapper table {
  border-spacing: 0;
  border-collapse: collapse;
  border-left: 0;
  margin-bottom: 20.0px;
  border-top: 0;
  width: 100% !important;
  table-layout: fixed;
}
.notice-detail-content .notice-wrapper table td {
  width: auto!important;
  line-height: 29px;
  color: #666;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 0.0px 7.0px;
  word-wrap: break-word;
}
.notice-detail-content .notice-wrapper table td p {
  text-indent: 0 !important;
  margin-top: 10.0px;
  margin-bottom: 10.0px;
}
.notice-content>div{
  min-height:200px;
}

@media (max-width: 1439px){
  .notice-header h1 {
      max-width: 1200px;
    }
    .v6-container {
      max-width: 1200px;
    }
}

@media (max-width: 1279px){
  .notice-header h1 {
      padding-left: 3%;
      padding-right: 3%;
    }
    .v6-container{
      padding-left: 3%;
      padding-right: 3%;
    }
}
@media (max-width: 767px){
  .notice-header h1{
    padding-left: 15px;
    padding-right: 15px;
   }
   .v6-container{
    padding-left: 15px;
    padding-right: 15px;
   }
}
@media (max-width: 1023px) {
  .notice-header {
    width: 100%;
    height: 150px;
    padding-top: 0;
    background: url(site/images/custom-notice-detail-notice_banner_mb-v3.jpg) no-repeat center / cover;
    background-size: cover;
  }
  .notice-header h1 {
    font-size: 24px;
    line-height: 150px;
  }
  .notice-detail-content .notice-news-break {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding: 17px 22px 13px 20px;
  }
  .notice-detail-content .notice-wrapper {
    padding: 0;
    padding-left: 16px;
    padding-right: 14px;
    background-color: #f7f7f7;
  }
  .notice-detail-content .notice-wrapper .notice-content {
    padding: 30px 20px;
    background-color: #fff;
  }
  .notice-detail-content .notice-wrapper h1 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #252B3A;
    font-weight: bold;
  }
  .notice-detail-content .notice-wrapper h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .notice-detail-content .notice-wrapper p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .notice-header {
    background: url(site/images/custom-notice-detail-notice_banner_mb-v3.jpg) no-repeat center / cover;
  }
}

/*# sourceMappingURL=index.css.map*/