.sxtitle .adss {
  padding-top: 60px;
}
/*大图*/
.large-box {
  width: 100%;
  position: relative;
}
.large-box .lagea-boxa {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.large-box .lagea-boxa .is-animating {
  transition: all 0.5s;
}
.large-box .lagea-boxa .large {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-size: cover;
  transform: translateY(303px);
}
.large-box .lagea-boxa .large:first-child {
  transform: translateY(0);
}
.large-box .lagea-boxa .large.active {
  display: flex;
}
.large-box .lagea-boxa .large img {
  width: 524px;
  height: 302px;
}
.large-box .lagea-boxa .large .large_text {
  margin-left: 70px;
  width: 340px;
}
.large-box .lagea-boxa .large .large_text h4 {
  font-size: 30px;
  color: #222222;
  font-weight: 400;
  line-height: 36px;
}
.large-box .lagea-boxa .large .large_text p {
  color: #666666;
  font-size: 14px;
}
.large-box .prve,
.large-box .next {
  position: absolute;
  width: 10%;
  height: 100%;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  display: none;
}
.large-box .prve i,
.large-box .next i,
.large-box .prve span,
.large-box .next span {
  font-size: 42px;
}
.large-box .prve:hover,
.large-box .next:hover {
  opacity: 0.95;
}
.large-box .prve {
  left: 0;
}
.large-box .next {
  right: 0;
}
.large-box .carousel {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.large-box .carousel > div {
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.large-box .carousel > div.active {
  background: #96a1db;
}
.large-box .carousel.youxia {
  left: auto;
  right: 10px;
  display: block;
}
.large-box .carousel.youxia > div {
  margin: 5px 0;
}
.toutiao {
  display: none;
}
.skipbox {
  margin: 60px 0 100px;
  text-align: center;
}
.skipbox .skip {
  display: inline-block;
  padding: 8px 35px;
  font-size: 15px;
  border: 1px solid #b9bbcf;
  color: #0323ac;
  border-radius: 6px;
}
.newslist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px 35px 35px;
  border-bottom: 1px solid #e6e5e5;
}
.newslist:first-child {
  border-top: 1px solid #e6e5e5;
}
.newslist .nleft_time {
  color: #bcbcbc;
  text-align: center;
}
.newslist .nleft_time p:first-child {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.newslist .nleft_time p:last-child {
  margin-top: 4px;
  font-size: 18px;
}
.newslist .nright_text {
  width: 88%;
}
.newslist .nright_text h6 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
  margin-top: 0;
}
.newslist .nright_text p {
  color: #999999;
  line-height: 24px;
  font-size: 14px;
}
.topbg {
  height: 21vw;
}
.nlisttop {
  height: 12vw;
}
.newslibo {
  padding-bottom: 40px;
}
.newtit {
  background: #f7f8fb;
  overflow: hidden;
}
.newtit .breadcrumb {
  margin: 22px 0;
}
.dettitbo {
  padding: 25px 30px 25px 55px;
  border-bottom: 1px solid #dcdcdc;
}
.dettitbo h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0 25px;
}
.dettitbo .dettitfle {
  display: flex;
  justify-content: space-between;
  color: #999999;
}
.dettitbo .dettitfle .detitrigh {
  display: flex;
}
.dettitbo .dettitfle .detitrigh .flex {
  display: flex;
  align-items: center;
}
.dettitbo .dettitfle .detitrigh span {
  margin: 0 42px 0 15px;
}
.dettitbo .dettitfle .detitrigh svg {
  font-size: 24px;
  vertical-align: bottom;
  margin-left: 8px;
  cursor: pointer;
}
.dettitbo i {
  font-size: 18px;
  color: #d7d7d7;
  margin-right: 3px;
}
.detailnbo {
  width: 990px;
  margin: 0 auto;
  color: #666666;
  line-height: 28px;
  padding: 40px 0 80px;
}
.detailnbo p {
  width: 100% !important;
  padding: 0 !important;
  color: #666666 !important;
  margin: 0 0 18px !important;
}
@media (max-width: 767px) {
  .topbg {
    height: 2.2rem;
  }
  .large-box {
    display: none;
  }
  .toutiao {
    display: block;
  }
  .sxtitle .adss {
    padding-top: 30px;
  }
  .textnowrap3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newslist {
    padding: 20px 15px;
  }
  .newslist .nright_text {
    width: 75%;
  }
  .newslist .nright_text h6 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .skipbox {
    margin: 20px 0 40px;
  }
  .nlisttop {
    height: 1.5rem;
  }
  .newtit .breadcrumb {
    margin: 8px 0;
    font-size: 12px;
  }
  .dettitbo {
    padding: 0 5% 10px 5%;
  }
  .dettitbo h4 {
    margin: 20px 0 10px;
    font-size: 20px;
  }
  .dettitbo .dettitfle {
    display: block;
  }
  .dettitbo .dettitfle p {
    margin-bottom: 10px;
  }
  .dettitbo .dettitfle .detitrigh {
    justify-content: space-between;
  }
  .dettitbo i {
    font-size: 14px;
  }
  .detailnbo {
    padding: 20px 5% 40px 5%;
    width: 100%;
  }
  .detailnbo img {
    max-width: 100% !important;
  }
}
