/* banner */

.banner {
  width: 100%;
  height: 100%;
  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 {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .swiper-banner-next {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;

  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-size: 100%;
  left: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.09rem ;
  width: 0.15rem;
  height: 0.15rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: -0.05rem;
  top: -0.04rem;
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
  width: 0.24rem;
  height: 0.23rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: rgba(255, 255, 255, 0);
}

.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;
}



.pic img{
  object-fit: cover;
}

/* title */

.title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title h5{

}

.title h5 span{
  line-height: 0.4rem;
  display: block;
  font-size: 0.42rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(163, 181, 216, 1);
  opacity: 0.3;
}

.title h5 i{
  display: block;
  font-size: 0.4rem;
  font-weight: 600;
  color: rgba(44, 49, 55, 1);
  line-height: 0.4rem;
  margin-top: -0.2rem;
  position: relative;
  z-index: 5;
}

.title .titlemore{
  width: 1.18rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 100px;
  border: 1px solid rgba(0, 82, 147, 1);
  text-align: center;
  margin-top: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title .titlemore a{
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  color: rgba(0, 82, 147, 1);
  background: url(../images/more.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  padding-left: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@supports (-webkit-background-clip: text) or (background-clip: text) {

  .title h5 span {

    background: -webkit-linear-gradient(180deg, rgba(163, 181, 216, 1) 0%, rgba(163, 181, 216, 0) 100%);
    background: linear-gradient(180deg, rgba(163, 181, 216, 1) 0%, rgba(163, 181, 216, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 确保文本颜色透明 */

  }

}


@media (min-width: 1024px){
  .title .titlemore:hover{
    background:rgba(0, 82, 147, 1);
  }

  .title .titlemore:hover a{
    color: #fff;
    background: url(../images/moreon.png) no-repeat left center;
    background-size: 0.17rem 0.17rem;
  }


}

@media (max-width: 980px){
  .banner .swiper-pagination{
    bottom: 0.2rem;
  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    margin: 0 0.18rem ;
    width: 0.18rem;
    height: 0.18rem;

  }

  
.banner .swiper-pagination .swiper-pagination-bullet::after{
  top: -0.02rem;
}



.title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title h5{

}

.title h5 span{
line-height: 0.3rem;
font-size: 0.36rem;
}

.title h5 i{
font-size: 0.32rem;
line-height: 0.4rem;
margin-top: -0.2rem;

}

.title .titlemore{
width: 1.58rem;
height: 0.54rem;
line-height: 0.54rem;
margin-top: 0rem;

}

.title .titlemore a{
font-size: 0.24rem;
background: url(../images/more.png) no-repeat left center;
background-size: 0.17rem 0.17rem;

}



}




/* news */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/newsbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding-bottom: 0.8rem;
}

.newsbg::after{
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: -1;
  content: "";
  background: url(../images/newsbg2.jpg) no-repeat center;
  background-size: 100%;
  width: 41.3%;
  height: 5.04rem;
}


.newsbg .news{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.newsbg .news .news_l{
  float: left;
  width: 69.5%;
}

.newsbg .news .news_l .newsbox{
  margin-top: 0.5rem;
}


.newsbg .news .news_l .newsbox .news_show{
  float: left;
  width: 52.8%;

}

.newsbg .news .news_l .newsbox .news_show .swiper-container{
  padding-bottom: 0.63rem;
}

.newsbg .news .news_l .newsbox .news_show .swiper-slide{
  position: relative;

}

.newsbg .news .news_l .newsbox .news_show .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 3.53rem;
  overflow: hidden;

}

.newsbg .news .news_l .newsbox .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_l .newsbox .news_show .swiper-slide .txt{
  margin-top: 0.35rem;

}

.newsbg .news .news_l .newsbox .news_show .swiper-slide .txt a{
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  font-family: "PingFangSCbold";
  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;
}

.newsbg .news .news_l .newsbox .news_show .swiper-slide .txt p{
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.25rem 0 0.17rem 0;
}

.newsbg .news .news_l .newsbox .news_show .swiper-slide .txt i{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
}


.newsbg .news .news_l .newsbox .news_show .news_button{
  position: relative;
  z-index: 5;
  margin-top: 0.55rem;
  height: 0.34rem;
  padding: 0 0.45rem;
}


.newsbg .news .news_l .newsbox .news_show .news_button::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  z-index: -1;
  transform: translateY(-50%) rotate(180deg);
  background: url(../images/newsxt.png) no-repeat left center;
  background-size: 100%;
  width: 0.32rem;
  height: 0.07rem;

}

.newsbg .news .news_l .newsbox .news_show .news_button::before{
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  z-index: -1;
  transform: translateY(-50%);
  background: url(../images/newsxt.png) no-repeat left center;
  background-size: 100%;
  width: 0.32rem;
  height: 0.07rem;
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination{
  float: left;
  position: relative;
  width: 73%;
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination::after{
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  z-index: -1;
  transform: translateY(-50%);
  width: 43%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet{
  opacity: 1;
  background: none;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  margin: 0 0.25rem 0 0.05rem;
  padding-left: 0.12rem;
  position: relative;
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 0;
  top: 0%;
  content: "0";
  z-index: -1;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet-active{
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 1);
  padding-left: 0.17rem;
  top: -0.03rem;
}

.newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet-active::after{
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 1);
}

.newsbg .news .news_l .newsbox .news_show .news_button .swiper-news-next{
  position: absolute;
  right: 0.45rem;
  top: 0;
  cursor: pointer;
  background: url(../images/newsright.jpg) no-repeat  center;
  background-size: 100%;
  width: 0.51rem;
  height: 0.34rem;
}

.newsbg .news .news_l .newsbox .news_show .news_button .swiper-news-prev{
  position: absolute;
  right: 1.08rem;
  top: 0;
  cursor: pointer;
  background: url(../images/newsleft.jpg) no-repeat  center;
  background-size: 100%;
  width: 0.51rem;
  height: 0.34rem;
}


.newsbg .news .news_l .newsbox .news_r{
  float: right;
  width: 40.5%;

}


.newsbg .news .news_l .newsbox .news_r .hotnews{
  width: 100%;
  height: 3.24rem;
  background: rgba(0, 82, 147, 1);
  padding: 0.3rem 0.25rem 0 0.25rem;

}

.newsbg .news .news_l .newsbox .news_r .hotnews .pic{
  height: 1.03rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newsbox .news_r .hotnews .pic a{
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newsbox .news_r .hotnews .pic img{
  display: inline-block;
  width: 1.37rem;
  height: 0.93rem;
  border: 5px solid rgba(255, 255, 255, 1);

}


.newsbg .news .news_l .newsbox .news_r .hotnews .pic h5{
  display: flex;
  width: 59%;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.newsbg .news .news_l .newsbox .news_r .hotnews p{
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.newsbg .news .news_l .newsbox .news_r .hotnews .time{
  border-top: 1px solid #4d86b4;
  margin-top: 0.3rem;
  padding-top: 0.22rem;
  position: relative;

}

.newsbg .news .news_l .newsbox .news_r .hotnews .time span{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  float: left;

}

.newsbg .news .news_l .newsbox .news_r .hotnews .time span i{
  font-size: 0.38rem;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  line-height: 0.36rem;
  margin-right: 0.08rem;
  position: relative;
  top: 0.05rem;
}

.newsbg .news .news_l .newsbox .news_r .hotnews .time span em{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  margin-left: 0.08rem;
}

.newsbg .news .news_l .newsbox .news_r .hotnews .time .more{
  display: block;
  float: right;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100%;
  width: 0.26rem;
  height: 0.08rem;
  margin-top: 0.15rem;
}

.newsbg .news .news_l .newsbox .news_r .newslist{
  margin-top: 0.3rem;
  width: 100%;
  height: 3.24rem;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;

}

.newsbg .news .news_l .newsbox .news_r .newslist ul li{
  width: 88.5%;
  margin: 0 auto;
  height: 1.07rem;
  border-bottom: 1px dashed rgba(212, 206, 196, 1);
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l .newsbox .news_r .newslist ul li:last-child{
  border-bottom: none;
}

.newsbg .news .news_l .newsbox .news_r .newslist ul li a{
  display: block;

}

.newsbg .news .news_l .newsbox .news_r .newslist ul li a h5{
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.newsbg .news .news_l .newsbox .news_r .newslist ul li a span{
  display: block;
  font-size: 0.14rem;
  color: rgba(0, 82, 147, 1);
  margin-top: 0.05rem;
}


.newsbg .news .notice{
  float: right;
  width: 27.8%;
}

.newsbg .news .notice .noticebox{
  background: rgba(255, 255, 255, 1);
  padding-top: 0.25rem;
  height: 6.79rem;
  margin-top: 0.5rem;
}


.newsbg .news .notice .noticebox ul li{
  height: 1.2rem;
  margin-bottom: 0.07rem;
  position: relative;
  z-index: 5;
  padding: 0.25rem 0.25rem 0 0.3rem;

}

.newsbg .news .notice .noticebox ul li .nr{
  height: 0.77rem;
  border-bottom: 1px solid rgba(245, 235, 235, 1);;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;

}

.newsbg .news .notice .noticebox ul li .time{
  display: inline-block;
  width: 0.88rem;
  padding-right: 0.18rem;
  height: 0.55rem;
  border-right: 1px solid rgba(222, 224, 230, 1);
  text-align: center;
  position: relative;

}

.newsbg .news .notice .noticebox ul li .nr::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0.7rem;
  height: 1px;
  background: rgba(163, 181, 216, 1);
}

.newsbg .news .notice .noticebox ul li .time span{
  display: block;
  font-size: 0.38rem;
  color: rgba(0, 82, 147, 1);
  line-height: 0.35rem;
  margin-bottom: 0.02rem;
  font-weight: bold;
}

.newsbg .news .notice .noticebox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(0, 82, 147, 1);
}

.newsbg .news .notice .noticebox ul li h5 {
  width: 71%;
  margin-left: 5%;
  position: relative;
  top: -0.05rem;
}

.newsbg .news .notice .noticebox ul li h5 a{

  display: block;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
  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;
}

.newsbg .news .notice .noticebox ul li::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -2;
  width: 0;
  height: 100%;
  background: #eef4fe;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice .noticebox ul li::before{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 2px;
  height: 0;
  background: #005293;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (min-width: 1024px){
  .newsbg .news .notice .noticebox ul li:hover::after{
    width: 100%;

  }

  .newsbg .news .notice .noticebox ul li:hover::before{
    height: 100%;

  }

  .newsbg .news .notice .noticebox ul li:hover h5 a{
    color: rgba(39, 68, 128, 1);
  }

  .newsbg .news .news_l .newsbox .news_r .newslist ul li:hover a h5{
    color: #005293;
  }

  .newsbg .news .news_l .newsbox .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

}


@media (max-width: 980px){

  .newsbg{

  }
  
  .newsbg::after{
    display: none;
  }
  
  
  .newsbg .news{
    padding-top: 0.65rem;
  }

  
  .newsbg .news .news_l{
    float: none;
    width: 100%;
  }
  
  .newsbg .news .news_l .newsbox{
    margin-top: 0.5rem;
  }
  
  
  .newsbg .news .news_l .newsbox .news_show{
    float: none;
    width: 100%;
    position: relative;
  
  }

  .newsbg .news .news_l .newsbox .news_show::after{
    position: absolute;
    left: 0;
    bottom: 0rem;
    z-index: -1;
    content: "";
    background: url(../images/newsbg2.jpg) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 5.04rem;
  }
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide{
    position: relative;
  
  }
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 60%;
  
  }
  
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide .txt{
    margin: 0.35rem auto 0 auto;
    width: 90%;
  
  }
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide .txt a{
    font-size: 0.3rem;
    font-family: "PingFangSC";

  }
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide .txt p{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.25rem 0 0.17rem 0;
  }
  
  .newsbg .news .news_l .newsbox .news_show .swiper-slide .txt i{
    font-size: 0.24rem;

  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button{
    margin-top: 0.5rem;
    height: 0.4rem;

  }
  
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination{
    float: left;
    position: relative;
    width: 73%;
  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination::after{
    width: 40%;

  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet{
    font-size: 0.26rem;
    padding-left: 0.17rem;

  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet::after{
    font-size: 0.26rem;
  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet-active{
    font-size: 0.32rem;
    padding-left: 0.2rem;

  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .news-pagination .swiper-pagination-bullet-active::after{
    font-size: 0.32rem;
  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .swiper-news-next{
    width: 0.57rem;
    height: 0.4rem;
  }
  
  .newsbg .news .news_l .newsbox .news_show .news_button .swiper-news-prev{
    width: 0.57rem;
    height: 0.4rem;
    right: 1.18rem;
  }
  
  
  
  .newsbg .news .news_l .newsbox .news_r{
    float: none;
    width: 100%;
  
  }
  
  
  .newsbg .news .news_l .newsbox .news_r .hotnews{
    width: 100%;
    height: auto;
    padding: 0.3rem 0.25rem 0.5rem 0.25rem;
    overflow: hidden;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .pic{
    height: 1.83rem;
  }
  
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .pic img{
    display: inline-block;
    width: 2.57rem;
    height: 1.73rem;
    border: 5px solid rgba(255, 255, 255, 1);
  
  }
  
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .pic h5{
    width: 55%;
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.9rem;
    margin-top: 0.25rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r .hotnews p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.15rem;
  }
  
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .time span{
    font-size: 0.24rem;

  
  }
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .time span i{
    font-size: 0.36rem;
    margin-right: 0.08rem;
    position: relative;
    top: 0.05rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .time span em{
    font-size: 0.24rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r .hotnews .time .more{
    width: 0.36rem;
    height: 0.18rem;
  }
  
  .newsbg .news .news_l .newsbox .news_r .newslist{
    margin-top: 0.3rem;
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
  
  }
  
  .newsbg .news .news_l .newsbox .news_r .newslist ul li{
    width: 92%;
    height: 1.57rem;
  }
  
  
  .newsbg .news .news_l .newsbox .news_r .newslist ul li a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;

  
  }
  
  .newsbg .news .news_l .newsbox .news_r .newslist ul li a span{
    font-size: 0.24rem;
    margin-top: 0.05rem;
  }
  
  
  .newsbg .news .notice{
    float: none;
    width: 100%;
    margin: 0.6rem auto 0 auto;
  }
  
  .newsbg .news .notice .noticebox{
    height: auto;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  
  
  .newsbg .news .notice .noticebox ul li{
    height: 1.3rem;
    padding: 0.25rem 0.25rem 0 0.3rem;
  
  }
  
  .newsbg .news .notice .noticebox ul li .nr{
    height: 1rem;
  
  }
  
  .newsbg .news .notice .noticebox ul li .time{
    width: 1.38rem;
    padding-right: 0.18rem;
    height: 0.7rem;
  
  }
  
  .newsbg .news .notice .noticebox ul li .nr::after{
    width: 1.38rem;

  }
  
  .newsbg .news .notice .noticebox ul li .time span{
    font-size: 0.38rem;
    line-height: 0.35rem;
  }
  
  .newsbg .news .notice .noticebox ul li .time i{
    font-size: 0.24rem;

  }
  
  .newsbg .news .notice .noticebox ul li h5 {
    width: 71%;
    top: -0.05rem;
  }
  
  .newsbg .news .notice .noticebox ul li h5 a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
 
  }
  
  
  
}


/* dynamics */

.dynamicsbg{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.75rem;
  overflow: hidden;
}

.dynamicsbg .dynamics{
  margin: 0 auto;
  padding-top: 0.75rem;
}

.dynamicsbg .dynamics .dynamics_l{
  float: left;
  width: 47%;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show{
  margin: 0.45rem auto 0 auto;
  overflow: hidden;
  height: 2.7rem;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .pic{
  position: relative;
  float: left;
  width: 48%;
  height: 100%;
  overflow: hidden;
  border-radius:  0.1rem 0px 0px 0.1rem ;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .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;
  border-radius:  0.1rem 0px 0px 0.1rem ;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .txt{
  float: right;
  width: 52%;
  height: 100%;
  border-radius: 0px 0.1rem 0.1rem 0px;
  background: rgba(222, 234, 253, 0.5);
  padding: 0 0.35rem 0 0.35rem;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .txt a{
  display: block;
  font-size: 0.18rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0.35rem 0 0.15rem 0;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .txt p{
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(105, 117, 137, 1);
  height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dynamicsbg .dynamics .dynamics_l .dynamics_show .txt span{
  display: block;
  font-size: 0.14rem;
  color: rgba(0, 82, 147, 1);
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  padding-left: 0.3rem;
  margin-top: 0.35rem;
}

.dynamicsbg .dynamics .dynamics_l ul{
  margin: 0 auto;

}

.dynamicsbg .dynamics .dynamics_l ul li{
  height: 0.97rem;
  line-height: 0.97rem;
  border-bottom: 1px dashed rgba(170, 184, 181, 1);
}

.dynamicsbg .dynamics .dynamics_l ul li:last-child{
  border-bottom: none;
}

.dynamicsbg .dynamics .dynamics_l ul li a{
  display: block;

}

.dynamicsbg .dynamics .dynamics_l ul li h5{
  float: left;
  width: 80%;
  padding-left: 0.5rem;
  background: url(../images/newsico1.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  font-size: 0.2rem;
  color: rgba(34, 34, 34, 1);
  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;
}

.dynamicsbg .dynamics .dynamics_l ul li i{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: rgba(0, 82, 147, 1);
}


.dynamicsbg .dynamics .scientific{
  float: right;
  width: 46.8%;
}


.dynamicsbg .dynamics .scientific .scientificbox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-container{
  border-radius: 0.1rem 0.1rem 0.2rem 0.2rem;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide{
  position: relative;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .pic{
  width: 100%;
  height: 4.02rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: relative;
  overflow: hidden;

}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .pic img{
  border-radius: 0.1rem 0.1rem 0px 0px;
  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 .dynamics .scientific .scientificbox .swiper-slide .txt{
  width: 100%;
  height: 1.53rem;
  border-radius: 0px 0px 0.2rem 0.2rem;
  background: rgba(0, 82, 147, 1);
  padding: 0.17rem 0.4rem 0 0.45rem;
} 

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt h5 a{
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 1);
  height: 0.68rem;
  overflow: hidden;
  display: block;
  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: 0rem 0 0.15rem;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt .more{

}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt .more span{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  float: left;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt .more a{
  float: right;
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background: url(../images/more1.png) no-repeat  center;
  background-size: 100%;
  margin-top: 0.02rem;
}


.dynamicsbg .dynamics .scientific .scientificbox .swiper-scientific-next{
  position: absolute;
  right: -0.2rem;
  top: 40%;
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/right.jpg) no-repeat  center;
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.dynamicsbg .dynamics .scientific .scientificbox .swiper-scientific-prev{
  position: absolute;
  left: -0.2rem;
  top: 40%;
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/left.jpg) no-repeat  center;
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.15);
  z-index: 5;
}

@media (min-width: 1024px){
  .dynamicsbg .dynamics .dynamics_l ul li:hover h5{
    color: rgba(0, 82, 147, 1);

  }

  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  
  }

  .dynamicsbg .dynamics .dynamics_l .dynamics_show:hover .pic img{
    transform: scale(1.1);
  }

}



@media (max-width: 980px){
  .dynamicsbg{
    padding-bottom: 0.75rem;

  }
  
  .dynamicsbg .dynamics{
    padding-top: 0.65rem;
  }
  
  .dynamicsbg .dynamics .dynamics_l{
    float: none;
    width: 100%;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show{
    margin: 0.4rem auto 0 auto;
    overflow: hidden;
    height: auto;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .pic{
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    padding-top: 59%;
    border-radius:  0 ;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .pic img{
    border-radius:  0 ;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .txt{
    float: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0.35rem 0.3rem;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .txt a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin: 0rem 0 0.15rem 0;
  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .txt p{
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;

  }
  
  .dynamicsbg .dynamics .dynamics_l .dynamics_show .txt span{
    font-size: 0.24rem;
    background-size: 0.24rem 0.24rem;
    margin-top: 0.3rem;
  }
  
  
  .dynamicsbg .dynamics .dynamics_l ul li{
    height: 1.1rem;
    line-height: 1.1rem;
  }
  
  
  .dynamicsbg .dynamics .dynamics_l ul li h5{
    padding-left: 0.6rem;
    background-size: 0.4rem 0.4rem;
    font-size: 0.28rem;
    width: 75%;

  }
  
  .dynamicsbg .dynamics .dynamics_l ul li i{

    font-size: 0.24rem;

  }
  
  
  .dynamicsbg .dynamics .scientific{
    float: none;
    width: 100%;
    margin: 0.6rem auto 0 auto;
  }
  
  
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .pic{
    width: 100%;
    height: 3.7rem;

  
  }
  
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt{
    height: 1.8rem;
    padding: 0.2rem 0.4rem 0 0.45rem;
  } 
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt h5 a{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;

  }
  
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt .more span{
    font-size: 0.24rem;
  }
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-slide .txt .more a{
    width: 0.3rem;
    height: 0.26rem;
  }
  
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-scientific-next{
    position: relative;
    right: 30%;
    top: 0%;
    cursor: pointer;
    width: 0.72rem;
    height: 0.72rem;
    float: right;
    margin-top: 0.3rem;
  }
  
  .dynamicsbg .dynamics .scientific .scientificbox .swiper-scientific-prev{
    position: relative;
    left: 30%;
    top: 0%;
    width: 0.72rem;
    height: 0.72rem;
    float: left;
    margin-top: 0.3rem;
  }
  

}




/* Recruitment */

.Recruitmentbg{
  width: 100%;
  margin: 0 auto;
  background: #f2f7fe;
  overflow: hidden;
  padding-bottom: 0.8rem;
}

.Recruitmentbg .Recruitmentcont{
  margin: 0 auto;
  padding-top: 0.75rem;
}

.Recruitmentbg .Recruitmentcont .Recruitment{
  float: left;
  width: 41.5%;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox{
  margin-top: 0.45rem;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.15rem;
  border-top: 1px solid rgba(224, 226, 232, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:first-child{
  border-top: none;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time{
  display: inline-block;
  float: left;
  margin-left: 2.5%;
  width: 15%;
  background: url(../images/zhaoshengico1.png) no-repeat right center;
  background-size: 0.06rem 0.5rem;
  text-align: center;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time span{
  display: block;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.38rem;
  color: rgba(39, 68, 128, 1);
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(39, 68, 128, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li h5{
  float: left;
  width: 76%;
  margin-left: 3.5%;

}

.Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li h5 a{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: rgba(51, 51, 51, 1);
  height: 0.6rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-items: center;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.Recruitmentbg .Recruitmentcont .academic{
  float: right;
  width: 53.5%;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox{
  margin-top: 0.45rem;
  position: relative;
  z-index: 9;
}


.Recruitmentbg .Recruitmentcont .academic .academicbox::after{
  position: absolute;
  left: 0;
  top: 1.43rem;
  content: "";
  background: url(../images/xueshubg.jpg) no-repeat  center;
  background-size: 100%;
  width: 100%;
  height: 2.97rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .xueshuimg{
  float: left;
  margin-left: 10%;
  position: relative;
  z-index: 5;
  width: 43%;
  padding-bottom: 0.27rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .xueshuimg::after{
  position: absolute;
  content: "";
  right: -0.15rem;
  top: 0.27rem;
  width: 93%;
  height: 5.69rem;
  border-radius: 0.1rem;
  background: rgba(177, 217, 255, 1);
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .image-swiper{
  overflow: hidden;
  width: 100%;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .image-swiper .swiper-slide{
  position: relative;
  left: -100%;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .image-swiper .swiper-slide .pic{
  position: relative;
  height: 5.81rem;
  width: 99.6%;
  border-radius: 0.1rem;
  margin: 0 0.2%;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .image-swiper .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper{
  float: right;
  margin-right: 0.1rem;
  width: 40%;
  height: 5.81rem;
  overflow: hidden;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide{
  position: relative;
  height: 1.43rem ;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide h6{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
  padding-top: 0.35rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide h5 a{
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  color: rgba(40, 40, 40, 1);
  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.2rem;
  margin-bottom: 0.1rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item{
  border-top: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li{
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: rgba(102, 102, 102, 1);
  padding-left: 0.3rem;
}


.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(1){
  background: url(../images/xueshuico11.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(2){
  background: url(../images/xueshuico2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  opacity: 0;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(3){
  background: url(../images/xueshuico3.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  opacity: 0;
}


.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next{
  height: 2.97rem !important;

}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next h6{
  display: block;
}



.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next h5 a{
  color: #fff;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}


.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.2rem;

}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li{
  color: #fff;

}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(1){
  background: url(../images/xueshuico1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(2){
  opacity: 1;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(3){
  opacity: 1;
}



.Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton{
  position: absolute;
  left: 3%;
  top: 2.5rem;
  width: 0.28rem;
  z-index: 5;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-prev{
  cursor: pointer;
  background: url(../images/left1.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.16rem;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-next{
  cursor: pointer;
  background: url(../images/right1.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.16rem;
  margin-top: 0.6rem;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


@media (min-width: 1024px){
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:hover{
    background: url(../images/newslist.jpg) no-repeat  center;
    background-size: 100%;
    border-radius: 0.1rem;
  }

  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:hover .time span{
    color: #fff;
  }

  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:hover .time i{
    color: #fff;
  }

  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:hover h5 a{
    color: #fff;
    font-weight: bold;
  }

  .Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-prev:hover{
    opacity: 1;

  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-next:hover{
    opacity: 1;
  }

}



@media (max-width: 980px){
  .Recruitmentbg{

    padding-bottom: 0.8rem;
  }
  
  .Recruitmentbg .Recruitmentcont{
    padding-top: 0.6rem;
    width: 100%;
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment{
    float: none;
    width: 92%;
    margin: 0 auto;
  }
  
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li{
    height: 1.3rem;
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li:first-child{
    border-top: none;
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time{
    margin-left: 2%;
    width: 20%;
    background-size: contain;

  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time span{
    font-size: 0.36rem;
    line-height: 0.38rem;
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li .time i{
    font-size: 0.22rem;
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li h5{
    width: 72%;

  
  }
  
  .Recruitmentbg .Recruitmentcont .Recruitment .Recruitmentbox ul li h5 a{
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  

  .Recruitmentbg .Recruitmentcont .academic{
    float: none;
    width: 100%;
    margin: 0.65rem auto 0 auto;
  }

  .Recruitmentbg .Recruitmentcont .academic .title{
    width: 92%;
    margin: 0 auto;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox{
    margin-top: 0.45rem;
  }
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox::after{

  display: none;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .xueshuimg{
    float: none;
    margin: 0% auto;
    width: 90%;
    padding-bottom: 0.27rem;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .xueshuimg::after{
    height: 95%;
    top: 0.47rem;
  }
  

  .Recruitmentbg .Recruitmentcont .academic .academicbox .image-swiper .swiper-slide .pic{
    position: relative;
    height: auto;
    width: 99.6%;
    margin: 0 0.2%;
    padding-top: 156%;
  }
  
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper{
    margin: 0.35rem auto 0.2rem auto;
    width: 100%;
    height: 7.2rem;
    position: relative;
    z-index: 5;
  }

  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper::after{
    position: absolute;
    left: 0;
    top: 1.8rem;
    z-index: -1;
    content: "";
    width: 100%;
    height: 3.6rem;
    background: url(../images/xueshubg.jpg) no-repeat  center;
    background-size: cover;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide{
    position: relative;
    height: 1.8rem ;
    padding: 0 4%;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide h6{
    font-size: 0.24rem;
    padding-top: 0.35rem;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide h5 a{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    align-items: center;
    display: flex;
  }

  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li{
    font-size: 0.24rem;
    line-height: 0.42rem;
    padding-left: 0.45rem;
  }
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(1){
    background-size: 0.3rem 0.3rem;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(2){
    background-size: 0.3rem 0.3rem;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide .report-meta-item ul li:nth-child(3){
    background-size: 0.3rem 0.3rem;
  }
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next{
    height: 3.6rem !important;
    position: relative;
    z-index: 5;

  }


  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next h6{
    display: block;
  }
  
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next h5 a{
    color: #fff;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-size: 0.3rem 0.3rem;
  
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li{
    color: #fff;
  
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(1){
    background: url(../images/xueshuico1.png) no-repeat left center;
    background-size: 0.3rem 0.3rem;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(2){
    opacity: 1;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .content-swiper .swiper-slide-next .report-meta-item ul li:nth-child(3){
    opacity: 1;
  }
  
  
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton{
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    width: 20%;
    margin: 0rem auto 0 auto;
    
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-prev{
    background: url(../images/right2.png) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
    width: 0.38rem;
    height: 0.26rem;
    float: left;
    opacity: 1;
  }
  
  .Recruitmentbg .Recruitmentcont .academic .academicbox .academicbutton .swiper-academic-next{
    background: url(../images/left2.png) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
    width: 0.38rem;
    height: 0.26rem;
    float: right;
    margin-top: 0;
    opacity: 1;
  }
  
  

}



/* fc */

.fcbg{
  margin: 0 auto;
  padding-bottom: 0.55rem;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 40.87%, rgba(233, 243, 255, 0.6) 100%);
}


.fcbg .fc{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.fcbg .fc .fcbox{
  margin: 0rem auto 0 auto;
  position: relative;
  max-width: 1600px; 
}


.fcbg .fc .fcbox .mySwiper{
  overflow: hidden;
  width: 100%;
  padding: 0.45rem 0 0.3rem 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
}


.fcbg .fc .fcbox .swiper-slide {
  width: 23.6% ;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
  position: relative;
  /* 确保 slide 不会影响大图居中 */
  backface-visibility: hidden;
  background: #fff;

}


.fcbg .fc .fcbox.ie .swiper-slide {
  width: 13% ;
  height: 4rem;
  display: inline-block;

}



.fcbg .fc .fcbox .swiper-slide .pic{
  width: 62%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

}


.fcbg .fc .fcbox.ie .swiper-slide .pic{
  width: 100%;

}



.fcbg .fc .fcbox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: rgba(4, 4, 4, 0.2);
  border-radius: 0.2rem;
}

.fcbg .fc .fcbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fcbg .fc .fcbox.ie .swiper-slide .pic img{
  -webkit-transition: all 0s ease-out !important;
  -o-transition: all 0s ease-out !important;
  transition: all 0s ease-out !important;
}

.fcbg .fc .fcbox .swiper-slide-next .pic, 
.fcbg .fc .fcbox .swiper-slide-prev .pic{
  width: 100%;
  height: 3.3rem;
  left: 0%;
}

.fcbg .fc .fcbox.ie .swiper-slide .pic{

  height: 3.3rem;
 top: 0.35rem;

}
 
.fcbg .fc .fcbox.ie .swiper-slide-prev .pic{

  height: 4rem;
  top: 0rem;
}

.fcbg .fc .fcbox.ie .swiper-slide-next .pic{

  height: 3.3rem;

}

/* 中间主图 */

.fcbg .fc .fcbox .swiper-slide-active {
  position: relative;
  z-index: 10;


}

.fcbg .fc .fcbox.ie .swiper-slide-prev{
  width: 42.6% !important;
}


.fcbg .fc .fcbox.ie .swiper-slide-active{
  width: 43% ;

}




.fcbg .fc .fcbox .swiper-slide-active .pic{
  width: 7.2rem;
  position: absolute;
  left: -1.7rem;
  right: auto;
}

.fcbg .fc .fcbox.ie .swiper-slide-active .pic{
  width: 100%;
  position: relative;
  left: 0rem;
}


/* 最边缘的两张图（通过动态类名控制） */


.fcbg .fc .fcbox .swiper-slide.edge-left .pic{
  left: 12%;
  position: absolute;

}
.fcbg .fc .fcbox .swiper-slide.edge-right  .pic{
  right: 12%;
  left: auto;
  position: absolute;
 
}


.fcbg .fc .fcbox.ie .swiper-slide.edge-left .pic{
  left: 0%;
  position: absolute;
}
.fcbg .fc .fcbox.ie .swiper-slide.edge-right  .pic{
  right: 0%;
  left: auto;
  position: absolute;
}


.fcbg .fc .fcbox .swiper-slide-active .pic::after{

  background: rgba(4, 4, 4, 0);

}



.fcbg .fc .fcbox .fc-pagination{
  margin: 0 auto;
  text-align: center;

}

.fcbg .fc .fcbox .fc-pagination span{
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #95b8d3;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.2rem;
  position: relative;
}

.fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet-active{
  width: 0.2rem;
  height: 0.2rem;
  background: #005293;
  top: 0.03rem;
  
}


.fcbg .fc .fcbox .swiper-fc-prev{
  position: absolute;
  left: 12%;
  top: 40%;
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/left.jpg) no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
  z-index: 5;
}


.fcbg .fc .fcbox .swiper-fc-next{
  position: absolute;
    right: 12%;
    top: 40%;
    cursor: pointer;
    width: 0.42rem;
    height: 0.42rem;
    background: url(../images/right.jpg) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    z-index: 5;
}



.fcbg .ENTRY{
  margin: 0.75rem auto 0 auto;
} 


.fcbg .ENTRY .ENTRYbox{
  margin: 0.3rem auto 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}  

.fcbg .ENTRY .ENTRYbox ul li{
  float: left;
  position: relative;
  width: 21%;
  margin-bottom: 0.15rem;
  margin-right: 5%;
  background: url(../images/linksico1.png) no-repeat right center;
  background-size: 0.26rem 0.06rem;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: left; 
}

.fcbg .ENTRY .ENTRYbox ul li:nth-child(4n){
  margin-right: 0;
}


.fcbg .ENTRY .ENTRYbox ul li a{
  position: relative;
  color: #384753;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  width: 88%;
  display: inline-block;
  line-height: 0.24rem;
  height: 0.48rem;
  display: flex;
  align-items: center; 
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .ENTRY .ENTRYbox ul li a::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #384753;
  border-radius: 50%;
  content: "";

}


.fcbg .ENTRY .ENTRYbox ul li a:hover{
  color: #005293;

}





@media (min-width: 980px){

  .fcbg .fc .fcbox .swiper-slide-active:hover .pic img{
    transform: scale(1.1);
  }

  .fcbg .fc .fcbox.ie .swiper-slide-active:hover .pic img{
    transform: scale(1);
  }
}


@media (max-width: 980px){
  .fcbg{
    padding-bottom: 0.55rem;
  }
  
  
  .fcbg .fc{
    margin: 0 auto;
    padding-top: 0.65rem;
  }
  

  
  .fcbg .fc .fcbox .mySwiper{
    padding: 0.45rem 0 0.3rem 0;

  }
  
  
  .fcbg .fc .fcbox .swiper-slide {
    width: 100% !important;
    height: auto;
  
  }
  
  .fcbg .fc .fcbox .swiper-slide .pic{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 56%;
  }
  

  
  .fcbg .fc .fcbox .swiper-slide-next .pic, 
  .fcbg .fc .fcbox .swiper-slide-prev .pic{
    width: 100%;
    height: auto;
    left: 0%;
  }
  

  
  .fcbg .fc .fcbox .swiper-slide-active {
  
  
  
  }
  
  .fcbg .fc .fcbox .swiper-slide-active .pic{
    width: 100%;
    position: relative;
    left: 0;
    right: auto;
    padding-top: 56%;
  }
  
  
  
/* 最边缘的两张图（通过动态类名控制） */
.fcbg .fc .fcbox .swiper-slide.edge-left .pic{
  left: 0%;

}
.fcbg .fc .fcbox .swiper-slide.edge-right  .pic{
  right: 0%;

}

  
  .fcbg .fc .fcbox .fc-pagination{
    margin: 0 auto;
    text-align: center;
  
  }
  
  .fcbg .fc .fcbox .fc-pagination span{
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: #95b8d3;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.1rem;
    position: relative;
  }
  
  
  .fcbg .fc .fcbox .swiper-fc-prev{
    position: absolute;
    left: 5%;
    width: 0.52rem;
    height: 0.52rem;

  }
  
  
  .fcbg .fc .fcbox .swiper-fc-next{
    position: absolute;
      right: 5%;
      width: 0.52rem;
      height: 0.52rem;

  }
  
  
  
  .fcbg .ENTRY{
    margin: 0.7rem auto 0 auto;
  } 
  

  .fcbg .ENTRY .title h5 span {
    line-height: 0.3rem;
    font-size: 0.26rem;
}

  
  .fcbg .ENTRY .ENTRYbox{
    margin: 0.4rem auto 0 auto;
  }  

  .fcbg .ENTRY .ENTRYbox ul{
    width: 98%;
    margin: 0 auto;
  }
  
  .fcbg .ENTRY .ENTRYbox ul li{
    float: none;
    position: relative;
    width: 100%;
    margin-bottom: 0rem;
    margin-right: 0%;

  }
  


  .fcbg .ENTRY .ENTRYbox ul li a{
    font-size: 0.24rem;
    padding-left: 0.2rem;
    line-height: 0.36rem;
    height: 0.72rem;

  }
  

}