@charset "utf-8";
.index_title{
  display: block;
  color: #000;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.0833vw;
}
/* 新闻、通知 */
.xw_tz{
  padding-top: 50px;
  padding-top: 2.6042vw;
  padding-bottom: 70px;
  padding-bottom: 3.6458vw;
}
.xw_tz .mainCont{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.xw_tz_left {
  width: 62%;
}
.xw_tz_right{
  width: 33%;
}
.xw_tz_title{
  border-left: 9px solid #b22411;
  border-left: .4688vw solid #b22411;
  padding-left: 15px;
  padding-left: .7813vw;
  display: block;
  font-size: 36px;
  font-size: 1.875vw;
  color: #000000;
}
.xw_tz_title span{
  float: right;
  font-size: 18.9px;
  font-size: .9844vw;
  color: #c19372;
  margin-top: 22px;
  margin-top: 1.1458vw;
}
/* 新闻 */
.xw_tzCarousel {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-top: 1.5625vw;
}
.xw_tzCarousel .swiper-slide a{
  display: block;
  position: relative;
}
.xw_text{
  position: absolute;
  left: 30px;
  left: 1.5625vw;
  bottom: 22px;
  bottom: 1.1458vw;
}
.xw_text span{
  font-size: 14px;
  font-size: .7292vw;
  color: #fff;
  font-weight: bold;
}
.xw_text p{
  font-size: 15px;
  font-size: .7813vw;
  font-weight: bold;
  color: #fff;
}
.xw_img{
  width: 100%;
  height: 574px;
  height: 29.8958vw;
  overflow: hidden;
}
.xw_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.xw_tzCarousel .xw_tz-pagination{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  bottom: 30px;
  text-align: right;
}
.xw_tz .xw_tz-pagination  .swiper-pagination-bullet{
  opacity: 1;
  background: none;
  width: 10px;
  width: .5208vw;
  height: 10px;
  height: .5208vw;
  position: relative;
  margin: 0 8px;
  margin: 0 .4167vw;
}
.xw_tz-pagination  .swiper-pagination-bullet:after{
  content: '';
  width: 20px;
  height: 20px;
  width: 1.0417vw;
  height: 1.0417vw;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -5px;
  left: -0.2604vw;
  top: -0.2604vw;
}
.xw_tz .xw_tz-pagination .swiper-pagination-bullet-active{
  background: #fff;
}
.xwList{
  width: 100%;
}
.xwList ul li{
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
  background: #fff;
}
/* .xwList ul li:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 0 10px #a9a9a9;
} */
.xwList ul li a {
  padding-left: 5px;
  padding-left: .2604vw;
}
.xwList ul li:hover a p{
  color: #c40004;
}
 
.xwList ul li a span{
  display: inline-block;
  vertical-align: text-top;
  font-size: 24px;
  font-size: 1.25vw;
  color: #c40004;
  line-height: 94px;
  line-height: 4.8958vw;
  margin-right: 1em;
}
.xwList ul li a p{
  display: inline-block;
  font-size: 24px;
  font-size: 1.25vw;
  color: #222222;
  width: 77%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-top;
  line-height: 94px;
  line-height: 4.8958vw;
}

/* 通知 */
.tz_ul{
  margin-top: 30px;
  margin-top: 1.5625vw;
}
.tz_ul li {
  padding-bottom: 27px;
  margin-bottom: 27px;
  padding-bottom: 1.4063vw;
  margin-bottom: 1.4063vw;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tz_ul li:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
.tz_ul li:hover a p{ color: #b22411; }
.tz_ul li a{display: block;}
.tz_ul li a span{
  display: block;
  font-size: 24px;
  font-size: 1.25vw;
  color: #b22411;
}
.tz_ul li a p{
  color: #222222;
  font-size: 24px;
  font-size: 1.25vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-top: .5208vw;
  height: 62px;
  height: 3.2292vw;
}


/* 党建动态 */
.djdt{
  background: url(../images/section2_background.jpg)no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-top: 2.8646vw;
  padding-bottom: 50px;
  padding-bottom: 2.6042vw;
}
.djdt .index_title{
  color: #f4db8b;
}
.djdt .mainContMore{
  color: #d09688;
  border: 1px solid #d09688;
  background: none;
}
.djdt .mainContMore:hover{
  color: #d29688;
  border: 1px solid #d29688;
  background: #c40004;
}
.djdt .djdtList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.djdt .djdtList li{
  width: 48%;
  background: #fff;
  margin-top: 38px;
  margin-top: 1.9792vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.djdt .djdtList li:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0px 0px 10px #c40004;
}
.djdt .djdtList a{
  display: flex;
  justify-content: start;
  align-items: center;
}
.djdt .djdtList a div{
  background: #c40004;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  text-align: center;
  position: relative;
  width: 125px;
  width: 6.5104vw;
  padding-bottom: 10px;
  padding-bottom: .5208vw;
  padding-top: 10px;
  padding-top: .5208vw;
}
.djdt .djdtList a div p{
  font-size: 40px;
  font-size: 2.0833vw;
  line-height: 94px;
  line-height: 4.8958vw;
  color: #f4db8b;
 
}
.djdt .djdtList a div span{
  font-size: 16px;
  display: table;
  margin: 0 auto;
  color: #f4db8b;
  border-top: 1px solid #f4db8b;
  line-height: 50px;
  line-height: 2.6042vw;
}
.djdt .djdtList a>p{
  font-size: 24px;
  font-size: 1.25vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 31px;
  padding: 0 1.61vw;
  text-align: justify;
  flex: 1;
}
.djdt .djdtList li:hover a>p{
  color: #c40004;
}
/* 课程建设 */
.kcjs{
  background: #f1f4f9;
  padding-top: 60px;
  padding-top: 3.125vw;
  padding-bottom: 55px;
  padding-bottom: 2.8646vw;
}
.kcjs .mainCont{
  position: relative;
}
.kcjsCarousel {
  overflow: hidden;
  padding: 20px 0;
}
.kcjsCarousel .swiper-wrapper a {
  display: block;
  border-top: 4px solid #ab1f0c;
  padding: 0 35px;
  padding: 0 1.8229vw;
  padding-top: 50px;
  padding-top: 2.6042vw;
  background: #fff;
  padding-bottom: 40px;
  padding-bottom: 2.0833vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.kcjsCarousel .swiper-wrapper a:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 0 10px #a9a9a9;
}
.kcjsCarousel .swiper-wrapper a div p{
  font-size: 27px;
  font-size: 1.4063vw;
  color: #b40022;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 600;
}
.kcjsCarousel .swiper-wrapper a div span{
  color: #b40022;
  font-size: 20px;
  font-size: 1.0417vw;
  display: inline-block;
  vertical-align: bottom;
}
.kcjsCarousel .swiper-wrapper a>p{
  font-size: 20px;
  font-size: 1.0417vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222222;
  margin-top: 35px;
  margin-top: 1.8229vw;
  margin-bottom: 25px;
  margin-bottom: 1.3021vw;
  font-weight: 600;
}
.kcjsCarousel .swiper-wrapper a>span{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 17px;
  font-size: .8854vw;
  color: #222222;
  height: 66px;
  height: 3.4375vw;
}
.kcjsCarousel-prev,.kcjsCarousel-next{
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #d1d6dc;
  width: 50px;
  width: 2.6042vw;
  height: 50px;
  height: 2.6042vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.kcjsCarousel-prev:hover svg{
  animation: moveLeft 0.5s ease-in-out 1;
}
.kcjsCarousel-next:hover svg{
  animation: moveRight 0.5s ease-in-out 1;
}
.kcjsCarousel-prev:hover svg,.kcjsCarousel-next:hover svg{
  stroke: #b40022;
}
.kcjsCarousel-prev:hover,.kcjsCarousel-next:hover{
  border: 1px solid #b40022;
}
.kcjsCarousel-prev{
  top: 38%;
  left: -100px;
}

.kcjsCarousel-next{
  top: 38%;
  right: -100px;
}
.kcjs .mainContMore{
  background: none;
  color: #c3c5c5;
  border: 1px solid #c3c5c5;
}
.kcjs .mainContMore:hover{
  background: #fff;
}
.xgdt .mainContMore{
  background: none;
  color: #535757;
  border: 1px solid #535757;
}
.xgdt .mainContMore:hover{
  background: #c9c9c9;
  color: #535656;
  border: 1px solid #535656;
}

@keyframes moveRight {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(4px);
  }
  100% {
      transform: translateX(0);
  }
}
@keyframes moveLeft {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(-4px);
  }
  100% {
      transform: translateX(0);
  }
}
/* 学工动态 */
.xgdt{
  padding-top: 55px;
  padding-top: 2.8646vw;
  padding-bottom: 45px;
  padding-bottom: 2.3438vw;
  background: url(../images/section4_background.jpg)no-repeat bottom center #a4a4a4;
  background-size: cover;
}
.xgdt_cont{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.xgdtCarousel{
  width: 565px;
  width: 29.4271vw;
  overflow: hidden;
  position: relative;
}
.xgdtCarousel a{
  display: block;
  position: relative;
}
.xgdtCarousel a .xgdt_img{
  width: 565px;
  height: 375px;
  width: 29.4271vw;
  height: 19.5313vw;
  overflow: hidden;
}
.xgdtCarousel a .xgdt_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.xgdtCarousel:hover .xgdt_img img{
  transform: scale(1.1);
}
.xgdtCarousel a>p{
  line-height: 96px;
  line-height: 5vw;
  padding: 0 30px;
  padding: 0 1.5625vw;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.xgdtCarousel a .xgdt_time{
  background: #c40004;
  position: absolute;
  left: 30px;
  left: 1.5625vw;
  width: 126px;
  width: 6.5625vw;
  bottom: 80px;
  bottom: 4.1667vw;
  text-align: center;
}
.xgdtCarousel a .xgdt_time p{
  color: #e6cc79;
  font-size: 40.8px;
  font-size: 2.125vw;
  line-height: 69px;
  line-height: 3.5938vw;
}
.xgdtCarousel a .xgdt_time span{
  font-size: 16px;
  color: #e6cc79;
  border-top: 1px solid #e6cc79;
  display: inline-block;
  line-height: 55px;
  line-height: 2.8646vw;
}
.xgdtCarousel .xgdt-pagination{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  bottom: 150px;
  text-align: right;
}
.xgdt_cont .xgdtCarousel  .swiper-pagination-bullet{
  opacity: 1;
  background: none;
  width: 8px;
  height: 8px;
  width: .4167vw;
  height: .4167vw;
  position: relative;
  margin: 0 8px;
  margin: 0 .4167vw;
}
.xgdtCarousel  .swiper-pagination-bullet:after{
  content: '';
  width: 14px;
  height: 14px;
  width: .7292vw;
  height: .7292vw;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  left: -0.1563vw;
  top: -0.1563vw;
}
.xgdt_cont .xgdtCarousel .swiper-pagination-bullet-active{
  background: #fff;
}
.mainContMore {
  display: table;
  margin: 0 auto;
  line-height: 48px;
  line-height: 2.5vw;
  border-radius: 50px;
  font-size: 16px;
  font-size: .8333vw;
  text-align: center;
  margin-top: 50px;
  margin-top: 2.6042vw;
  padding: 0 40px;
  padding: 0 2.0833vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.mainContMore:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
/* 列表 */
.xgdtList{
  width: 780px;
  width: 40.625vw;
}
.xgdtList ul li{
  border-top: 1px solid #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.xgdtList ul li:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 0 10px #a9a9a9;
}
.xgdtList ul li:hover a p{
  color: #c40004;
}
.xgdtList ul li:hover a span{
  color: #c40004;
}
.xgdtList ul li:last-child{
  border-bottom: 1px solid #000;
}
.xgdtList ul li a span{
  display: inline-block;
  vertical-align: text-top;
  line-height: 93px;
  line-height: 4.8958vw;
  margin-right: 2em;
}
.xgdtList ul li a p{
  display: inline-block;
  font-size: 24px;
  font-size: 1.25vw;
  color: #222222;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-top;
  line-height: 93px;
  line-height: 4.7917vw;
}

/* 科研平台 */
.kypt{
  padding-top: 55px;
  padding-top: 2.8646vw;
  padding-bottom: 80px;
  padding-bottom: 4.1667vw;
  background: #f1f4f9;
}
.kypt_ul {
  display:flex;
  justify-content: space-between;
}
.kypt_ul li{
  display: inline-block;
  border: 1px solid #9a9392;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.kypt_ul li:hover{
  /* transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 0 10px #a9a9a9; */
}
.kypt_ul li:nth-child(2){
  margin: 0 13px;
  margin: 0 .6771vw;
}

/* 工作年历 */
.gznl{
  background: url(../images/section6_background.jpg)no-repeat #b92b18 center bottom;
  background-size: cover;
  padding-top: 56px;
  padding-top: 2.9167vw;
  padding-bottom: 30px;
  padding-bottom: 1.5625vw;
}
.gznl .index_title{
  color: #fff;
}
.gznl_ul{
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  background: url(../images/gznl_line.png)no-repeat right bottom;
}
.gznl_ul li {
  background: url(../images/gznl_line.png)no-repeat left bottom;
  padding-left: 2px;
  /* max-width: 360px;
  max-width: 18.75vw; */
  height: 470px;
  height: 24.4792vw;
  overflow: hidden;
  float: left;
  width: 7%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.gznl_ul .current-month{
  width: 23%;
}
.gznl_ul li:hover a{
  padding-top: 0;
}
.gznl_ul li a {
  padding-top: 323px;
  padding-top: 16.8229vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
  display: block;
}
.gznl_ul .current-month a{
  padding-top: 0px;
}
.gznl_ul li a p{
  font-family: 'pala';
  font-size: 76px;
  color: #e0b1ad;
  white-space: nowrap;
  width: 40px;
  width: 2.08vw;
  font-size: 3.9583vw;
}
.gznl_ul li:nth-child(n + 10) a{
  padding-top: 269px;
  padding-top: 14.01vw;
}
.gznl_ul li:nth-child(n + 10):hover a{
  padding-top: 0;
}
.gznl_ul li a p span{
  font-size: 30px;
  font-size: 1.5625vw;
  color: #e0b1ad;
}

.gznl_ul li:nth-child(n+10) a p span{
  display: block;
  text-align: right;
}
.gznl_ul li a div{
  font-size: 28px;
  color: #fff;
  text-align: justify;
  padding: 0 10px;
  padding: 0 .5208vw;
  width: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; 
  -o-transition: all 0.3s; 
  transition: all 0.3s; 
}
.gznl_ul li:hover a div{
  height: 100%;
  width: 100%;
}
.gznl_ul .current-month a div{
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .index_title{
    font-size: 18px;
  }
  .kypt_ul li:nth-child(2){
    margin: 0;
  }
  .kypt_ul{
    width: 100%;
    overflow-x: scroll;
    display: flex;
    justify-content: start;
    white-space: nowrap;
  }
  .kypt_ul li{
    display: block;
    width: 200px;
    min-width: 200px;
    margin-right: 15px;
  }
  .kypt_ul li:nth-child(2){
    margin-right: 15px;
  }
  .kypt{
    overflow: hidden;
  }
  .kypt_ul img{
    display: block;
    width: 100%;
  }

  .xw_tz .mainCont{
    display: block;
  }
  .xw_tz_left,.xw_tz_right{
    width: 100%;
  }
  .xw_img{
    width: 100%;
    height: 250px;
  }
  .xw_tz_title{
    font-size: 18px;
  }
  .xw_tz_title span{
    font-size: 14px;
  }
  .xw_text span{
    font-size: 14px;
  }
  .xw_text p{
    font-size: 14px;
  }
  .xw_tz .xw_tz-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .xw_tz-pagination .swiper-pagination-bullet:after{
    width: 15px;
    height: 15px;
    left: -3px;
    top: -2px;
  }
  .xwList ul li a span{
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
  }
  .xwList ul li a p{
    font-size: 15px;
    width: 76%;
    vertical-align: top;
    line-height: 20px;
  }
  .xwList ul li a{
    display: block;
    padding-top: 5px;
  }
  .xw_tz_right{
    margin-top: 15px;
  }
  .tz_ul li a span{
    font-size: 14px;
    line-height: 2em;
  }
  .tz_ul li a p{
    font-size: 14px;
    line-height: 2em;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mainContMore{
    padding: 0 17px;
    line-height: 26px;
    font-size: 12px;
  }
  .djdt .djdtList{
    display: block;
  }
  .djdt .djdtList li{
    width: 100%;
  }
  .djdt .djdtList a div{
    width: 20%;
  }
  .djdt .djdtList a div p{
    line-height: 2em;
    font-size: 12px;
  }
  .djdt .djdtList a div span{
    font-size: 12px;
    line-height: 2em;
  }
  .djdt .djdtList a>p{
    font-size: 14px;
    line-height: 2em;
    padding: 5px ;
    flex: 1;
  }
  .kcjsCarousel .swiper-wrapper a{
    padding: 10px 10px 20px 10px;
  }
  .kcjsCarousel .swiper-wrapper a div p{
    font-size: 16px;
  }
  .kcjsCarousel .swiper-wrapper a div span{
    font-size: 12px;
  }
  .kcjsCarousel .swiper-wrapper a>p{
    font-size: 14px;
  }
  .kcjsCarousel .swiper-wrapper a>span{
    font-size: 12px;
    height: auto;
  }
  .kcjs{
    overflow: hidden;
  }
  .xgdt_cont{
    display: block;
  }
  .xgdtCarousel {
    width: 100%;
  }
  .xgdtList{
    width: 100%;
  }
  .xgdtList ul li a span{
    line-height: 30px;
    vertical-align: top;
    font-size: 12px;
  }
  .xgdtList ul li a p{
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
  }
  .xgdtCarousel {
    margin-bottom: 15px;
  }
  .xgdtCarousel a .xgdt_img{
    width: 100%;
    height: 250px;
  }
  .xgdtCarousel a>p{
    font-size: 16px;
    line-height: 50px;
  }
  .xgdtCarousel a .xgdt_time p{
    font-size: 12px;
    line-height: 32px;
  }
  .xgdtCarousel a .xgdt_time span{
    font-size: 12px;
    line-height: 34px;
  }
  .xgdtCarousel a .xgdt_time{
    width: 60px;
    bottom: 14%;
  }
  .xgdt_cont .xgdtCarousel .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .xgdtCarousel .swiper-pagination-bullet:after{
    width: 12px;
    height: 12px;
    left: -2px;
    top: -2px;
  }
  .xgdtCarousel .xgdt-pagination{
    bottom: 50px;
  }
  .gznl{
    display: none;
  }
}