.container {
  padding: 30px;
  background-color: #fff;
}

.news-center {
  /*background: url(../images/public/dtzx_bg.png) no-repeat center;*/
  /* height: 675px; */
  /* padding: 25px 61px; */
  width: 100%;
}

.news-center .dtzx-news {
  /* padding: 30px 25px 0; */
  height: 400px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.news-center .dtzx-news .pagination {
  position: absolute;
  z-index: 20;
  bottom: 8px;
  right: 20px;
  text-align: center;
}

.news-center .dtzx-news .news-img {
  width: 640px;
  height: 100%;
}

.news-center .dtzx-news .gj-lunbo {
  height: 100%;
  position: relative;
  width: 770px;
  overflow: hidden;
}

.news-center .dtzx-news .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 8px;
  background: #bdbdbd;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.news-center .dtzx-news .swiper-active-switch {
  background: #2968a0;
}

.news-center .dtzx-news .swiper-slide {
  position: relative;
}

.news-center .dtzx-news .swiper-slide h2 {
  margin: 10px 0 30px 0;
  font-size: 25px;
}

.news-center .dtzx-news .swiper-slide p {
  line-height: 36px;
  font-size: 18px;
}

.news-center .dtzx-news .swiper-slide em {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #999;
  font-style: normal;
}

.news-center .dtzx-news .news-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.jytg {
  background-color: #fff;
  border-radius: 10px;
  margin: 45px 0;
  position: relative;
}

.jytg .jytg-content {
  border: 2px dashed #cddbec;
  padding: 60px 70px;
}

.jytg .jytg-content ul li {
  height: 171px;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.jytg .jytg-content ul li .jytg-content-title {
  padding: 0 28px 0;
  width: 100%;
  font-size: 20px;
  position: relative;
}

.jytg .jytg-content ul li .jytg-content-title a {
  font-weight: 700;
  display: inline-block;
  width: 85%;
}

.jytg .jytg-content ul li .jytg-content-title span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.jytg .jytg-content ul li .jytg-content-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  border: 10px solid transparent;
  border-left: 13px solid #92a8d7;
}

.jytg .jytg-content ul li p {
  font-weight: 700;
  text-indent: 2em;
  color: #b3b4b6;
  margin-top: 10px;
  line-height: 36px;
}

.spbd {
  width: 100%;
}

.carousel-container {
  width: 100%;
}
.carousel-feature{
  border: 0;
}
#carousel {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.tracker-individual-container,
.tracker-summation-container{
  display: none!important;
}
.common-spbd .more a{
 color: #999;
 font-size: 18px;
 line-height:50px;
}
.common-spbd{
  margin-bottom: 50px;
}
.vedio{
  width: 100%!important;
  height: 100%;
  object-fit: fill;
}
@media (max-width: 1440px){ 
  .news-center .dtzx-news .news-img{
    width: 640px;
  }
  .news-center .dtzx-news .gj-lunbo{
    width: 480px;
  }
  .news-center .dtzx-news .swiper-slide h2{
    font-size: 20px;
  }
  .news-center .dtzx-news .swiper-slide p{
    font-size: 14px;
  }
  .jytg .jytg-content ul li{
    height:auto;
  }
  
}
@media (max-width: 1200px){
  .container{
    width: 100%;
  }
  .spbd{
    width: 100%;
    height: 600px;
  }
  #carousel{
    height: 520px;
  }
  .news-center .dtzx-news .news-img{
    width: 500px;
  }
  .news-center .dtzx-news .gj-lunbo{
    width: 430px;
  }
  .news-center .dtzx-news{
    height: 350px;
  }
  .news-center .dtzx-news .swiper-slide p{
    max-height: 185px;
    overflow: hidden;
  }
}
@media (max-width: 768px){
  #carousel{
    height: 350px;
  }
  .spbd{
    height: 430px;
  }
  .news-center .dtzx-news .news-img{
    width: 100%;
    height: 360px;
  }
  .news-center .dtzx-news .gj-lunbo{
    width: 100%;
    height: 400px;
  }
  .news-center .dtzx-news{
    height: 670px;
  }
  .news-center .dtzx-news .swiper-slide em{
    bottom: 100px;
  }
  .jytg .jytg-content{
    padding: 20px;
  }
}
@media (max-width: 425px){
  .news-center .dtzx-news .news-img{
    height: 200px;
  }
  .news-center .dtzx-news .gj-lunbo{
    height: 250px
  }
  .news-center .dtzx-news{
    height: 500px;
  }
  .news-center .dtzx-news .swiper-slide em{
    bottom: -30px;
  }
}