main figure {
  margin: 0; }


.wrap {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }


.img_pre {
  color: #FFFFFF;
  background: #a9a9a9;
  padding: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer; }

.img_next {
  background: #a9a9a9;
  padding: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer; }

:root {
  --primary-color: #56BAFF;
  --secondary-color: #2c3e50;
  --light-bg: #f8f9fa;
  --border-color: #e0e0e0;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

/* 面包屑导航 */
.breadcrumb-container {
  background-color: var(--light-bg);
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

/* 轮播图 */
.carousel-container {
  position: relative;
  overflow: hidden;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  max-width: 1000px;
}

.carousel-item {
  height: 400px;
  background-color: #FFF;
}

.carousel-item img {
  /*object-fit: cover;*/
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   /* 完整显示、等比缩放、不裁剪 */
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 5px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  /*width: 90%;*/
}

/* 文章内容 */
.article-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  padding: 30px;
  margin: 30px auto;
  max-width: 1000px;
}

.article-header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--secondary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 15px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.meta-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 10px;
}

.meta-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.article-content {
  line-height: 1.8;
  font-size: 1.1rem;
}

.article-content p {
  word-break: break-all;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.article-content table td {
  border: 1px solid #dee2e6;
  padding: 10px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

/* 附件下载 */
.attachments {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.attachments h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.file-list {
  list-style: none;
  padding: 0;
}

.file-list li {
  margin-bottom: 10px;
}

.file-list a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: var(--light-bg);
  border-radius: 5px;
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.3s;
}

.file-list a:hover {
  background-color: #28437A;
  transform: translateX(5px);
}

.file-list i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
  .article-container {
    padding: 20px;
  }

  .article-header h1 {
    font-size: 1.8rem;
  }

  .carousel-item {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .carousel-item {
    height: 250px;
  }

  .article-header h1 {
    font-size: 1.6rem;
  }

  .article-meta {
    flex-direction: column;
  }

  .meta-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .article-content {
    font-size: 1rem;
  }

  .carousel-caption {
    font-size: 0.9rem;
    padding: 10px;
  }
}

@media (max-width: 575.98px) {
  .carousel-item {
    height: 200px;
  }

  .article-container {
    padding: 15px;
    margin: 15px 0;
    border-radius: 0;
  }

  .article-header h1 {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=detail.css.map */



.slider {
  width: 100%;
  /*min-width: 1024px;*/
  border-bottom: 1px solid #56BAFF; }
.slider figure {
  margin: 0;
  border-bottom: 5px solid #86939B; }
.slider figure img {
  width: 100%; }
.slider .slider-col {
  padding: 10px 0; }
.slider .slider-col > span {
  float: left; }
.slider .slider-col > div:last-child {
  width: 41px;
  margin: 0 auto;
  text-align: center; }
.slider .sli_show_figure {
  border-bottom: 5px solid #86939B;
  width: 100%;
  overflow: hidden;
  display: none; }
.slider .sli_content_div {
  transition: all 0.5s ease-in 0s; }
.slider .sli_img {
  float: left;
  margin: 0;
  padding: 0; }
.slider .sjx_div {
  transition: all 0.5s ease-in 0s;
  margin: -10px auto 0;
  width: 0;
  height: 0;
  border-top: 10px solid #86939B;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }
.slider .sli-span {
  margin-left: 10%; }
.slider .sli-active {
  background-color: #56BAFF !important; }
.slider .sli-main {
  width: 100%;
  /*min-width: 1000px;*/
  margin: 0 auto; }
.slider .sli-span {
  margin-left: 12px; }
@media screen and (min-width: 1024px) {
  .slider .sli-span {
    margin-left: 10%; } }
.slider .sjx {
  margin: -10px auto 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid #86939B;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }
.slider .zfx {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #86939B; }
.slider .zfx:hover {
  background-color: #56BAFF;
  cursor: pointer; }



.slider .carousel-inner {
  width: 100%;
  max-height: 500px; /* 可调整高度限制 */
  overflow: hidden;
}

/*.slider-img {
  width: 100%;
  !*height: 280px;*!
  object-fit: cover;
}*/


.slider .sli_show_figure {
  border-bottom: 5px solid #86939B;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sli_img {
  width: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in 0s;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.sli_untransparent_class {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.sli_squar {
  width: 90px !important;
  margin: 0 auto;
  text-align: center;
}


/*@media (max-width: 768px) {
  .slider-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .slider-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
}*/
