@charset "UTF-8";
.banner {
  width: 100%;
  height: 350px;
  background: url("/images/news-banner.jpg") center no-repeat;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
    background-image: url("/images/mobile/intro-banner.jpg");
  }
}

.container {
  padding: 0 36px 0 44px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.nav-tab {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

.nav-tab .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.nav-tab .breadcrumb {
  color: #666;
}

.nav-tab .breadcrumb .home {
  color: #0d58b5;
}

.nav-tab .breadcrumb .home .icon-home {
  font-size: 14px;
  margin-right: 5px;
}

.nav-tab .breadcrumb .home:hover {
  text-decoration: underline;
}

.nav-tab .breadcrumb .seperator {
  color: #333;
  font-style: normal;
}

.nav-tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tab .tabs li a {
  display: block;
  cursor: pointer;
  width: 135px;
  height: 50px;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  border-right: 1px solid #e4e4e4;
}

.nav-tab .tabs li a:hover {
  background-color: #0d58b5;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 768px) {
  .nav-tab .mobile {
    height: 50px;
    background: url("/images/mobile/news-title.jpg") center no-repeat;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    line-height: 50px;
  }
  .nav-tab .mobile .iconfont {
    font-size: 40px;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.nav .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  width: 90px;
  height: 100%;
  color: #fff;
}

.nav .toggle .iconfont {
  font-size: 40px;
}

.nav .toggle:active {
  background-color: #57B1AD;
}

.nav .tab-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #fff;
  font-family: "Microsoft Yahei";
}

.nav .tab-list li {
  font-size: 30px;
  border-left: 1px solid #cdd5d5;
  border-bottom: 1px solid #cdd5d5;
  background-color: rgba(101, 190, 186, 0.3);
}

.nav .tab-list li a {
  position: relative;
  padding-left: 58px;
  line-height: 100px;
  height: 100px;
  color: #323232;
  display: block;
  width: 100%;
  height: 100%;
}

.nav .tab-list li a::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 45px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
}

.nav .tab-list li a .iconfont {
  float: right;
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  color: #707070;
  font-size: 24px;
  background-color: #fff;
}

.nav .tab-list li:first-child {
  background-color: #f0f0f0;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #cdd5d5;
  text-align: center;
  font-size: 34px;
  color: #333;
}

.content {
  padding: 83px 35px;
}

.content h1 {
  padding: 0 85px;
  font-size: 30px;
  line-height: 40px;
  color: #1e1e1e;
  font-weight: normal;
  text-indent: 0.5em;
}

.content .views {
  margin-top: 20px;
  height: 50px;
  text-align: right;
  padding-right: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  color: #c8c8c8;
}

.content .views .iconfont {
  vertical-align: middle;
}

.content .views .view-num {
  color: #969696;
}

.content .summary {
  margin: 15px 0 20px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #FCFBFD;
  border: 1px solid #E4E4E4;
  color: #999;
}

.content .summary .summary-content {
  line-height: 26px;
  font-size: 14px;
}

.content .images {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.content .images .image-view {
  position: relative;
  width: 100%;
  height: 831px;
  overflow: hidden;
}

.content .images .image-view:hover .left-btn, .content .images .image-view:hover .right-btn {
  display: block;
}

.content .images .image-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.content .images .image-view .left-btn,
.content .images .image-view .right-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 64px;
  height: 139px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

.content .images .image-view .left-btn .iconfont,
.content .images .image-view .right-btn .iconfont {
  font-size: 36px;
  line-height: 139px;
}

.content .images .image-view .left-btn:hover,
.content .images .image-view .right-btn:hover {
  color: #65beba;
}

.content .images .image-view .left-btn {
  left: 20px;
}

.content .images .image-view .right-btn {
  right: 20px;
}

.content .images .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 114px;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .images .image-list .left, .content .images .image-list .right {
  cursor: pointer;
  width: 40px;
  color: #737373;
}

.content .images .image-list .left .iconfont, .content .images .image-list .right .iconfont {
  font-size: 24px;
}

.content .images .image-list .left:hover, .content .images .image-list .right:hover {
  color: #69c0bc;
}

.content .images .image-list .right {
  text-align: right;
}

.content .images .image-list .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.content .images .image-list .list li {
  float: left;
  cursor: pointer;
  margin-right: 15px;
  width: calc((100% - 120px) / 8);
  height: 85px;
  border: 2px solid #737373;
}

.content .images .image-list .list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .images .image-list .list li:hover, .content .images .image-list .list li.active {
  border-color: #69c0bc;
}

.content p.memo {
  margin: 25px 0 50px;
  color: #707070;
  font-size: 13px;
  line-height: 21px;
}

.content .jumper {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .jumper .prev, .content .jumper .next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 14px;
}

.content .jumper .prev.next, .content .jumper .next.next {
  text-align: right;
}

.content .jumper .prev .label, .content .jumper .next .label {
  color: #969696;
  vertical-align: middle;
}

.content .jumper .prev .content, .content .jumper .next .content {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #656565;
  padding: 5px;
}

.content .jumper .prev .content:hover, .content .jumper .next .content:hover {
  color: #65beba;
}

.content .jumper .prev a:active, .content .jumper .prev a:hover, .content .jumper .prev a:visited, .content .jumper .next a:active, .content .jumper .next a:hover, .content .jumper .next a:visited {
  color: #969696;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 24px;
    font-family: "Microsoft Yahei";
  }
  .content h1 {
    margin: 30px 0;
    font-size: 43px;
    line-height: 60px;
    text-indent: unset;
    padding: 0 6px;
    text-align: center;
  }
  .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #8b8b8b;
    font-size: 18px;
  }
  .content .info span .iconfont {
    display: inline-block;
    margin-right: 3px;
    font-size: 18px;
  }
  .content .views {
    margin: 20px 0;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 30px;
  }
  .content .views .iconfont {
    display: inline-block;
    margin-right: 4px;
    font-size: 28px;
  }
  .content .summary {
    max-height: 100%;
    padding: 24px;
    margin-bottom: 30px;
    border-left: 3px solid #65beba;
    background-color: #f0f0f0;
    font-size: 24px;
    color: #8b8b8b;
  }
  .content .summary .summary-content {
    font-size: 24px;
    font-family: Arial,"黑体";
    line-height: 28px;
  }
  .content .swiper-container {
    height: 435px;
  }
  .content .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content .swiper-container .prev-btn,
  .content .swiper-container .next-btn {
    width: 33px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .content p.memo {
    margin: 20px 0;
    max-height: 100%;
    font-size: 20px;
    text-indent: 2em;
    line-height: 36px;
    color: #707070;
  }
  .content .tag {
    color: #8b8b8b;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content .tag .iconfont {
    vertical-align: middle;
    font-size: 24px;
    margin-right: 5px;
  }
  .content .tag .keyword {
    display: inline-block;
    border: 2px solid #65beba;
    padding: 10px 15px;
    margin: 0 15px 15px 0;
    text-align: center;
    color: #65beba;
    background-color: #fff;
    border-radius: 90px;
    font-size: 27px;
  }
  .content .jumper {
    position: relative;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0;
  }
  .content .jumper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    display: block;
    width: 1px;
    height: 70px;
    background-color: #999;
  }
  .content .jumper .prev, .content .jumper .next {
    padding: 50px 20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .jumper .prev .iconfont, .content .jumper .next .iconfont {
    font-size: 32px;
    vertical-align: middle;
    color: #8b8b8b;
  }
  .content .jumper .prev > span, .content .jumper .next > span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .jumper .prev .label, .content .jumper .next .label {
    font-size: 28px;
    color: #8b8b8b;
  }
  .content .jumper .prev .content, .content .jumper .next .content {
    width: 220px;
    color: #000;
    font-size: 24px;
  }
  .content .jumper .prev:active, .content .jumper .next:active {
    background-color: #65beba;
  }
  .content .jumper .prev {
    text-align: right;
  }
  .content .jumper .next > span {
    text-align: left;
  }
}
/*# sourceMappingURL=newsdetail.css.map */