/* 详情内容 */
.details_titile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 75px 0;
}

.details_titile a .fa {
  margin: 0 20px 0 0;
}

.details_titile a:hover {
  color: #F9A51B;
  transition: 0.6s;
}

.details_titile h4 {
  color: #00648E;
}

.details_content .content_pbox {
  margin: 80px 0 75px 0;
}

.details_content .content_pbox img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.details_content p {
  font-size: 20px;
  text-indent: 2em;
  line-height: 40px;
}

.details_box {
  position: relative;
  padding: 100px 0 220px 0;
}

.details_content {
  padding: 0 0 100px 0;
  border-bottom: 1px solid #e7e7e7;
}

.upanddown {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 80px 0;
}

.upanddown a {
  color: #000;
}

.upanddown a:hover {
  color: #F9A51B;
  transition: 0.6s;
}

.line {
  color: #e7e7e7;
}

/* 新闻热点 */
.hotnews_box .title {
  text-align: center;
}

.hotnews_box .title h4 {
  color: #00648E;
  font-weight: 500;
}

.swiper-containerhotnews {
  overflow: hidden;
}

.swiper-containerhotnews .swiper-slide {
  width: 30%;
}

.swiper-containerhotnews .swiper-slide a {
  display: block;
  width: 100%;
}

.swiper-containerhotnews .swiper-slide a .bannerpbox {
  position: relative;
  padding: 20px 20px 0 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

.swiper-containerhotnews .swiper-slide a .bannerpbox img {
  display: block;
  width: 100%;
}

.swiper-containerhotnews .swiper-slide a h4 {
  margin: 40px 0;
  color: #000;
}

.swiper-containerhotnews .swiper-slide a h5 {
  margin: 0 0 20px 0;
  color: #000;
}

.swiper-containerhotnews .swiper-slide a h6 {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

.swiper-containerhotnews .swiper-slide a div .fa {
  margin: 0 0 0 20px;
}

.orangebox {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 200px;
  background: #F9A51B;
  z-index: -1;
  opacity: 0;
}

.swiper-containerhotnews .swiper-slide a:hover .orangebox {
  opacity: 1;
  transition: 0.6s;
}

.swiper-containerhotnews .swiper-slide a:hover .know {
  color: #F9A51B;
  transition: 0.6s;
}

.bannerhotnews {
  position: relative;
}

.swiper-pagination-bullet {
  width: 80px !important;
  height: 6px !important;
  background: #e7e7e7 !important;
  border-radius: 3px !important;
}

.swiper-pagination-bullet-active {
  background-color: #F9A51B !important;
}

.swiper-pagination {
  left: 50% !important;
  bottom: -15% !important;
  transform: translate(-50%, -50%) !important;
}

.bgone {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}

.bgtwo {
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
  .details_titile a {
    font-size: 20px;
  }

  .details_titile h4,
  .hotnews_box .title h4 {
    font-size: 28px;
  }

  .time {
    font-size: 28px;
  }

  .details_content p {
    font-size: 18px;
  }

  .details_box {
    padding: 80px 0 200px 0;
  }

  .details_titile {
    margin: 0 0 60px 0;
  }

  .details_content .content_pbox {
    margin: 60px 0 60px 0;
  }

  .details_content {
    padding: 0 0 60px 0;
  }

  .upanddown {
    padding: 60px 0;
  }

  .swiper-containerhotnews .swiper-slide a h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1440px) {
  .details_titile a {
    font-size: 18px;
  }

  .details_titile h4,
  .hotnews_box .title h4 {
    font-size: 26px;
  }

  .time {
    font-size: 26px;
  }

  .details_content p {
    font-size: 18px;
  }

  .details_box {
    padding: 60px 0 150px 0;
  }

  .details_titile {
    margin: 0 0 50px 0;
  }

  .details_content .content_pbox {
    margin: 50px 0 50px 0;
  }

  .details_content {
    padding: 0 0 50px 0;
  }

  .upanddown {
    padding: 50px 0;
  }

  .swiper-containerhotnews .swiper-slide a h4 {
    margin: 20px 0;
    font-size: 28px;
  }

  .swiper-containerhotnews .swiper-slide a h5 {
    font-size: 18px;
  }

  .swiper-containerhotnews .swiper-slide a h6 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 14px;
  }

  .know {
    font-size: 18px;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .details_box {
    padding: 60px 0 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .details_box {
    padding: 60px 0 80px 0;
  }

  .details_titile a {
    font-size: 16px;
  }

  .details_titile h4,
  .hotnews_box .title h4 {
    font-size: 16px;
  }

  .time {
    font-size: 16px;
  }

  .details_titile {
    margin: 0 0 20px 0;
  }

  .details_content p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .details_content .content_pbox {
    margin: 20px 0;
  }

  .details_content {
    padding: 0 0 20px 0;
  }

  .upanddown {
    padding: 20px 0;
  }

  .upanddown a {
    font-size: 14px;
  }

  .swiper-containerhotnews .swiper-slide a h4 {
    margin: 10px 0;
    font-size: 16px;
  }

  .swiper-containerhotnews .swiper-slide a h5 {
    font-size: 14px;
  }

  .orangebox {
    display: none;
  }

  .swiper-containerhotnews .swiper-slide a h5 {
    margin: 0 0 10px 0;
  }

  .swiper-containerhotnews .swiper-slide a h6 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }

  .know {
    font-size: 14px;
  }

  .swiper-pagination-bullet {
    width: 40px !important;
  }

  .swiper-pagination {
    bottom: -20% !important;
  }
}

@media screen and (max-width: 640px) {
  .details_titile a span {
    display: none;
  }

    .swiper-pagination-bullet {
      width: 20px !important; 
    }

        /* .line {
          display: none;
        } */
}

@media screen and (max-width: 375px) {}