/* banner */

.banner {
  overflow: hidden;
  position: relative;
  z-index: 9;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {

}


.banner .swiper-slide .txt{
  position: absolute;
  width: 97%;
  height: 0.74rem;
  line-height: 0.74rem;
  background: rgba(13, 64, 155, 0.8);
  left: 1.5%;
  bottom: 0.2rem;
  z-index: 11;
}

.banner .swiper-slide .txt h5{
  margin-left: 0.2rem;
  width: 70%;
  font-size: 0.26rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_right.png) no-repeat center;
  background-size: 100%;
  right: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;
  background: url(../images/fw_left.png) no-repeat center;
  background-size: 100%;
  left: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0.47rem;
  right: 0.35rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.14rem ;
  width: 0.1rem;
  height: 0.1rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 1;
}


.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: -0.17rem;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/bannerico.png) no-repeat  center;
  background-size: 100%;
  opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.44rem;
  background:none;

}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}





@media (max-width: 980px){

  .banner {
    width: 100%;

  }
  .banner .swiper-pagination{
    bottom: 0.43rem;
  }
  

}




/* title */

.titlecont{
  position: relative;
}

.titlecont .title{
  margin: 0 auto;
  text-align: center;

}

.titlecont .title em{
  display: block;
  font-family:'Times New Roman', Times, serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.68rem;
  text-transform: uppercase;
  color: #EEEEEE;
}

.titlecont .title h3{
  font-size: 0.42rem;
  line-height: 0.45rem;
  color: #333333;
  position: relative;
  z-index: 5;
  margin-top: -0.42rem;
}


.titlecont .title h3 i{
  font-size: 0.42rem;
  color: #0D409B;
}

.titlecont .title h3 img{
  margin-right: 0.2rem;
  width: 0.37rem;
  height: 0.4rem;
}

.titlecont .titlemore{
  position: absolute;
  right: 0;
  bottom: 0.05rem;
  z-index: 5;

} 

.titlecont .titlemore a{
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #0D409B;
  padding-right: 0.35rem;
  display: block;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.29rem 0.18rem;
}


/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.2rem;
  position: relative;
  z-index: 5;
}

.newsbg::after{
  position: absolute;
  left: 0;
  top: -0.87rem;
  z-index: -1;
  content: "";
  background: url(../images/newsbg2.png) no-repeat top center;
  width: 100%;
  height: 0.87rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.75rem;

}

.newsbg .news .newslist{
  margin: 0 auto;
  position: relative;
}

.newsbg .news .newslist ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.newsbg .news .newslist ul li{

}

.newsbg .news .newslist ul li .titlecont{
  position:inherit;
}

.newsbg .news .newslist ul li .titlecont .title {
  text-align: left;
}

.newsbg .news .newslist ul li .titlecont .title em{
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newslist ul li .titlecont .title h3{
  margin-left: 0.05rem;
}

.newsbg .news .newslist ul li .titlecont .title h3 i {
  color: #333333;
}

.newsbg .news .newslist ul li .titlecont .title h3 img{
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newslist ul li .titlecont .titlemore{
  display: none;

}

.newsbg .news .newslist ul li.on .titlecont .title em{
  opacity: 1;

}

.newsbg .news .newslist ul li.on .titlecont .title h3 i {
  color: #0D409B;
}

.newsbg .news .newslist ul li.on .titlecont .title h3 img{
  opacity: 1;
}

.newsbg .news .newslist ul li.on .titlecont .titlemore{
  display: block;

}

.newsbg .news .newscenter{
  margin: 0.45rem auto 0 auto;

}



.newsbg .news .news_show{
  width: 48%;
  position: relative;
  float: left;
  overflow: hidden;
}

.newsbg .news .news_show .swiper-slide{
  position: relative;
  height: 5.5rem;
  background: #FFFFFF;
}

.newsbg .news .news_show .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4.6rem;
  overflow: hidden;

}

.newsbg .news .news_show .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_show .swiper-slide .txt{
  width: 85%;
  margin-top: 0.15rem;
  line-height: 0.32rem;
  align-items: center;
  display: flex;
}

.newsbg .news .news_show .swiper-slide .txt span{
  display: block;
  font-size: 0.22rem;
  color: #FFFFFF;
  width: 0.7rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #0d409b;
  text-align: center;
  float: left;
  margin-right: 0.22rem;
}


.newsbg .news .news_show .swiper-slide .txt a{
  font-size: 0.22rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 75%;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 0.64rem;
}


.newsbg .news .news_show .news-pagination{
  position: absolute;
  left: auto;
  right: 0.25rem;
  bottom: 0.33rem;
  width: auto;
  z-index: 9;

}

.newsbg .news .news_show .news-pagination .swiper-pagination-bullet{
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/ico.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  margin: 0 0.05rem;
}

.newsbg .news .news_show .news-pagination .swiper-pagination-bullet-active{
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/ico1.png) no-repeat center;
  background-size: 100% 100%;

}


.newsbg .news .notice{
  width: 48%;
  height: 5.5rem;
  float: right;
  background: #FFFFFF;
}



.newsbg .news .notice ul li{
  width: 100%;
  height: 0.87rem;
  position: relative;
  z-index: 5;

}

.newsbg .news .notice ul li .txt{
  position: relative;
  width: 89%;
  height: 0.87rem;
  line-height: 0.3rem;
  border-bottom: 1px dashed rgba(58, 58, 58, 0.3);
  margin: 0 auto;
  padding-top: 0.1rem;
}

.newsbg .news .notice ul li:last-child .txt{
  border-bottom:none;
}

.newsbg .news .notice ul li .txt a{
  display: block;

}

.newsbg .news .notice ul li .txt a h5{
  font-size: 0.22rem;
  color: #333333;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  -o-text-overflow: ellipsis;
  /* overflow: hidden; */
  /* display: block; */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  margin-left: 4.5%;
  width: 85%;
}

.newsbg .news .notice ul li .txt a span{
  display: block;
  font-size: 0.18rem;
  color: #0D409B;
  float: left;
  
}


.newsbg .news .notice ul li .txt_on{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 1.8rem;
  background: url(../images/newslist1.jpg) no-repeat right center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.newsbg .news .notice ul li .txt_on .pic{
  float: left;
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
  margin: 0.3rem 0 0 5.5%;

}

.newsbg .news .notice ul li .txt_on .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice ul li .txt_on .nr{
  float: left;
  margin-left: 5%;
  width: 55%;

}
.newsbg .news .notice ul li .txt_on1 .nr{
  float: none;

  width: 95%;

}


.newsbg .news .notice ul li .txt_on .nr a{
  display: block;
}

.newsbg .news .notice ul li .txt_on .nr h5{
  font-size: 0.22rem;
  color: #F9FCFE;
  font-weight: bold;
  line-height: 0.32rem;
  /* height: 0.64rem; */
  /* overflow: hidden; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.33rem;
}

.newsbg .news .notice ul li .txt_on .nr span{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-top: 0.18rem;
}


.newsbg .news .notice ul li.on{
  height: 1.8rem;
}

.newsbg .news .notice ul li.on .txt_on{
  height: 1.8rem;

  opacity: 1;
}

@media (min-width: 980px){
  .newsbg .news .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_show .swiper-slide:hover .txt a{
    color: #0D409B;
  }

}


@media (max-width: 980px){

  .titlecont .title{
    text-align: left;
  }
  .titlecont .title em{
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  
  .titlecont .title h3{
    font-size: 0.34rem;
    line-height: 0.4rem;
    color: #333333;
    position: relative;
    z-index: 5;
    margin-top: -0.42rem;
  }
  
  
  .titlecont .title h3 i{
    font-size: 0.34rem;
    color: #0D409B;
  }
  
  .titlecont .title h3 img{
    margin-right: 0.2rem;
    width: 0.32rem;
    height: 0.35rem;
  }
  
  .titlecont .titlemore{

    bottom: 0.05rem;

  
  } 
  
  .titlecont .titlemore a{
    line-height: 0.34rem;
    font-size: 0.24rem;
    padding-right: 0.45rem;
    background-size: 0.39rem 0.28rem;
  }
  
  
  /* news */
  
  .newsbg{

    padding-bottom: 0.6rem;

  }
  
  .newsbg::after{

    top: -0.86rem;
    background: url(../images/newsbg1.png) no-repeat top center;
    background-size: 100% 100%;

  }
  
  .newsbg .news{
    margin: 0 auto;
    padding-top: 0.2rem;
  
  }
  
  
  .newsbg .news .newslist ul{
    justify-content: inherit;

  }
  
  .newsbg .news .newslist ul li {
    margin-right: 0.3rem;
}
  
  .newsbg .news .newscenter{
    margin: 0.45rem auto 0 auto;
  
  }
  
  
  
  .newsbg .news .news_show{
    width: 100%;
    float: none;

  }
  
  .newsbg .news .news_show .swiper-slide{
    position: relative;
    height: auto;
    padding-bottom: 0.3rem;
  }
  
  .newsbg .news .news_show .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 54%;
  
  }
  

  
  
  .newsbg .news .news_show .swiper-slide .txt{
    width: 85%;
    margin-top: 0.15rem;
    line-height: 0.4rem;
  }
  
  .newsbg .news .news_show .swiper-slide .txt span{
    display: block;
    font-size: 0.26rem;
    color: #FFFFFF;
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #0d409b;
    text-align: center;
    float: left;
    margin-right: 0.22rem;
  
  }
  
  
  .newsbg .news .news_show .swiper-slide .txt a{
    display: block;
    font-size: 0.26rem;
    float: left;
    width: 72%;
    -webkit-line-clamp: 3;
    max-height: 1.2rem;
  }
  
  
  .newsbg .news .news_show .news-pagination{
    position: absolute;
    left: auto;
    right: 0.25rem;
    bottom: 0.33rem;
    width: auto;
    z-index: 9;
  
  }
  
  .newsbg .news .news_show .news-pagination .swiper-pagination-bullet{
    width: 0.25rem;
    height: 0.25rem;

  }
  
  .newsbg .news .news_show .news-pagination .swiper-pagination-bullet-active{
    width: 0.25rem;
    height: 0.25rem;
  
  }
  
  
  .newsbg .news .notice{
    width: 100%;
    height: auto;
    float: none;
    margin: 0.45rem auto 0 auto;
    padding-bottom: 0.5rem;
  }
  
  
  
  .newsbg .news .notice ul li{
    width: 100%;
    height: 0.95rem;
  
  }
  
  .newsbg .news .notice ul li .txt{
    position: relative;
    width: 89%;
    height: 0.95rem;
    line-height: 0.38rem;
  }

  
  .newsbg .news .notice ul li .txt a h5{
    font-size: 0.26rem;
    margin-left: 4.5%;
    width: 82%;
  }
  
  .newsbg .news .notice ul li .txt a span{
    font-size: 0.26rem;
    
  }
  

  
  .newsbg .news .notice ul li .txt_on .nr{
    float: left;
    margin-left: 5%;
    width: 58%;
  
  }

  .newsbg .news .notice ul li .txt_on .nr h5{
    font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .newsbg .news .notice ul li .txt_on .nr span{
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }
  


}








/* dynamics */

.dynamicsbg{
  width: 100%;
  background: url(../images/dynamicsbg.jpg) no-repeat bottom center;
  background-size: 100%;
}

.dynamicsbg .dynamics{
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}



.dynamicsbg .dynamicsbox{
  margin: 0rem auto 0 auto;
  width: 94%;
  max-width: 1485px;
  position: relative;

}


.dynamicsbg .dynamicsbox .academic .swiper-container{
  padding: 0.5rem 0;

}


.dynamicsbg .dynamicsbox .academic .swiper-slide{
  position: relative;
  z-index: 5;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .nr{
  margin: 0 auto;
  width: 91%;
  height: 4.2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .pic{
  width: 100%;
  height: 2.52rem;
  position: relative;
  overflow: hidden;

}

.dynamicsbg .dynamicsbox .academic .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt{
  width: 83%;
  margin: 0 auto 0 auto;

} 

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt a{
  display: block;
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.28rem 0 0.21rem 0;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;display:none;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time{
  position: absolute;
  top: 0;
  left: 0.25rem;
  z-index: 5;
  background: url(../images/time1.png) no-repeat center;
  background-size: 100%;
  width: 0.69rem;
  height: 0.74rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time span{
  display: block;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.09rem;

}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;

}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  position: relative;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .txt em::after{
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  width: 0.3rem;
  height: 2px;
  background: #C8171E;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.dynamicsbg .dynamicsbox .academic .swiper-slide .nr::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: #0D409B url(../images/newslist.jpg) no-repeat right bottom;
  box-shadow: 0px 4px 20px 0px rgba(13, 64, 155, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.dynamicsbg .dynamicsbox .academic .academicbutton{
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
}



.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-next{
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  right: 0.22rem;
  top: 0;
  background: url(../images/right.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}



.dynamicsbg .dynamicsbox .academic .academicbutton .swiper-academic-prev{
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  left: 0.22rem;
  top: 0;
  background: url(../images/left.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}


.dynamicsbg .dynamicsbox .academic .academicbutton .academic-pagination{
  width: 86%;
  height: 2px;
  background: #E7E6DD;
  margin: 0rem auto 0 auto;
  position: relative;
  top: 0.25rem;
}

.dynamicsbg .dynamicsbox .academic .academicbutton .academic-pagination .swiper-pagination-progressbar-fill{
  background: #0D409B;
  height: 3px;
  top: -1px;
}


@media (min-width: 980px){
  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt .time{
    background: url(../images/time2.png) no-repeat center;
    background-size: 100%;

  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .nr::after{
    height: 100%;

  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt p{
    color: rgba(255, 255, 255, 0.6);

  }
  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt a{
    color: #FFFFFF;

  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .txt em{
    background: rgba(226, 226, 226, 0.2);
  }

  .dynamicsbg .dynamicsbox .academic .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }


  
}



@media (max-width: 980px){
  
  .dynamicsbg .dynamics{
    padding-top: 0.7rem;
    padding-bottom: 1.3rem;
  }
  
  
  
  .dynamicsbg .dynamicsbox{
    width: 94%;
    max-width: 1485px;
    position: relative;
  
  }
  

  .dynamicsbg .dynamicsbox .academic .swiper-slide .nr{

    height: auto;
    padding-bottom: 0.5rem;

  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .pic{
    width: 100%;
    height: auto;
    padding-top: 54%;
  
  }
  
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.28rem 0 0.21rem 0;
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt p{
    font-size: 0.24rem;
    line-height: 0.33rem;
    height: 0.99rem;
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time{
    width: 0.99rem;
    height: 1.04rem;

  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time span{
    font-size: 0.28rem;
    padding-top: 0.09rem;
  
  }
  
  .dynamicsbg .dynamicsbox .academic .swiper-slide .txt .time i{

    font-size: 0.24rem;

  
  }
  


  
  
  .dynamicsbg .dynamicsbox .academic .academicbutton .academic-pagination{
    width: 70%;
  }
  
  
}




/* LECTURE */

.LECTUREbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/LECTUREbg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.9rem;
}

.LECTUREbg .LECTURE{
  padding: 0.95rem 0 0rem 0;
}

.LECTUREbg .LECTURE .LECTUREbox{
  margin: 0.5rem auto  0 auto;
}


.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR{
  float: left;
  width: 48%;
}


.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt{
  width: 100%;
  height: 0.78rem;
  line-height: 0.78rem;
  background: linear-gradient(260deg, #266EEE 0%, #0C47AE 72%);
  position: relative;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .current{
  text-align: center;
  font-size: 0.22rem;
  color: #FFFFFF;
}


.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .currentl{
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  background: url(../images/timeleft.png) no-repeat center;
  background-size: 100%;
  width: 0.13rem;
  height: 0.2rem;

}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .currentr{
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  background: url(../images/timeright.png) no-repeat center;
  background-size: 100%;
  width: 0.13rem;
  height: 0.2rem;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt ul{
  display: none;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dd{
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(175, 191, 208, 0.48);
  height: 4.63rem;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar{
  width: 100%;

}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar thead{
  background: #D9F0FF;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar th{
  font-size: 0.18rem;
  color: #0B44AB;
  text-align: center;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar tbody{

  width: 100%;
  position: relative;
  top: 0.15rem;


}


.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar tr td{
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  height: 0.46rem;
  line-height: 0.45rem;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  padding: 0.06rem 0;
}

.LECTUREbg .LECTURE .LECTUREbox .EventsBoxR .pore .zi2 table tbody tr td span {
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
}

.calendar-content .calendar-this::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f28101 !important;
  border-radius: 50%;
  z-index: -1;
}

.calendar-content .calendar-this span{
  color: #fff !important;
}


.has-news {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid #0051A2;

}


.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr{
  float: right;
  width: 48%;
}


.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li{
  background: #FFFFFF;
  width: 100%;
  height: 1.7rem;
  margin-bottom: 0.15rem;
  border-left: 2px solid #0D409B;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .pic{
  float: left;
  margin: 0.3rem 0 0 4.5%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: relative;
  z-index: 5;

}


.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top;
}


.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .pic::after{
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.36rem;
  background: url(../images/ico5.png) no-repeat center;
  background-size: 100%;
}

.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt{
  float: left;
  margin: 0.1rem 0 0 4.5%;
  width: 72%;
} 

.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt h5 a{
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.08rem;
}

.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt p{
  font-size: 0.16rem;
  color: #888888;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.28rem;
}

.LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt p img{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  position: relative;
  top: -1px;
}


@media (min-width: 980px){

  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li:hover{
    box-shadow: 0px 4px 20px 0px rgba(13, 64, 155, 0.2);
  }

  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li:hover .txt h5 a{
    color: #0D409B;
  }

}

@media (max-width: 980px){


  .LECTUREbg{

    padding-bottom: 0.6rem;
  }
  
  .LECTUREbg .LECTURE{
    padding: 0.6rem 0 0rem 0;
  }
  
  .LECTUREbg .LECTURE .LECTUREbox{
    margin: 0.5rem auto  0 auto;
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR{
    float: none;
    width: 100%;
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .current{
    font-size: 0.28rem;

  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .currentl{

    top: 0.25rem;
    width: 0.18rem;
    height: 0.25rem;
  
  }
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dt .currentr{
    top: 0.25rem;
    width: 0.18rem;
    height: 0.25rem;
  }

  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR dd{

    height: 4.63rem;
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar thead{
    height: 0.65rem;
    line-height: 0.65rem;
  }
  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar th{
    font-size: 0.24rem;
  }
  

  
  .LECTUREbg .LECTURE .LECTUREbox .EventsBoxR #calendar tr td{
    font-size: 0.26rem;
    padding: 0.1rem 0;
  }
  
  
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr{
    float: none;
    width: 100%;
    margin: 0.35rem auto  0 auto;
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li{
    height: 2.4rem;
    margin-bottom: 0.25rem;
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .pic{
    margin: 0.35rem 0 0 4.5%;
    width: 1.2rem;
    height: 1.2rem;
  
  }
  
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt{
    float: left;
    margin: 0.33rem 0 0 4%;
    width: 70%;
  } 
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt h5 a{
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .LECTUREbg .LECTURE .LECTUREbox .Events_boxnr ul li .txt p img{
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    top: -1px;
  }


}






/* links */

.linksbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/linksbg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.linksbg .links{
  padding: 0.5rem 0 0.3rem 0;
}

.linksbg .links ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.linksbg .links ul li{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 19%;
  margin: 0 1% 0.2rem 0%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.linksbg .links ul li:nth-child(5n){
  margin-right: 0;
}

.linksbg .links ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (min-width: 980px){
  .linksbg .links ul li:hover{
    background: #266EEE;
  }
}



@media (max-width: 980px){

  
  .linksbg .links{
    padding: 0.5rem 0 0.3rem 0;
  }
  
  
  .linksbg .links ul li{
    height: 0.6rem;
    line-height: 0.6rem;
    width: 49%;
    margin: 0 1% 0.2rem 0%;

  }
  
  .linksbg .links ul li:nth-child(5n){
    margin: 0 1% 0.2rem 0%;
  }

  .linksbg .links ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .linksbg .links ul li a{
    font-size: 0.24rem;

  }
}