@charset "UTF-8";

.detail_body {
  width: 80%;
  margin: 50px auto;
  border: 1px solid #dedede;
  background: #fff;
  padding: 30px 40px 30px;
  box-sizing: border-box;
}

/* 面包屑 */
.crumbsNav {
  background: #f5f5f5;
  padding: 8px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.crumbsNav li {
  float: left;
  color: #919191;
  font-size: 14px;
}

.crumbsNav .split {
  margin: 0 5px;
}

.crumbsNav li:last-child .split {
  display: none;
}

.crumbsNav a {
  color: #919191;
}

/* 文章内容 */
.detail_con {
  margin-top: 15px;
}

.detail_top .title {
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.detail_top .date {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.detail_content {
  width: 100%;
  position: relative;
  padding: 10px 0 30px;
  font-size: 14px;
  color: #383838;
  box-sizing: border-box;
}

.detail_content img {
  max-width: 1118px;
}

.detail_content p {
  line-height: 2;
  font-size: 16px;
}

/* 视频播放器 */
.videoDiv {
  width: 840px;
  height: 512px;
  position: relative;
  margin: 20px auto;
}

/* 图集详情页 */
.gallery_con {
  border: 1px solid #f2f2f2;
  /* padding-top: 20px; */
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}

.gallery_con .swiper_div {
  width: 800px;
  position: relative;
  margin: 30px auto 0px;
}

.gallery_con .gallery-des {
  width: 800px;
  z-index: 999;
  position: relative;
  padding-top: 12px;
}

.gallery_con .gallery-des .index_num_div {
  position: absolute;
  left: 0px;
  top: 20px;
}

.gallery_con .gallery-des .index_num_div #gallery-index {
  color: #333;
  font-size: 40px;
}

.gallery_con .gallery-des .index_num_div .gallery-split {
  font-size: 24px;
  font-weight: 100;
  padding: 0px 8px;
  margin-right: 2px;
  margin-left: 1px;
  color: #d9d9d9;
}

.gallery_con .gallery-des .index_num_div #totalgallery {
  color: #d9d9d9;
  font-size: 20px;
}

.gallery_con .gallery-des p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-bottom: 28px;
  padding-left: 103px;
  min-height: 78px;
}

.gallery_con .gallery-img-lb {
  padding: 22px 100px;
  position: relative;
  background: #fafafa;
}

.gallery_con .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery_con .gallery-top {
  height: 482px;
  width: 100%;
}

.gallery_con .gallery-thumbs {
  width: 800px;
  height: 94px;
  box-sizing: border-box;
}

.gallery_con .gallery-thumbs .swiper-slide {
  height: 100%;
  /* opacity: 0.4; */
}

.gallery_con .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: url(../images/gallery_active.png?v=20210824120255) no-repeat;
  background-size: 133.33px 94px;
}

.gallery_con .gallery-thumbs .swiper-slide .gallery_active {
  width: 121px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery_con .gallery-thumbs .swiper-slide .gallery_active img {
  width: 122px;
  height: 79px;
}

.gallery_con .swiper_div .swiper-button-prev {
  width: 22px !important;
  height: 37px !important;
  background-image: url(../images/arrow_prev_top.png?v=20210824120255) !important;
  outline: none;
  background-size: 22px 37px !important;
  position: absolute;
  left: -58px;
}

.gallery_con .swiper_div .swiper-button-next {
  width: 22px !important;
  height: 37px !important;
  background-image: url(../images/arrow_next_top.png?v=20210824120255) !important;
  outline: none;
  background-size: 22px 37px !important;
  position: absolute;
  right: -58px;
}

.gallery_con .gallery-img-lb .swiper-button-prev {
  width: 11px !important;
  height: 18px !important;
  background-image: url(../images/arrow_prev.png?v=20210824120255) !important;
  background-size: 11px 18px !important;
  outline: none;
  position: absolute;
  left: 46px;
  top: 90px;
}

.gallery_con .gallery-img-lb .swiper-button-next {
  width: 11px !important;
  height: 18px !important;
  background-image: url(../images/arrow_next.png?v=20210824120255) !important;
  background-size: 11px 18px !important;
  outline: none;
  position: absolute;
  right: 46px;
  top: 90px;
}

.gallery_con .gallery-img-lb .prev_gallery {
  position: absolute;
  width: 39px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery_con .gallery-img-lb .next_gallery {
  position: absolute;
  width: 39px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery_con .gallery-img-lb .prev_gallery a,
.gallery_con .gallery-img-lb .next_gallery a {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  letter-spacing: 3px;
}

.gallery_con .swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -4px
}

.gallery_con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  outline: none;
}

.gallery_con .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background: rgba(189, 189, 189, 1);
  border-radius: 5px;
}

.article-main {
  margin-top: 10px;
}

.article-main p {
  line-height: 3;
  font-size: 17px;
}

.article-main img {
  width: 100%;
  max-width: 100% !important;
}

.annex-item{
  padding: 15px 0;
  font-size: 16px;
}

.annex-item a{
  /* text-decoration: revert; */
  color: #3598DB;
}

@media (max-width: 576px) {
  .detail_body {
    padding: 30px 20px;
  }

  .detail_body {
    width: 100%;
  }
}

.article-toolbar {
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
}

.article-title h1 {
  margin-bottom: 8px;
  text-align: center;
}