
/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
 
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  height: 9.7rem;
}


.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 .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.19rem;
  height: 0.38rem;
  background:;
  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: ;
  background-size: 100%;
  left: -4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.8rem;
  right: 8%;
  padding-right: 0.55rem;
  background: url(../images/bannerico.png) no-repeat right center;
  background-size: 0.24rem 0.09rem;
  height: 0.28rem;
  align-items: center;
  display: flex;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.15rem ;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  border-radius: 0%;
  opacity: 1;
  background: none;
  line-height: 0.28rem;
  height: 0.28rem;
  display: inline-block;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 0.25rem;
  top: 50%;
  content: "";
  width: 0rem;
  height: 1px;
  background: 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;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  font-size: 0.24rem;
  padding-right: 0.85rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  width: 0.65rem;
}



.banner .swiper-pagination .swiper-pagination-bullet-active:last-child{
  padding-right: 0rem;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child::after{
  width: 0rem;
}


.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: 1024px){

  .banner .swiper-slide {
    height: 3.8rem;
}

  .banner .swiper-pagination{
    bottom: 0.3rem;
    right: 0%;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: none;
    padding-right: 0;

  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    margin: 0 0.1rem ;
    font-size: 0rem;
    background: #b5b5b5;
    line-height: 0.1rem;
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 50%;

  }
  
  .banner .swiper-pagination .swiper-pagination-bullet::after{
    display: none;
  }

  .banner .swiper-pagination .swiper-pagination-bullet-active{
    font-size: 0rem;
    padding-right: 0rem;
    background: #fff;
  }
}



.pagebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/pagebg.jpg) no-repeat  center 2.6rem;
  background-size: 100%;
  font-family: "SourceHanSansNormal";
}


/* title */

.title{
  align-items: center;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.title h3{

  font-weight: normal;
}

.title h3 span{
  display: block;
  font-size: 0.34rem;
  font-family: "SourceHanSansBold";
  line-height: 0.33rem;
  color: rgba(130, 11, 11, 1);
}

.title h3 i{
  display: block;
  font-size: 0.14rem;
  color: rgba(103, 102, 102, 1);
  font-family: "SourceHanSansNormal";
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 0.05rem;
  align-items: center;
  display: flex;
}

.title h3 i em{
  display: inline-block;
  width: 0.32rem;
  height: 2px;
  background: rgba(130, 11, 11, 1);
  margin-right: 0.1rem;


}

.title .more{
  display: block;
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
  font-family: "SourceHanSansLight";
  padding-top: 0.37rem;
}

.more2{
  width: 0.9rem;
  height: 0.27rem;
  line-height: 0.27rem;
  background: rgba(156, 60, 41, 1) url(../images/more2.png) no-repeat 0.67rem center;
  background-size: 0.12rem 0.12rem;
  margin-top: 0.35rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.more2 a{
  display: block;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansExtraLight";
  padding-left: 0.1rem;
}



/* news */

.newsbg{
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.news{
  margin: 0 auto;
  padding-top: 0.55rem;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}


.news .news_l{
  width: 68.7%;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.news .news_l .hotnews{
  width: 54%;

}

.news .news_l .hotnews .news_show{
  margin-top: 0.12rem;
  overflow: hidden;
}

.news .news_l .hotnews .news_show .swiper-slide{
  position: relative;
}

.news .news_l .hotnews .news_show .swiper-slide .pic{
  width: 100%;
  height: 4rem;
  position: relative;
  overflow: hidden;


}

.news .news_l .hotnews .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;
}

.news .news_l .hotnews .news_show .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  background: url(../images/newslist.png) no-repeat bottom center;
  background-size: 100%;

} 

.news .news_l .hotnews .news_show .swiper-slide .txt a{
  display: block;
  width: 88%;
  margin: 0 auto 0.1rem auto;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.5);
}

.news .news_l .hotnews .news_show .swiper-slide .txt a i{
  display: block;
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 1);
}

.news .news_l .hotnews .news_show .swiper-slide .txt a h5{
  display: block;
  font-size: 0.17rem;
  line-height: 32px;
  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;
}


.news .news_l .hotnews .news_show .swiper-news-next{
  position: absolute;
  right: 6%;
  top: 50%;
  width: 0.12rem;
  height: 0.2rem;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100%;
  z-index: 5;
  cursor: pointer;
}


.news .news_l .hotnews .news_show .swiper-news-prev{
  position: absolute;
  left: 6%;
  top: 50%;
  width: 0.12rem;
  height: 0.2rem;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100%;
  z-index: 5;
  cursor: pointer;
}





.news .news_l .hotnews .newslist{
  margin-top: 0.26rem;
  position: relative;
  z-index: 5;
  padding-bottom: 3rem;
}


.news .news_l .hotnews .newslist ul li{
  line-height: 0.2rem;
  height: 0.2rem;
  position: relative;
  z-index: 5;
  margin-bottom: 0.2rem;

}

.news .news_l .hotnews .newslist ul li::after{
  position: absolute;
  left: 0;
  top: 0rem;
  width: 2px;
  height: 0.2rem;
  background: rgba(156, 60, 41, 1);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .hotnews .newslist ul li a{
  display: block;
}

.news .news_l .hotnews .newslist ul li a h5{
  float: left;
  padding-left: 0.15rem;
  width: 78%;
  font-size: 0.17rem;
  color: rgba(51, 51, 51, 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;
}

.news .news_l .hotnews .newslist ul li a i{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: rgba(102, 102, 102, 1);
  font-family: "SourceHanSansLight";
}

.news .news_l .hotnews .newslist ul li.on a h5{
  color: rgba(130, 11, 11, 1);
}




.news .zhuanti{

}

.news .zhuanti .title h3 i{
  margin-top: 0.04rem;
}

.news .zhuanti .title .more2{
  display: block;

}

.news .zhuanti ul{
  margin-top: 0.2rem;
  margin-left: 0.03rem;
}

.news .zhuanti ul li{
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 5;

}

.news .zhuanti ul li::after{
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 2px;
  height: 0.18rem;
  background: rgba(156, 60, 41, 1);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .zhuanti ul li a{
  font-size: 0.19rem;
  line-height: 0.3rem;
  color: rgba(51, 51, 51, 1);
  max-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;
  padding-left: 0.15rem;
}



.news .news_l .video{
  margin: 0 auto;
  height: 2.85rem;
  width: 12.25rem;
  max-width: 12.25rem;
  position: absolute;
  bottom: 2px;
  left: 0%;
  padding-left: 8%;
  z-index: 5;
}

.news .news_l .video::after{
  position: absolute;
  left: 0;
  top: -1.6rem;
  width: 100%;
  height: 4.7rem;
  content: "";
  z-index: -1;
  background: url(../images/video_bg.png) no-repeat top  center;
  background-size: 100%;
  pointer-events: none;
}


.news .news_l .video .video_nr{
  position: relative;
  top: 0.25rem;
}

.news .news_l .video .video_t{
  float: left;
  margin: 0.2rem 0 0 2.5%;


}

.news .news_l .video .video_t img{
  display: block;
  width: 0.83rem;
  height: 2.29rem;
}


.news .news_l .video .videobox{
  float: left;
  margin-left: 3%;
  width: 7.1rem;
} 

.news .news_l .video .videobox ul li{
  float: left;
  width: 1rem;
  height: 2.4rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 0.15rem;

}

.news .news_l .video .videobox ul li:last-child{
  margin-right: 0;
}

.news .news_l .video .videobox ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.news .news_l .video .videobox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .video .videobox ul li .pic .videoBtn{
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.58rem) / 2);
  top: calc((100% - 0.58rem) / 2);
  z-index: 99;
}

.news .news_l .video .videobox ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;

}

.news .news_l .video .videobox ul li .txt a{
  display: block;
  margin: 0 0.18rem;

}

.news .news_l .video .videobox ul li .txt a i{
  display: block;
  font-size: 0.21rem;
  color: rgba(255, 255, 255, 1);
}

.news .news_l .video .videobox ul li .txt a h5{
  font-size: 0.16rem;
  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;
}


.news .news_l .video .videobox ul li.swiper-slide-next{
  width: 4.8rem !important;
}

.news .news_l .video .videobox ul li.on{
  width: 4.8rem !important;
}


.news .news_l .video .more a{
  float: left;
  margin: 2.15rem 0 0 9% ;
  display: block;
  font-size: 0.14rem;
  color: rgba(249, 215, 175, 1);
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.19rem 0.05rem;
  padding-right: 0.25rem;
}


.news .news_l .video .videoxt{
  position: absolute;
  right: 0;
  top: -0.15rem;
  width: 1.11rem;
  height: 2.11rem;
  background: url(../images/video_t1.png) no-repeat center;
  background-size: 100%;
}


@media(min-width: 1921px){
  .news .news_l .video::after{
    width: 97%;
    background: url(../images/video_bg.png) no-repeat top  center;
    background-size: 100% 100%;

  }

  .news .news_l .video .more a{
    margin: 2.15rem 0 0 7%;
  }
}




.news .news_l .video_mobile{
  display: none;
}

.news .news_l .video_mobile .mobilevideobox{
  margin: 0.3rem auto 0 auto;
}

.news .news_l .video_mobile .mobilevideobox .swiper-slide{
  position: relative;
}


.news .news_l .video_mobile .mobilevideobox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 65%;
  border-radius: 6px;
  overflow: hidden;
}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .pic .videoBtn{
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.58rem) / 2);
  top: calc((100% - 0.58rem) / 2);
  z-index: 99;
}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 100%;

}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .txt a{
  display: block;
  margin: 0 0.2rem;

}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .txt a i{
  display: block;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
}

.news .news_l .video_mobile .mobilevideobox .swiper-slide .txt a h5{
  font-size: 0.28rem;
  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;
}


.news .news_l .video_mobile .mobilevideobox .video-pagination{
  margin: 0.25rem auto 0 auto;
  text-align: center;
}

.news .news_l .video_mobile .mobilevideobox .video-pagination .swiper-pagination-bullet{
  width: 0.18rem;
  height: 0.18rem;
  background: #d9d9d9;
  margin: 0 0.1rem;
  opacity: 1;
}


.news .news_l .video_mobile .mobilevideobox .video-pagination .swiper-pagination-bullet-active{
  background: #666666;
}


.news .news_r{
  width: 31%;
  padding-left: 2.2%;
  border-left: 1px solid #fff;
  border-left: 0.5px solid rgba(229, 229, 229, 1);
}


.news .news_r .media{
  margin-top: 0.6rem;

}


.news .news_r .media .media_show{
  position: relative;
  margin-top: 0.12rem;
}

.news .news_r .media .media_show .pic{
  width: 100%;
  height: 2.37rem;
  position: relative;
  overflow: hidden;
}

.news .news_r .media .media_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;
}

.news .news_r .media .media_show .txt{
  position: absolute;
  left: 0;
  bottom: 0rem;
  padding: 0.1rem 0;
  background: rgba(0, 0, 0, 0.3);

}

.news .news_r .media .media_show .txt a{
  display: block;
  width: 84%;
  margin: 0 auto;
}


.news .news_r .media .media_show .txt a i{
  display: block;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansExtraLight";
  margin-bottom: 0.03rem;
}

.news .news_r .media .media_show .txt a h5{
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansBold";
  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;
}

.news .news_r .media .medialist{
  margin: 0.15rem 0.3rem 0 0.07rem;

}

.news .news_r .media .medialist ul li{
  margin-bottom: 0.15rem;

}

.news .news_r .media .medialist ul li a{
  display: block;
}

.news .news_r .media .medialist ul li a i{
  display: block;
  font-size: 0.15rem;
  color: rgba(156, 60, 41, 1);
  font-family: "SourceHanSansRegular";
  margin-bottom: 0.02rem;
}

.news .news_r .media .medialist ul li a h5{
  font-size: 0.17rem;
  font-family: "SourceHanSansNormal";
  line-height: 0.26rem;
  color: rgba(51, 51, 51, 1);
  max-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;
}


.news .notice{

  width: 37%;
  margin-right: 0.35rem;
  position: relative;
  z-index: 3;
}


.news .notice .noticebox{
  margin: 0.27rem 0rem 0 0rem;
}

.news .notice .noticebox ul li{
  margin-bottom: 0.14rem;
  height: 0.6rem;
  border-bottom: 1px dashed rgba(229, 229, 229, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.news .notice .noticebox ul li .time{
  width: 0.5rem;
  height:  0.48rem;
  background: rgba(156, 60, 41, 1);
  text-align: center;
  font-family: "SourceHanSansRegular";
  float: left;
}

.news .notice .noticebox ul li .time span{
  display: block;
  line-height: 0.28rem;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
}

.news .notice .noticebox ul li .time i{
  display: block;
  height: 0.2rem;
  line-height: 0.2rem;
  background: rgba(230, 230, 230, 1);
  font-size: 0.12rem;
  color: rgba(128, 128, 128, 1);
}

.news .notice .noticebox ul li .txt{
  float: right;
  width: 84%;

} 

.news .notice .noticebox ul li .txt a{
  font-family: "SourceHanSansLight";
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: rgba(51, 51, 51, 1);
  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;
}


.news .notice .search{
  margin: 0.83rem auto 0 auto;
  width: 100%;
  height: 0.38rem;
  background: #fff;
  border: 0.5px solid rgba(211, 175, 133, 1);
}

.news .notice .search .searchInp{
  float: left;
  width: 70%;
  height: 0.36rem;
  background: none;
  font-size: 0.14rem;
  color: rgba(192, 187, 187, 1);
  padding-left: 0.1rem;
}

.news .notice .search .submitBtn{
  float: right;
  width: 0.96rem;
  height: 0.36rem;
  background: rgba(208, 173, 131, 1);
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}



/* Department */


.Department{
  margin: 0.75rem auto 0 auto;
}


.Department .Departmentbox{
  margin: 0.15rem auto 0 auto;
}

.Department .Departmentbox ul{

}


.Department .Departmentbox ul li{
  

}

.Department .Departmentbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 66.5%;
  overflow: hidden;

}

.Department .Departmentbox ul li .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;
}

.Department .Departmentbox ul li .txt{
  margin: 0.06rem auto 0 auto;
  background: rgba(211, 175, 133, 1);
  height: 1.08rem;
  padding: 0 0.1rem 0 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.Department .Departmentbox ul li .txt a{
  display: block;
  padding-top: 0.12rem;
}

.Department .Departmentbox ul li .txt .time{
  align-items: center;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.Department .Departmentbox ul li .txt .time i{
  width: 70%;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(156, 60, 41, 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;
}

.Department .Departmentbox ul li .txt .time span{
  display: block;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansLight";
}

.Department .Departmentbox ul li .txt h5{
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 1);
  height: 0.48rem;
  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;
  padding-left: 0.1rem;
  margin-top: 0.06rem;
}



/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto;
  padding-top: 0.65rem;
}


.aboutbg .ab_t{
  width: 100%;
  margin: 0 auto;
  background: url(../images/about_t.png) no-repeat bottom center;
  background-size: auto;
  text-align: center;

}

.aboutbg .ab_t h3{
  font-family: "SourceHanSansBold";
  font-weight: normal;
  font-size: 0.34rem;
  color: rgba(130, 11, 11, 1);
  background: url(../images/about_xt.png) no-repeat bottom center;
  background-size: 2.76rem 0.64rem;
  padding-bottom: 0.25rem;

}

.aboutbg .ab_t i{
  display: block;
  font-size: 0.13rem;
  color: rgba(119, 119, 119, 1);
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-top: -0.2rem;
  padding-bottom: 0.04rem;
}


.aboutbg .aboutbox{
  margin: 0.25rem auto 0 auto;
  position: relative;
  width: 75%;

} 

.aboutbg .aboutbox .swiper-container{
  position: relative;
  padding-top: 0.7rem;
  z-index: 5;

}

.aboutbg .aboutbox .swiper-container::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 5%;
  bottom: 0.9rem;
  background: url(../images/ab_xt1.png) repeat-x  center ;
  background-size: 100% 100%;
  width: 90%;
  height: 1px;
  animation: scrollLine 10s linear 0s infinite;
}


.aboutbg .aboutbox .swiper-slide{
  position: relative;

}

.aboutbg .aboutbox .swiper-slide .pic{
  position: relative;
  z-index: 5;
  width: 1.8rem;
  height: 1.8rem;

  margin: 0 auto;
}


.aboutbg .aboutbox .swiper-slide .pic::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/ablist.png) no-repeat  center;
  background-size: 100% 100%;
  animation: circle1 10s linear 0s infinite;
 
}


.aboutbg .aboutbox .swiper-slide .pic 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;
  position: absolute;
  left: 0%;
  top: 0%;

}

.aboutbg .aboutbox .swiper-slide .pic img.ico1{
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.aboutbg .aboutbox .swiper-slide .pic img.ico2{
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .aboutbox .swiper-slide .txt{
  position: absolute;
  left: 15%;
  top: 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  z-index: 5;


} 

.aboutbg .aboutbox .swiper-slide .txt h5{
  font-size: 0.51rem;
  color: rgba(130, 11, 11, 1);
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .aboutbox .swiper-slide .txt p{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  font-family: "SourceHanSansNormal";
  line-height: 0.24rem;
  margin-top: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.aboutbg .aboutbox .about-pagination{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
}

.aboutbg .aboutbox .about-pagination .swiper-pagination-bullet{
  opacity: 1;
  border-radius: 50%;
  margin: 0 0.05rem;
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(211, 175, 133, 1);

}

.aboutbg .aboutbox .about-pagination .swiper-pagination-bullet-active{
  background: rgba(156, 60, 41, 1);
}


@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}

@keyframes scrollLine {
  0% {
      background-position: -200px 0;
  }
  100% {
      background-position: calc(100% + 200px) 0;
  }
}


/* fc */

.fcbg{
  width: 100%;
  margin: 0 auto
}

.fcbg .fc{
  margin: 0 auto;
  padding-top: 1.07rem;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fc_l{
  width: 66.5%;

}

.fcbg .fc .fc_l .fcbox{
  margin-top: 0.1rem;
}

.fcbg .fc .fc_l .fcbox ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fc_l .fcbox ul li{
  width: 32.7%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 6px  rgba(0, 0, 0, 0.08);
}

.fcbg .fc .fc_l .fcbox ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2.3rem;


}

.fcbg .fc .fc_l .fcbox ul li .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;
}

.fcbg .fc .fc_l .fcbox ul li .txt{
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding: 0.14rem 0 0.37rem 0;

} 

.fcbg .fc .fc_l .fcbox ul li .txt a{
  display: block;
  position: relative;
}

.fcbg .fc .fc_l .fcbox ul li .txt a h5{
  font-size: 0.17rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  height: 0.56rem;
  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;

}

.fcbg .fc .fc_l .fcbox ul li .txt a i{

  text-align: right;
  padding-left: 0.2rem;
  font-size: 0.12rem;
  color: rgba(128, 128, 128, 1);
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.12rem 0.12rem;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}



.fcbg .fc .Procurement{
  width: 29%;
}

.fcbg .fc .Procurement .Procurementbox{
  margin: 0.06rem 0 0 0.12rem;

}

.fcbg .fc .Procurement .Procurementbox ul li{
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  border-bottom: 0.5px dashed rgba(153, 153, 153, 1);
  position: relative;
  z-index: 5;

}

.fcbg .fc .Procurement .Procurementbox ul li:last-child{
  border-bottom:none
}

.fcbg .fc .Procurement .Procurementbox ul li a{
  display: block;
  font-family: "SourceHanSansLight";
}

.fcbg .fc .Procurement .Procurementbox ul li h5{
  float: left;
  width: 76%;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 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;

}

.fcbg .fc .Procurement .Procurementbox ul li h5 em{
  font-size: 0.16rem;
  color: rgba(156, 60, 41, 1);
}

.fcbg .fc .Procurement .Procurementbox ul li i{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
}

.fcbg .fc .Procurement .Procurementbox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: rgba(156, 60, 41, 1);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* hz */

.hz{
  margin: 0.65rem auto 0 auto;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.hz .hz_l{
  width: 49%;

}

.hz .hz_l .hzbox{
  padding: 0.1rem 0;

}

.hz .hz_l .hzbox ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.hz .hz_l .hzbox ul li{
  width: 48.5%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 6px  rgba(0, 0, 0, 0.08);
}

.hz .hz_l .hzbox ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2.5rem;


}

.hz .hz_l .hzbox ul li .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;
}

.hz .hz_l .hzbox ul li .txt{
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 0.12rem 0 0.32rem 0;

} 

.hz .hz_l .hzbox ul li .txt a{
  display: block;
  position: relative;
}

.hz .hz_l .hzbox ul li .txt a h5{
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  height: 0.56rem;
  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;

}

.hz .hz_l .hzbox ul li .txt a i{

  text-align: right;
  padding-left: 0.2rem;
  font-size: 0.12rem;
  color: rgba(128, 128, 128, 1);
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.12rem 0.12rem;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}



.hz .hz_r{
  width: 49%;

}

.hz .hz_r .hzbox{
  padding: 0.1rem 0;

}

.hz .hz_r .hzbox ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.hz .hz_r .hzbox ul li{
  width: 48.5%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 6px  rgba(0, 0, 0, 0.08);
}

.hz .hz_r .hzbox ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2.5rem;


}

.hz .hz_r .hzbox ul li .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;
}

.hz .hz_r .hzbox ul li .txt{
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 0.12rem 0 0.32rem 0;

} 

.hz .hz_r .hzbox ul li .txt a{
  display: block;
  position: relative;
}

.hz .hz_r .hzbox ul li .txt a h5{
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  height: 0.56rem;
  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;

}

.hz .hz_r .hzbox ul li .txt a i{

  text-align: right;
  padding-left: 0.2rem;
  font-size: 0.12rem;
  color: rgba(128, 128, 128, 1);
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.12rem 0.12rem;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}


/* links */

.linksbg{
  width: 100%;
  margin: 0.55rem auto 0 auto;
  padding-bottom: 1.2rem;
}


.linksbg .links{
  width: 100%;
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
}

.linksbg .links::after{
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(158, 13, 13, 0.6);
}


.linksbg .links .linksbox{
  margin: 0 auto;
}


.linksbg .links .linksbox ul{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

.linksbg .links .linksbox ul li{
  width: 10%;

}

.linksbg .links .linksbox ul li a{
  display: block;
}

.linksbg .links .linksbox ul li a .pic{
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}

.linksbg .links .linksbox ul li a .pic img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.linksbg .links .linksbox ul li a h5{
  margin: 0.2rem auto 0 auto;
  text-align: center;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


@media(min-width: 1024px){

  .more2:hover{
    background: #d0ad83 url(../images/more2.png) no-repeat 0.72rem center;
    background-size: 0.12rem 0.12rem;

  }

  .aboutbg .aboutbox .swiper-slide:hover .pic img.ico1{
    opacity: 0;


  }

  .aboutbg .aboutbox .swiper-slide:hover .pic img.ico2{
    opacity: 1;


  }

  .aboutbg .aboutbox .swiper-slide:hover .txt h5{
    color: #fff;

  }

  .aboutbg .aboutbox .swiper-slide:hover .txt p{
    color: #fff;
  }

  .linksbg .links .linksbox ul li:hover a h5{
    color: rgba(130, 11, 11, 1);
  }

  .linksbg .links .linksbox ul li:hover a .pic img{
    transform: rotate(360deg);
  }

  .hz .hz_l .hzbox ul li:hover .pic img{
    transform: scale(1.1);

  }

  .hz .hz_l .hzbox ul li:hover .txt a h5{
    color: rgba(130, 11, 11, 1);
  }

  .hz .hz_r .hzbox ul li:hover .pic img{
    transform: scale(1.1);

  }
  
  .hz .hz_r .hzbox ul li:hover .txt a h5{
    color: rgba(130, 11, 11, 1);
  }

  .Department .Departmentbox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .Department .Departmentbox ul li:hover .txt{
    background: #9C3C29;

  }

  .Department .Departmentbox ul li:hover .txt .time i{
    color: #fff;
  }

  .fcbg .fc .Procurement .Procurementbox ul li:hover h5 {
    color: rgba(156, 60, 41, 1);
  }

  .fcbg .fc .Procurement .Procurementbox ul li:hover::after{
    width: 100%;
  }

  .fcbg .fc .fc_l .fcbox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .fcbg .fc .fc_l .fcbox ul li:hover .txt a h5{
    color: rgba(130, 11, 11, 1);
  }

  .fcbg .fc .fc_l .fcbox ul li:hover .txt a i{
    color: rgba(156, 60, 41, 1);
  }

  .news .zhuanti ul li:hover a{
    color: rgba(130, 11, 11, 1);
    transform: translateX(10px);
  }

  .news .news_l .hotnews .newslist ul li:hover a h5{
    color: rgba(130, 11, 11, 1);
    transform: translateX(10px);
  }

  .news .notice .noticebox ul li:hover .txt a{
    color: rgba(130, 11, 11, 1);
  }

  .news .news_r .media .media_show:hover .pic img{
    transform: scale(1.1);
  }

  .news .news_r .media .medialist ul li:hover a h5{
    color: rgba(130, 11, 11, 1);

  }

  .news .news_l .hotnews .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .news .notice .noticebox ul li:hover{
    border-bottom: 1px solid #9C3C29;
  }
}












@media(max-width: 1024px){

  .pagebg{
    background: none;
  
  }
  
  
  /* title */
  
  
  .title h3 span{
    font-size: 0.36rem;
    line-height: 0.3rem;

  }
  
  .title h3 i{
    font-size: 0.24rem;
    margin-top: 0.08rem;

  }
  
  .title h3 i em{
    display: inline-block;
    width: 0.32rem;
    height: 2px;
    background: rgba(130, 11, 11, 1);
    margin-right: 0.1rem;
  
  
  }
  
  .title .more{
    font-size: 0.24rem;
    padding-top: 0rem;
  }
  
  .more2{
    width: 1.65rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background: rgba(156, 60, 41, 1) url(../images/more2.png) no-repeat 1.3rem center;
    background-size: 0.2rem 0.2rem;
    margin-top: -0.05rem;
  }
  
  .more2 a{
    font-size: 0.24rem;
    padding-left: 0.15rem;
  
  }
  


  
  .news{
    margin: 0 auto;
    padding-top: 0.5rem;

  }
  
  
  .news .news_l{
    width: 100%;
  }
  
  .news .news_l .hotnews{
    width: 100%;
  
  }
  
  .news .news_l .hotnews .news_show{
    margin-top: 0.3rem;
  }
  
  
  .news .news_l .hotnews .news_show .swiper-slide .pic{
    width: 100%;
    height: auto;
    padding-top: 65%;
  
  
  }

  
  .news .news_l .hotnews .news_show .swiper-slide .txt{
    display: none;

  
  } 
  
  .news .news_l .hotnews .news_show .swiper-slide .txt a{

    margin: 0 auto 0.1rem auto;

  }
  
  .news .news_l .hotnews .news_show .swiper-slide .txt a i{

    font-size: 0.24rem;

  }
  
  .news .news_l .hotnews .news_show .swiper-slide .txt a h5{
    font-size: 0.28rem;


  }
  
  
  .news .news_l .hotnews .news_show .swiper-news-next{
    width: 0.24rem;
    height: 0.4rem;

  }
  
  
  .news .news_l .hotnews .news_show .swiper-news-prev{
    width: 0.24rem;
    height: 0.4rem;
  }
  
  
  
  
  
  .news .news_l .hotnews .newslist{
    margin-top: 0.3rem;
    padding-bottom: 0rem;
  }
  
  
  .news .news_l .hotnews .newslist ul li{
    line-height: 0.3rem;
    height: 0.3rem;
    position: relative;
    z-index: 5;
    padding-bottom: 0.55rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #e5e5e5;
  
  }
  
  .news .news_l .hotnews .newslist ul li::after {

    height: 0.3rem;

}
  
  .news .news_l .hotnews .newslist ul li a h5{
    float: left;
    padding-left: 0.15rem;
    width: 73%;
    font-size: 0.28rem;
  }
  
  .news .news_l .hotnews .newslist ul li a i{

    font-size: 0.24rem;

  }
  

  
  
  .news .zhuanti{
    width: 100%;
    margin-right: 0rem;
    margin-top: 0.15rem;
    position: relative;
    z-index: 3;
  
  }

  .news .zhuanti .title .more2{
    display: block;
  
  }
  
  .news .zhuanti ul{
    margin-top: 0.3rem;
    margin-left: 0;
  }
  
  .news .zhuanti ul li{
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .news .zhuanti ul li::after {
    top: 0.1rem;
    height: 0.25rem;

}

  
  .news .zhuanti ul li a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    max-height: 0.9rem;

  }


  
  .news .zhuanti .more2{
   display: none;
   margin-top: 0;
  }
  
  
  
  .news .news_l .video{
    display: none;
  }
  
  
  
  
  .news .news_l .video_mobile{
    display: block;
    margin: 0.5rem auto 0 auto;
  }


  
  .news .news_r{
    width: 100%;
    padding-left: 0%;
    margin-top: 0.65rem;
    border-left: none;
  }
  

  .news .news_r .media{
    margin-top: 0.6rem;
  }

  
  .news .news_r .media .media_show{
    margin-top: 0.2rem;
  }
  
  .news .news_r .media .media_show .pic{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 56%;
  
  
  }


  
  .news .news_r .media .media_show .txt a{

    width: 90%;

  }
  
  
  .news .news_r .media .media_show .txt a i{
    font-size: 0.24rem;
  }
  
  .news .news_r .media .media_show .txt a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;

  }
  
  .news .news_r .media .medialist{
    margin: 0.2rem 0.1rem 0 0.1rem;
  
  }
  
  .news .news_r .media .medialist ul li{
    margin-bottom: 0.3rem;
  
  }
  

  
  .news .news_r .media .medialist ul li a i{
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  
  .news .news_r .media .medialist ul li a h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    max-height: 0.8rem;

  }
  
  
  .news .notice{
    margin: 0.5rem auto 0 auto;
    width: 100%;
  }

  .news .notice .search{
    display: none;
  }
  
  
  .news .notice .noticebox{
    margin: 0.35rem 0rem 0 0rem;
  }
  
  .news .notice .noticebox ul li{
    margin-bottom: 0.3rem;
    height: 1.3rem;
  
  }
  
  
  .news .notice .noticebox ul li .time{
    width: 1rem;
    height:  0.9rem;

  }
  
  .news .notice .noticebox ul li .time span{
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  
  .news .notice .noticebox ul li .time i{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  
  .news .notice .noticebox ul li .txt{
    width: 80%;
    margin-top: 0.08rem;
  
  } 
  
  .news .notice .noticebox ul li .txt a{
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 1rem;

  }
  

  
  
  .Department{
    margin: 0.5rem auto 0 auto;
  }
  
  
  .Department .Departmentbox{
    margin: 0.25rem auto 0 auto;
  }
  
  
  
  .Department .Departmentbox ul li .txt{
    margin: 0.1rem auto 0 auto;
    height: auto;
    padding: 0 0.2rem 0.15rem 0.2rem;
  } 
  
  .Department .Departmentbox ul li .txt a{
    display: block;
    padding-top: 0.2rem;
  }
  

  
  .Department .Departmentbox ul li .txt .time i{
    width: 70%;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  .Department .Departmentbox ul li .txt .time span{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  .Department .Departmentbox ul li .txt h5{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    padding-left: 0rem;
    margin-top: 0.15rem;
  }
  
  
  
  /* about */
  
  .aboutbg{

    padding-top: 0.5rem;
    overflow: hidden;
    background: url(../images/pagebg1.jpg) no-repeat center ;
    background-size: 100% 100%;
    padding-bottom: 0.7rem;
  }
  
  
  .aboutbg .ab_t{
    width: 92%;
    margin: 0 auto;
    background: url(../images/about_t.png) no-repeat bottom center;
    background-size: 100%;

  
  }
  
  .aboutbg .ab_t h3{
    font-size: 0.36rem;
    padding-bottom: 0.3rem;
  
  }
  
  .aboutbg .ab_t i{
    display: block;
    font-size: 0.2rem;
    letter-spacing: 3px;
    margin-top: -0.1rem;
    padding-bottom: 0.2rem;
  }
  
  
  .aboutbg .aboutbox{
    margin: 0.25rem auto 0 auto;
    width: 88%;

  } 
  
  .aboutbg .aboutbox .swiper-container{
    position: relative;
    padding-top: 0.7rem;
  }
  
  .aboutbg .aboutbox .swiper-container::after{
    bottom: 1.1rem;
  }
  
  .aboutbg .aboutbox .swiper-slide .pic{
    width: 2.4rem;
    height: 2.4rem;
  }

  .aboutbg .aboutbox .swiper-slide .txt{
    left: 3%;
    width: 94%;
  }
  
  
  .aboutbg .aboutbox .swiper-slide .txt h5{
    font-size: 0.46rem;
    padding-top: 0.6rem;
  }
  
  .aboutbg .aboutbox .swiper-slide .txt p{
    font-size: 0.28rem;
    line-height: 0.35rem;
    margin-top: 0.1rem;
  }
  
  
  .aboutbg .aboutbox .about-pagination{

    top: 0.1rem;
  }
  
  .aboutbg .aboutbox .about-pagination .swiper-pagination-bullet{
 
    margin: 0 0.08rem;
  
  }

  
  
  /* fc */
  
  
  .fcbg .fc{
    padding-top: 0.65rem;

  }
  
  .fcbg .fc .fc_l{
    width: 100%;
  
  }
  
  .fcbg .fc .fc_l .fcbox{
    margin-top: 0.25rem;
  }
  
  
  .fcbg .fc .fc_l .fcbox ul li{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.08);
    margin-bottom: 0.3rem;
  }
  
  .fcbg .fc .fc_l .fcbox ul li .pic{
    position: relative;
    overflow: hidden;
    width: 45%;
    height: 1.9rem;
    float: left;
  
  
  }
  
  
  .fcbg .fc .fc_l .fcbox ul li .txt{
    width: 50%;
    padding: 0.14rem 0 0rem 0;
    float: right;
  
  } 
  
  
  .fcbg .fc .fc_l .fcbox ul li .txt a h5{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
  
  }
  
  .fcbg .fc .fc_l .fcbox ul li .txt a i{
    display: block;
    text-align: left;
    padding-left: 0.32rem;
    font-size: 0.24rem;
    background-size: 0.24rem 0.24rem;
    position: relative;
    right: 0;
    bottom: 0rem;
    margin-top: 0.25rem;
  }
  
  
  
  .fcbg .fc .Procurement{
    width: 100%;
    margin: 0.4rem auto 0 auto;
  }
  
  .fcbg .fc .Procurement .Procurementbox{
    margin: 0.15rem 0 0 0rem;
  
  }
  
  .fcbg .fc .Procurement .Procurementbox ul li{
    width: 100%;
    height: 0.86rem;
    line-height: 0.86rem;
    border-bottom: 0.5px dashed rgba(153, 153, 153, 1);

  
  }
  
  .fcbg .fc .Procurement .Procurementbox ul li:last-child{
    border-bottom: 0.5px dashed rgba(153, 153, 153, 1);
  }
  

  
  .fcbg .fc .Procurement .Procurementbox ul li h5{
    width: 73%;
    font-size: 0.28rem;

  
  }
  
  .fcbg .fc .Procurement .Procurementbox ul li h5 em{
    font-size: 0.28rem;
  }
  
  .fcbg .fc .Procurement .Procurementbox ul li i{

    font-size: 0.24rem;

  }
  
 
  
  /* hz */
  
  .hz{
    margin: 0.7rem auto 0 auto;
  }
  
  .hz .hz_l{
    width: 100%;
  
  }
  
  .hz .hz_l .hzbox{
    padding: 0.1rem 0;
    margin-top: 0.3rem;
  
  }
  
  
  .hz .hz_l .hzbox ul li{
    width: 100%;
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.08);
    margin-bottom: 0.3rem;
  }
  
  .hz .hz_l .hzbox ul li .pic{
    width: 45%;
    height: 2rem;
    float: left;
  
  
  }
  
  
  .hz .hz_l .hzbox ul li .txt{
    width: 50%;
    padding: 0.2rem 0 0rem 0;
    float: right;
  
  } 
  
  
  .hz .hz_l .hzbox ul li .txt a h5{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;

  
  }
  
  .hz .hz_l .hzbox ul li .txt a i{
    display: block;
    text-align: left;
    padding-left: 0.32rem;
    font-size: 0.24rem;
    background-size: 0.24rem 0.24rem;
    position: relative;
    right: 0;
    bottom: 0rem;
    margin-top: 0.25rem;
  }
  
  
  
  .hz .hz_r{
    width: 100%;
    margin-top: 0.4rem;
  
  }
  
  .hz .hz_r .hzbox{
    padding: 0.1rem 0;
    margin-top: 0.3rem;
  
  }
  
  
  .hz .hz_r .hzbox ul li{
    width: 100%;
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.08);
    margin-bottom: 0.3rem;
  }
  
  .hz .hz_r .hzbox ul li .pic{
    width: 45%;
    height: 2rem;
    float: left;
  
  
  }
  
  
  .hz .hz_r .hzbox ul li .txt{
    width: 50%;
    padding: 0.2rem 0 0rem 0;
    float: right;
  
  } 
  
  
  .hz .hz_r .hzbox ul li .txt a h5{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;

  
  }
  
  .hz .hz_r .hzbox ul li .txt a i{
    display: block;
    text-align: left;
    padding-left: 0.32rem;
    font-size: 0.24rem;
    background-size: 0.24rem 0.24rem;
    position: relative;
    right: 0;
    bottom: 0rem;
    margin-top: 0.25rem;
  }

  
  /* links */
  
  .linksbg{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 0.5rem;
  }
  
  
  .linksbg .links{
    margin: 0.4rem auto 0 auto;

  }
  
  .linksbg .links::after{
    display: none;
  }
  
  
  .linksbg .links .linksbox ul li{
    width: 33.33%;
    margin-bottom: 0.4rem;
  
  }

  
  .linksbg .links .linksbox ul li a .pic{
    width: 1.2rem;
    height:  1.2rem;
  }
  
  
  .linksbg .links .linksbox ul li a h5{
    margin: 0.2rem auto 0 auto;
    font-size: 0.28rem;

  }
  
  
}