img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(183, 9, 10, 1);
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 60%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
  margin: 0 auto;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}

.banner .swiper-slide .txt{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.18rem;
  width: 100%;
  text-align: center;
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 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;
}


.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}


.banner .swiper-slide::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1.38rem;
  background: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}


.banner video{
  display: block;
  pointer-events: none; /* 茅藴虏忙颅垄猫搂鈥犆┞⑩�樏ヂ孤裁︹�奥懊β烩�樏ヅ犅︹�扳�姑ヅ犅� */
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner .swiper-banner-next {
  position: absolute;
  width: 0.59rem;
  height: 0.37rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.59rem;
  height: 0.37rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.25rem;
  left: auto;
  right: 5%;

}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.08rem ;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: none;


}



.banner .swiper-pagination .swiper-pagination-bullet-active{

  background:  rgba(0, 0, 0, 0.5);

}




.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;
}




/* hotnews */

.hotnews{
  margin: -0.2rem auto 0.4rem auto;
  width: 100%;
  height: 2.34rem;
  background: url(../images/hotnewsbg.png) no-repeat top center;
  background-size: 100%;
  padding-top: 0.15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotnews .hotnews_t{
  margin-left: 3rem;
  width: 1.22rem;
  height: 1.22rem;
  background: url(../images/hotnews.png) no-repeat top center;
  background-size: 100%;
  text-align: center;

}

.hotnews .hotnews_t h3{
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.35rem;
  color: #FFFFFF;
  font-family: "SourceHanSerifCN";
  padding: 0 0.2rem;
  padding-top: 0.23rem;
}

.hotnews .hotnews_t h3 a{
  display: block;
  font-size: 0.32rem;
  color: #FFFFFF;
}


.hotnews .hotnews_box{
  position: relative;
  width: calc((100% - 5.8rem));
  margin-right: 0.95rem;
}

.hotnews .hotnews_box .swiper-slide{
  position: relative;
}

.hotnews .hotnews_box .swiper-slide a{
  display: block;
}


.hotnews .hotnews_box .swiper-slide h5{
    font-size: 0.4rem;
    color: rgba(183, 9, 10, 1);
    margin: 0.53rem 0 0.15rem 0;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    line-height: 0.5rem;
    text-align:center;
}


.hotnews .hotnews_box .swiper-slide p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.26rem;
  height: 0.52rem;
  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;
    display: none;

}

.hotnews .hotnews_box .hot_button{
  position: absolute;
  left: -1.55rem;
  bottom: 0.52rem;
  z-index: 9;
}

.hotnews .hotnews_box .hot_button .hotnews-next{
  float: right;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/newsright1.png) no-repeat top center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
    display: none;
}

.hotnews .hotnews_box .hot_button .hotnews-prev{
  float: left;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/newsleft.png) no-repeat top center;
  background-size: 100%;
  margin-right: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
    display: none;
}



/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.title{
  background: url(../images/titleico.png) no-repeat left center;
  background-size: 0.49rem 0.49rem;
  padding-left: 0.6rem;
  font-family: "SourceHanSerifCN";

}

.title h3{
  font-size: 0.41rem;
  line-height: 0.5rem;
  color: rgba(51, 51, 51, 1);
}

.title h3 i{
  font-size: 0.41rem;
  line-height: 0.5rem;
  color: rgba(183, 9, 10, 1);
}



.titlemore{
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.3rem 0.19rem;
  padding-right: 0.4rem;
  margin-top: 0.25rem;
}

.titlemore a{
  display: block;
  font-size: 0.2rem;
  color: rgba(183, 9, 10, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg1.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 1.4rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 45%;

}

.newsbg .news .news_l .titlecon{
  margin: 0 0.75rem 0 0.4rem;
}


.newsbg .news .news_l .newsbox{
  margin: 0.05rem auto 0 auto;

}

.newsbg .news .news_l .newsbox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.3rem;
}

.newsbg .news .news_l .newsbox ul li::before{
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 77%;
  height: 1px;
  border-bottom: 0.5px dashed rgba(179, 179, 179, 0.8);
}

.newsbg .news .news_l .newsbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}


.newsbg .news .news_l .newsbox ul li .time{
  width: 1.6rem;
  height: 0.75rem;
  text-align: center;
  background: url(../images/time1.png) no-repeat  center;
  background-size: 0.86rem 0.73rem;
  font-family: "MiSans";
}

.newsbg .news .news_l .newsbox ul li .time span{
  display: block;
  font-size: 0.36rem;
  color: #B7090A;
  font-weight: bold;
  line-height: 0.38rem;
  width: 100%;
  margin-top: 0.06rem;
}

.newsbg .news .news_l .newsbox ul li .time i{
  display: block;
  font-size: 0.15rem;
  color: #B7090A;
  width: 100%;
}

.newsbg .news .news_l .newsbox ul li .txt{
  width: calc((100% - 1.6rem));
  padding-right: 0.75rem;
} 

.newsbg .news .news_l .newsbox ul li .txt h5{
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.3rem;
  height: 0.6rem;
  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 .news_l .newsbox ul li .txt p{
  font-size: 0.2rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: none;
  -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 ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 0%;
    height: 100%;
    background: url(../images/newslist.png) no-repeat left 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;
}

.newsbg .news .news_l .newsbox ul li:hover::after{
  width: 100%;

}

.newsbg .news .news_l .newsbox ul li:hover .txt h5{
  color: rgba(255, 255, 255, 1);
  height: 0.3rem;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;

}  

.newsbg .news .news_l .newsbox ul li:hover .txt p{
  display: block;

}  


.newsbg .news .news_l .newsbox ul li:hover .time{

  background: url(../images/time2.png) no-repeat  center;
  background-size: 0.86rem 0.73rem;

}

.newsbg .news .news_l .newsbox ul li:hover .time span{

  color: #fff;

}

.newsbg .news .news_l .newsbox ul li:hover .time i{
  color: #fff;
}





.newsbg .news .news_r{
  width: 55%;
  margin-top: 0.1rem;
  background: rgba(183, 9, 10, 1);
  position: relative;
}

.newsbg .news .news_r .swiper-slide{
  position: relative;
}

.newsbg .news .news_r .swiper-slide a{
  display: block;
}

.newsbg .news .news_r .swiper-slide .pic{
  width: 100%;
  height: 4.87rem;
  position: relative;
  overflow: hidden;

}

.newsbg .news .news_r .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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_r .swiper-slide .pic::after{
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.newsbg .news .news_r .swiper-slide .txt{
  position: relative;
  z-index: 5;
  left: 0;
  background: rgba(183, 9, 10, 1);
  height: 0.8rem;
  padding: 0 0.35rem;
  width: 100%;

}

.newsbg .news .news_r .swiper-slide .txt h5{
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 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;
  bottom: 0rem;
  width: 70%;
  position: absolute;
  z-index: 5;
  line-height: 0.8rem;
}


.newsbg .news .news_r .news-pagination{
  position: absolute;
  right: 0.35rem;
  left: auto;
  top: auto;
  bottom: 0.25rem;
  z-index: 9;
  width: auto;

}

.newsbg .news .news_r .news-pagination .swiper-pagination-bullet{
  opacity: 1;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/newsico1.png) no-repeat center ;
  background-size: 100%;
  margin: 0 0.07rem;
}

.newsbg .news .news_r .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat center ;
  background-size: 100%;
}




/* Topics */

.Topics{
  margin: 0.55rem auto 0 auto; 
}

.Topics ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Topics ul li{
  width: 30.9%;
  margin-right: 3.6%;

}

.Topics ul li:last-child{
  margin-right: 0;
}

.Topics ul li a{
  display: block;
}

.Topics ul li .pic{
  width: 100%;
  height: 2.1rem;
  overflow: hidden;
  position: relative;
}

.Topics ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}



/* notice */

.noticebg{
  margin: 0rem auto 0 auto;
  position: relative;
  z-index: 5;
  background: url(../images/noticebg.jpg) no-repeat center ;
  background-size: 100%;
  padding-top: 0rem;
}

.noticebg::after{
  position: absolute;
  left: 0%;
  top: -0.85rem;
  width: 100%;
  height: 3.92rem;
  content: "";
  z-index: 1;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: 100%;
}

.noticebg .notice{
  margin: 0 auto;
  padding: 0.45rem  0 0.2rem 0;
  background: linear-gradient(180deg, #FFFFFF 58%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.noticebg .notice .noticelist{
  width: 28%;
  margin: 0 2.6%;

}

.noticebg .notice .noticelist .titlecon{

}

.noticebg .notice .noticelist ul {
  margin-top: 0.4rem;

}

.noticebg .notice .noticelist ul li{
  position: relative;
  z-index: 5;
  border-bottom: 0.5px dashed rgba(179, 179, 179, 0.9);
  padding: 0.24rem 0 0.15rem 0;
}

.noticebg .notice .noticelist ul li a{
  display: block;

}

.noticebg .notice .noticelist ul li h5{
  font-size: 0.24rem;
  color: rgba(34, 34, 34, 1);
  line-height: 0.3rem;
  height: 0.6rem;
  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;
}

.noticebg .notice .noticelist ul li .time{
  display: block;
  font-size: 0.18rem;
  color: rgba(208, 152, 155, 1);
  margin-top: 0.15rem;
}

.noticebg .notice .noticelist ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: rgba(183, 9, 10, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .dynamic{
  background: none;
  margin: 0rem auto 0 auto;
}


/* fc */

.fcbg{
  margin: 0rem auto 0 auto;
  position: relative;
  z-index: 5;
  background: url(../images/fcbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 0.32rem;

}


.fcbg .fc{
  margin: 0 auto;
}

.fcbg .fc .titlecon{
  text-align: center;
  display: block;
}

.fcbg .fc .title{
  display: inline-block;
  text-align: center;
}

.fcbg .fc .fcbox{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.fcbg .fc .fcbox .swiper-slide{
  position: relative;
}

.fcbg .fc .fcbox .swiper-slide a{
  display: block;
}

.fcbg .fc .fcbox .swiper-slide .pic{
  width: 100%;
  padding-top: 50%;
  max-height: 2.61rem;
  overflow: hidden;
  position: relative;
}

.fcbg .fc .fcbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}


.fcbg .fc .fcbox .swiper-fc-next{
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/fcright.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fcbg .fc .fcbox .swiper-fc-prev{
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/fcleft.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* column */


.column{
  margin: 0.55rem auto 0 auto;
  padding-bottom: 0.5rem;
}

.column .titlecon{
  text-align: center;
  display: block;
}

.column .title{
  display: inline-block;
  text-align: center;
}

.column .columnbox{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.column .columnbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.column .columnbox ul li{
  width: 1.6rem;
  margin-right: 0.9rem;
}

.column .columnbox ul li:last-child{
  margin-right: 0;
}

.column .columnbox ul li a{
  display: block;
  margin: 0 auto;
}

.column .columnbox ul li .pic{
  width: 1.16rem;
  height: 1.16rem;
  background: url(../images/zl_list.png) no-repeat  center;
  background-size: 100%;
  padding: 0.11rem;
  margin: 0 auto;
}

.column .columnbox ul li .pic i{
  display: block;
  width: 0.94rem;
  height: 0.94rem;
  background: url(../images/zl_list1.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
}

.column .columnbox ul li .pic i img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.column .columnbox ul li .txt{
  margin: 0.4rem auto 0 auto;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




@media (min-width: 1024px){

  .hotnews .hotnews_box .hot_button .hotnews-next:hover{
 
    background: url(../images/newsright.png) no-repeat top center;
    background-size: 100%;

  }
  
  .hotnews .hotnews_box .hot_button .hotnews-prev:hover{

    background: url(../images/newsleft1.png) no-repeat top center;
    background-size: 100%;

  }
  
  .hotnews .hotnews_box .swiper-slide:hover h5{
    color: rgba(183, 9, 10, 1);
  }

  .Topics ul li:hover .pic img{
    transform: scale(1.1);
  }

  .noticebg .notice .noticelist ul li:hover::after{
    width: 100%;
  }
  
  .noticebg .notice .noticelist ul li:hover h5{
    color: rgba(183, 9, 10, 1);
  }

  .fcbg .fc .fcbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  
  .fcbg .fc .fcbox .swiper-fc-next:hover{

    background: url(../images/fcright1.png) no-repeat  center;
    background-size: 100%;

  }
  
  
  .fcbg .fc .fcbox .swiper-fc-prev:hover{

    background: url(../images/fcleft1.png) no-repeat  center;
    background-size: 100%;

  }

  .column .columnbox ul li:hover .pic i{
    background: rgba(250, 227, 211, 1);
  }
  
  .column .columnbox ul li:hover .pic i img{
    transform: rotateY(360deg);
  }
  
  .column .columnbox ul li:hover .txt{
    color: rgba(183, 9, 10, 1);
  }

  .newsbg .news .news_r .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

}




@media (max-width: 1024px){

  .banner .swiper-slide {

    height: 100%;

  }
  .banner .swiper-slide img {
    width: 100%;

  }
  
  .banner .swiper-slide .txt {
    bottom: 0.25rem;
    font-size: 0.26rem;
    padding: 0 0.3rem;

}
 
  
  .banner .swiper-banner-next {
    position: absolute;
    width: 0.59rem;
    height: 0.37rem;
    background: url(../images/bannerright.png) no-repeat center;
    background-size: 100%;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
  
  
  }
  
  .banner .swiper-banner-prev {
    position: absolute;
    width: 0.59rem;
    height: 0.37rem;
    background: url(../images/bannerleft.png) no-repeat center;
    background-size: 100%;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
  }
  
  
  
  
  /* hotnews */
  
  .hotnews{
    margin: 0.2rem auto 0.5rem auto;

    height: 2.61rem;
    background: url(../images/hotnewsbg1.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: 0.43rem;

  }
  
  .hotnews .hotnews_t{
    margin-left: 2rem;
  
  }
  
  .hotnews .hotnews_t h3{
    font-size: 0.3rem;
    line-height: 0.35rem;
    padding: 0 0.2rem;
    padding-top: 0.23rem;
  }
  
  .hotnews .hotnews_t h3 a{

    font-size: 0.3rem;
    color: #FFFFFF;
  }
  
  
  .hotnews .hotnews_box{
    width: calc((100% - 3.9rem));
    margin-right: 0.5rem;
  }
  


  
  .hotnews .hotnews_box .swiper-slide h5{
    font-size: 0.3rem;
    margin: 0.45rem 0 0.1rem 0;
    align-items: inherit;
    display: -webkit-box;
  }
  
  
  .hotnews .hotnews_box .swiper-slide p{
    font-size: 0.25rem;
    line-height: 0.4rem;
    height: 0.8rem;
  
  }
  
  .hotnews .hotnews_box .hot_button{
    position: absolute;
    left: -1.1rem;
 
  }
  
  .hotnews .hotnews_box .hot_button .hotnews-next{
    width: 0.32rem;
    height: 0.32rem;

  }
  
  .hotnews .hotnews_box .hot_button .hotnews-prev{
    width: 0.32rem;
    height: 0.32rem;
  }
  
  

  
  .title{
    background: url(../images/titleico.png) no-repeat left center;
    background-size: 0.49rem 0.49rem;
    padding-left: 0.6rem;

  
  }
  
  .title h3{
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  
  .title h3 i{
    font-size: 0.36rem;
    line-height: 0.5rem;

  }
  
  
  
  .titlemore{
    background: url(../images/more.png) no-repeat right center;
    background-size: 0.45rem 0.28rem;
    padding-right: 0.6rem;
    margin-top: 0rem;
  }
  
  .titlemore a{
    font-size: 0.26rem;
  }
  
  

  
  .newsbg{

    padding-bottom: 1.4rem;
  }
  
  .newsbg .news{

    padding-top: 0.58rem;

  }
  
  .newsbg .news .news_l{
    width: 100%;
  
  }
  
  .newsbg .news .news_l .titlecon{
    margin: 0 0rem 0 0rem;
  }
  
  
  .newsbg .news .news_l .newsbox{
    margin: 0.35rem auto 0 auto;
  
  }
  
  .newsbg .news .news_l .newsbox ul li{
    position: relative;
    z-index: 5;
    width: 100%;
    height: 1.6rem;
  }
  
  .newsbg .news .news_l .newsbox ul li::before{
    width: 100%;
  }
  
  .newsbg .news .news_l .newsbox ul li .time{
    width: 1.6rem;
    height: 0.8rem;

  }

  .newsbg .news .news_l .newsbox ul li .time span {

    line-height: 0.46rem;
  
}
  
  .newsbg .news .news_l .newsbox ul li .time i{

    font-size: 0.26rem;

  }
  
  .newsbg .news .news_l .newsbox ul li .txt{
    width: calc((100% - 1.6rem));
    padding-right: 0rem;
  } 
  
  .newsbg .news .news_l .newsbox ul li .txt h5{
    font-size: 0.3rem;

    line-height: 0.45rem;
    height: 0.9rem;
  }  
  
  .newsbg .news .news_l .newsbox ul li .txt p{
    font-size: 0.26rem;

  }  
  
  

  
  
  
  .newsbg .news .news_r{
    width: 100%;
    margin-top: 0.4rem;
  }
  

  
  .newsbg .news .news_r .swiper-slide .pic{

    height: auto;
    padding-top: 53%;

  
  }

  
  
  .newsbg .news .news_r .swiper-slide .pic::after{
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
  }
  

  
  .newsbg .news .news_r .swiper-slide .txt h5{
    font-size: 0.28rem;
    bottom: 0rem;
    width: 65%;
  }
  



  

  
  .Topics{
    margin: 0.5rem auto 0 auto;
  }
  

  
  .Topics ul li{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
  
  }
  
  
  .Topics ul li .pic{
    height: auto;
    padding-top: 45%;

  }
  
  
  
  /* notice */
  
  .noticebg{

    padding-top: 0rem;
  }
  
  
  .noticebg .notice{

    padding: 0.52rem 0.2rem 0.2rem 0.2rem;
    width: 94%;
 
  }
  
  .noticebg .notice .noticelist{
    width: 100%;
    margin: 0 0 0.5rem 0;
  
  }
  

  
  .noticebg .notice .noticelist ul {
    margin-top: 0.35rem;
  
  }
  
  .noticebg .notice .noticelist ul li{

    padding: 0.24rem 0.2rem 0.15rem 0.2rem;
  }
  
  
  .noticebg .notice .noticelist ul li h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  
  .noticebg .notice .noticelist ul li .time{

    font-size: 0.26rem;
    margin-top: 0.15rem;
  }

  
  .noticebg .dynamic{
    margin: 0rem auto 0 auto;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }
  
  
  /* fc */
  
  .fcbg{

    padding-top: 0.05rem;
  
  }
  

  
  .fcbg .fc .fcbox{
    margin: 0.5rem auto 0 auto;
    width: 90%;

  }
  

  .fcbg .fc .fcbox .swiper-slide .pic{
    padding-top: 50%;
    max-height:initial;

  }
  

  
  
  .fcbg .fc .fcbox .swiper-fc-next{
    background: url(../images/fcright1.png) no-repeat center;
    background-size: 100%;
    right: -5%;
    z-index: 9;
    width: 0.58rem;
    height: 0.58rem;
  }
  
  
  .fcbg .fc .fcbox .swiper-fc-prev{
    background: url(../images/fcleft1.png) no-repeat center;
    background-size: 100%;
    left: -5%;
    z-index: 9;
    width: 0.58rem;
    height: 0.58rem;
  }
  
  
  
  
  /* column */
  
  
  .column{
    margin: 0.55rem auto 0 auto;
    padding-bottom: 0.5rem;
  }

  .column .columnbox{
    margin: 0.4rem auto 0 auto;
  }
  
  .column .columnbox ul li{
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 0.3rem;
  }
  
  .column .columnbox ul li:last-child{
    margin-right: 3.3%;
  }

  .column .columnbox ul li:nth-child(3n){
    margin-right: 0;
  }
  
  
  .column .columnbox ul li .pic{
    margin: 0 auto;
  }
  
  
  
  .column .columnbox ul li .txt{
    margin: 0.2rem auto 0 auto;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  
  
  
  

}

.aos-init{
  opacity: 1 !important;
  transform: translate(0) !important;
  transition-duration: 0s;
}