.crumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*background: #f5f7fa;*/

}


.crumb .crumb_flx {
  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;
}
.crumb .crumb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crumb .crumb_column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  margin-right: 95px;
}
.crumb .crumb_column div:last-child {
  margin-right: 0;
}
.crumb .crumb_act {
  position: relative;
}
.crumb .crumb_act a {
  color: #13388d;
}
.crumb .crumb_act::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #13388d;
}
.crumb .crumb_nav {
  color: #777777;
}
.crumb .crumb_nav a {
  color: #777777;
}

.con {
  padding: 80px 0;
}
.con .time {
  line-height: 1;
  margin-bottom: 5px;
}
.con .title {
  margin-bottom: 30px;
}
.con .content img {
  max-width: 100% !important;
}

.related {
  background: #f5f7fa;
  padding: 95px 0 165px;
}
.related .related_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.related .related_flx a {
  width: 220px;
  height: 48px;
  border: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.related .related_title {
  color: #13388d;
  margin-bottom: 20px;
}
.related svg {
  margin-left: 22px;
}
.related .related_sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
  text-align: center;
}
.related .related_sw .wrap {
  margin: 0 50px;
}
.related .prev {
  cursor: pointer;
}
.related .next {
  cursor: pointer;
}
.related .related_img {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related .related_img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.related .related_img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.related .related_tit {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 30px;
}
.related .related_des {
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.related .related_more {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related .related_more a {
  color: #13388d;
  line-height: 1;
}
.related .related_more a::after {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background: #13388d;
  content: "";
}
.related .swiper-slide:hover .related_des {
  opacity: 1;
}
.related .swiper-slide:hover .related_more {
  opacity: 1;
}
.swiper-button-disabled{
    opacity: 0.2;
}
.prev{
    margin-top: 105px;
}
.next{
    margin-top: 105px;
}
@media only screen and (max-width: 1600px) {
  .con {
    padding: 50px 0;
  }
  .related {
    padding: 70px 0 80px;
  }
  .related .related_sw {
    margin-top: 65px;
  }
  .related .related_sw .wrap {
    margin: 0 10px;
  }
  .related .related_tit{
      margin-top: 20px;
  }
}




@media only screen and (max-width: 768px) {
    
    
      .header::after {
      
          background-color: unset!important;
          display: none!important;
          
  }  
/*  .crumb {
      
        padding-top: 90px!important; 
      
  } */
  
    .header .h_top .h_left {
    
      
        border-bottom: unset!important;
  }
  .con {
    padding: 40px 0;
  }
  .related {
    padding: 40px 0 40px;
  }
  .related .related_des {
    opacity: 1;
  }
  .related .related_more {
    opacity: 1;
  }
  .related .related_sw .swiper-container {
    width: 80%;
  }
  .related .related_flx {
    display: block;
    text-align: center;
  }
  .related .related_flx a {
    margin: 20px auto 0;
    width: 160px;
  }
  .related svg {
    margin-left: 10px;
  }
  .related .related_sw {
    margin-top: 40px;
  }
  .related .related_title {
    margin-bottom: 12px;
  }

  .crumb .crumb_column {
    display: none;
  }
  .crumb_nav {
    display: block !important;
  }
}
