/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/boxbg1.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 0.62rem;
  padding-bottom: 0.58rem;
  overflow: hidden;
}


.newsbg .hotnews{
  margin: 0 auto;
}

.newsbg .hotnews .hotbox{
  position: relative;
  width: 100%;
  height: 1.29rem;
  background: rgba(255, 255, 255, 0.8);
	
  border: 1px solid #F4D09A;
}

.newsbg .hotnews .hotbox .news_t{
  float: left;
  width: 1.6rem;
  height: 1.41rem;
  position: relative;
  z-index: 5;
  top: -0.14rem;
  padding-left: 0.35rem;
}

.newsbg .hotnews .hotbox .news_t::before{
  position: absolute;
  z-index: -1;
  left: 0rem;
  top: 0px;
  content: "";
  width: 1.6rem;
  height: 1.41rem;
  background: url(../images/hotico1.png) no-repeat top center;
  background-size: 100%;
}

.newsbg .hotnews .hotbox .news_t::after{
  position: absolute;
  z-index: -2;
  right: -0.2rem;
  top: 0px;
  content: "";
  width: 0.27rem;
  height: 0.13rem;
  background: url(../images/hotico.png) no-repeat  center;
  background-size: 100%;
}


.newsbg .hotnews .hotbox .news_t h5{
  font-family: "Microsoft YaHei";
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFCF1F;
  padding: 0.25rem 0 0.07rem 0;
}

.newsbg .hotnews .hotbox .news_t span{
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  font-weight: bold;
  color: #FFCF1F;
}


.newsbg .hotnews .hotbox .txt{
  float: left;
  margin-left: 2%;
  width: 81%;
  text-align: center;

}

.newsbg .hotnews .hotbox .txt a{
  font-family: "Microsoft YaHei";
  font-size: 0.26rem;
  font-weight: bold;
  color: #C20B0B;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0.25rem 0 0.15rem 0;
}

.newsbg .hotnews .hotbox .txt p{
  font-family: "Microsoft YaHei";
  font-size: 0.16rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}


.title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title h5{
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}


.title h5 i{
  position: relative;
  z-index: 5;
  display: inline-block;
}

.title h5 i::after{
  position: absolute;
    z-index: -1;
    left: -0.07rem;
    bottom: -0.07rem;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/titleico.png) no-repeat  center;
    background-size: 100%;
}

.title h5 i img{
  display: block;
  width: 0.38rem;
  height: 0.38rem;
}

.title h5 span {

  display: inline-block;
  letter-spacing: 1px;
  font-size: 0.36rem;
  font-family: "sys";
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #AB1115; /* 降级方案，使用纯色 */
  margin-left: 0.15rem;

}

 

@supports (-webkit-background-clip: text) or (background-clip: text) {

  .title h5 span {

    background: -webkit-linear-gradient(159deg, #FCAC02 10%, #C20B0B 49%); /* Safari 5.1-6, Chrome 10-25 */
    background: linear-gradient(159deg, #FCAC02 10%, #C20B0B 49%); /* Standard syntax */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 确保文本颜色透明 */

  }

}



.title .more{
  width: 67%;
  font-size: 0.18rem;
  color: #6C6C6C;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; /* 垂直居中 */
  border-bottom: 1px solid #EBD6BF;
  height: 0.36rem;
}

.title .more em{
  font-size: 0.18rem;
  color: #FFFFFF;
  width: 0.24rem;
  height: 0.16rem;
  line-height: 0.13rem;
  text-align: center;
  background: #D43635;
  margin-left: 0.1rem;

}


.news{
  margin: 0.8rem auto 0 auto;
}


.news .news_l{
  float: left;
  width: 48%;

}

.news .news_l .newsbox{
  margin: 0.35rem auto 0 auto;
}

.news .news_l .newsbox ul li{
  margin-bottom: 0.27rem;
  height: 1.15rem;
  border-bottom: 1px dashed #CBCBCB;

}

.news .news_l .newsbox ul li .time{
  float: left;
  width: 0.84rem;
  height: 0.84rem;
  background: #AB1115;
  text-align: center;
}

.news .news_l .newsbox ul li .time span{
  display: block;
  font-size: 0.34rem;
  color: #FFDCA2;
  line-height: 0.3rem;
  padding: 0.15rem 0 0.04rem 0;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_l .newsbox ul li .time i{
  display: block;
  font-size: 0.16rem;
  color: #FFDCA2;
}

.news .news_l .newsbox ul li .txt{
  float: left;
  width: 79%;
  margin-left: 4%;

} 

.news .news_l .newsbox ul li .txt a{
  font-size: 0.2rem;
  font-family: "Alibaba PuHuiTi";
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0rem 0 0.08rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_l .newsbox ul li .txt p{
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #B0B0B0;
  height: 0.48rem;
  overflow: hidden;
  font-family: "PuHuiTi";
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news .news_r{
  float: right;
  width: 48%;
}

.news .news_r .newsbox{
  margin: 0.35rem auto 0 auto;
}

.news .news_r .newsbox .newsshow{
  overflow: hidden;

}

.news .news_r .newsbox .newsshow ul li{
  position: relative;
  z-index: 5;
  float: left;
  width: 48%;
  margin-right: 4%;
}

.news .news_r .newsbox .newsshow ul li:last-child{
  margin-right: 0;
}

.news .news_r .newsbox .newsshow ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;

}

.news .news_r .newsbox .newsshow ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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 .newsbox .newsshow ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(194, 12, 12, 0) 61%, rgba(194, 12, 12, 0.74) 100%);
  pointer-events: none;
}

.news .news_r .newsbox .newsshow ul li:last-child .txt{

  background: linear-gradient(180deg, rgba(225, 147, 50, 0) 58%, #E19332 100%);

}


.news .news_r .newsbox .newsshow ul li .txt a{
  font-size: 0.2rem;
  color: #FFFFFF;
  font-family: "PuHuiTi";
  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;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  text-align: center;
  width: 100%;
  padding: 0 4%;
}



.news .news_r .newsbox .newslist{
  margin: 0.16rem auto 0 auto;
}


.news .news_r .newsbox .newslist ul li{
  line-height: 0.6rem;

}

.news .news_r .newsbox .newslist ul li a{
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 82%;
  padding-left: 0.3rem;
  position: relative;
}


.news .news_r .newsbox .newslist ul li a::after{
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 0.25rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border: 2px solid #ab1216;
  border-radius: 50%;
  
}

.news .news_r .newsbox .newslist ul li span{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #999999;
}





/* theory */

.theorybg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/boxbg2.jpg) no-repeat  center;
  background-size: cover;
  padding-top: 0.7rem;
  padding-bottom: 0.65rem;
}


.theorybg .theory{
  margin: 0 auto;
}

.theorybg .theory .theory_l{
  float: left;
  width: 48%;
}


.theorybg .theory .theory_r{
  float: right;
  width: 48%;
}


.theorybg .theory .theorybox{
  margin: 0.4rem auto 0 auto;
}


.theorybg .theory .theorybox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1rem;
  border-bottom: 1px dashed #D0D0D0;
  margin-bottom: 0.05rem;
  padding-top: 0.2rem;
  padding-right: 5%;
  border-left: 6px solid rgba(243, 152, 0, 0);
}

.theorybg .theory .theorybox ul li a{
  padding-left: 0.25rem;
  background: url(../images/xt.png) no-repeat left center;
  font-size: 0.2rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0rem 0 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.theorybg .theory .theorybox ul li span{
  display: block;
  font-size: 0.16rem;
  color: #F39800;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.17rem 0.16rem;
  padding-left: 0.25rem;
  margin-left: 0.28rem;
  font-family: "PuHuiTi";
}


.theorybg .theory .theorybox ul li::after{
  position: absolute;
    left: 0%;
    bottom: -0px;
    width: 0%;
    content: "";
    z-index: -1;
    border-bottom: 1rem solid #ab1115;
  border-right: 20px solid transparent;
  border-left: 0px solid #F39800;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;


}


.theorybg .theory .theorybox ul li::before{
  position: absolute;
    left: 0%;
    bottom: 0%;
    width: 0%;
    height: 100%;
    content: "";
    z-index: -2;
    box-shadow: 0px 4px 12px 0px rgba(243, 152, 0, 0.3);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




/* media */

.mediabg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.75rem 0 0.2rem 0;
}

.mediabg .media{
  margin: 0 auto;
}


.mediabg .media .media_l{
  float: left;
  width: 32%;
  margin-right: 3.3%;

}


.mediabg .media .media_c{
  width: 32%;
  float: left;
  margin-right: 3.3%;
}


.mediabg .media .media_r{
  width: 29.4%;
  float: right;
}

.mediabg .media .title .more{
  width: 50%;
}

.mediabg .media .media_r .title .more{
  width: 47%;
}


.mediabg .media .mediabox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}


.mediabg .media .mediabox .swiper-slide{
  position: relative;
}


.mediabg .media .mediabox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 55.5%;
  overflow: hidden;

}


.mediabg .media .mediabox .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.mediabg .media .mediabox .swiper-slide .pic::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0.77) 100%);
  height: 100%;
  width: 100%;
  pointer-events: none;
}


.mediabg .media .mediabox .medial-pagination{
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.mediabg .media .mediabox .medial-pagination .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.08rem;
}

.mediabg .media .mediabox .medial-pagination .swiper-pagination-bullet-active{
  background: #FFFFFF;
}




.mediabg .media .mediabox .mediac-pagination{
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.mediabg .media .mediabox .mediac-pagination .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.08rem;
}

.mediabg .media .mediabox .mediac-pagination .swiper-pagination-bullet-active{
  background: #FFFFFF;
}


.mediabg .media .medialist{
  margin: 0 auto;
  background: #cd863a;
  height: 3rem;
  padding: 0.3rem 0 0.35rem 0;
}

.mediabg .media .medialist ul li{
  width: 87%;
  margin: 0 auto 0.28rem auto;
}

.mediabg .media .medialist ul li a{
  font-size: 0.2rem;
  color: #fff;
  font-family: "PuHuiTi";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0rem 0 0rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .medialist ul li span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.17rem 0.16rem;
  padding-left: 0.25rem;
  font-family: "PuHuiTi";
  margin-top: 0.1rem;
  position: relative;
}

.mediabg .media .medialist ul li span em{
  display: block;
  border-bottom: 1px dashed rgba(208, 208, 208, 0.5);
  width: 70%;
  height: 1px;
  position: absolute;
  top: 60%;
  right: 0;
  content: "";
}


.mediabg .media .media_c .medialist {
  background: #ab1115;
}

.mediabg .media .mediaboxcont{
  margin: 0.45rem auto 0 auto;
  position: relative;
}

.mediabg .media .mediaboxcont ul li{
  height: 0.76rem;
  border-bottom: 1px dashed #D0D0D0;
  margin-bottom: 0.2rem;

}

.mediabg .media .mediaboxcont ul li .pic{
  float: left;
  overflow: hidden;
  width: 24%;
  max-width: 1rem;
  height: 0.54rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.mediabg .media .mediaboxcont ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.mediabg .media .mediaboxcont ul li .txt{
  float: left;
  width: 70%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 0.54rem;
}


.mediabg .media .mediaboxcont ul li .txt a{
  display: block;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



/* video */

.videobg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.4rem 0 1.35rem 0;
  background: url(../images/boxbg3.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.xszgbg{
  margin: 0 auto 0.83rem auto;
  width: 100%;
  overflow: hidden;
}

.xszg{
  margin: 0 auto;
  position: relative;
}

.xszg .pic{
  margin: 0 auto;
  width: 100%;
  height: 1.5rem;
}


.xszg .pic img{
  width: 100%;
  height: 100%;
  display: block;
}


.xszg .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.xszg  .txt a{
  position: relative;
  top: 33%;
  display: block;
  text-align: center;
  font-size: 0.4rem;
  font-family: "sys";
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  color: #F1FFCD; /* 降级方案，使用纯色 */
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .xszg  .txt a {
    background: linear-gradient(158deg, #FFE1A2 17%, #F1FFCD 49%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}




.videobg .fc{
  margin: 0.9rem auto 0 auto;
}

.videobg .fc .title{
  position: relative;
  z-index: 5;
  display: inherit;
}

.videobg .fc .title::after{
  width: 41%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  content: "";
  z-index: -1;
  background: #ebd6bf;
}

.videobg .fc .title h5{
  text-align: center;
}

.videobg .fc .title .more{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 41.5%;
}



.videobg .fc .fcbox{
  margin: 0.4rem auto 0 auto;
}


.videobg .fc .fcbox ul li{
  position: relative;
  float: left;
  width: 22.5%;
  margin-left: 2.5%;
  margin-bottom: 0.35rem;

}



.videobg .fc .fcbox ul li .pic{
  position: relative;
  width: 100%;
  height: 2.43rem;
  overflow: hidden;



}



.videobg .fc .fcbox ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.videobg .fc .fcbox ul li .txt{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.84) 95%);
  pointer-events: none;
}

.videobg .fc .fcbox ul li .txt a{
  font-size: 0.2rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    left: 10%;
    bottom: 0.2rem;
    width: 80%;


}


.videobg .fc .fcbox ul li:first-child{
  width: 50%;
  margin-left: 0%;
}


.videobg .fc .fcbox ul li:first-child .pic{
  position: relative;
  width: 100%;
  height: 5.22rem;


}

.videobg .fc .fcbox ul li:first-child .txt a{
    left: 4%;
    width: 92%;


}



.videobg .fc .fcbox ul li:first-child .videoBtn {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background:
  url(../images/videoico.png) center no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 70px) / 2);
  top: calc((100% - 70px) / 2);
  z-index: 99;
}



#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}



/* 专题聚焦 */

.SPECIAL{
  margin: 0rem auto 0 auto;
}

.SPECIAL .title{
  position: relative;
  z-index: 5;
  display: inherit;
}

.SPECIAL .title::after{
  width: 41%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  content: "";
  z-index: -1;
  background: #ebd6bf;
}

.SPECIAL .title h5{
  text-align: center;
}

.SPECIAL .title .more{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 41.5%;
}


.SPECIAL .SPECIALbox{
  margin: 0.4rem auto 0 auto;
  position: relative;
}


.SPECIAL .SPECIALbox .swiper-slide{
  position: relative;

}


.SPECIAL .SPECIALbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 44%;
  overflow: hidden;

}


.SPECIAL .SPECIALbox .swiper-slide .pic img{
  display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  
}


.SPECIAL .SPECIALbox .swiper-SPECIAL-next{
  position: absolute;
  right: -0.55rem;
  top: 50%;
  cursor: pointer;
  width: 0.12rem;
  height: 0.2rem;
  background: url(../images/ztright.png) no-repeat center;
  background-size: 100%;

}


.SPECIAL .SPECIALbox .swiper-SPECIAL-prev{
  position: absolute;
  left: -0.55rem;
  top: 50%;
  cursor: pointer;
  width: 0.12rem;
  height: 0.2rem;
  background: url(../images/ztleft.png) no-repeat center;
  background-size: 100%;
}


.links{
  margin: 0.48rem auto 0 auto;
}

.links .title{
  position: relative;
  z-index: 5;
  display: inherit;
}

.links .title::after{
  width: 41%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  content: "";
  z-index: -1;
  background: #ebd6bf;
}

.links .title h5{
  text-align: center;
}

.links .title .more{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 41.5%;
}

.links .linksbox{
  margin: 0.3rem auto 0 auto;
  position: relative;
}


.links .linksbox .swiper-slide{
  position: relative;
}


.links .linksbox .swiper-slide .pic{
  width: 99%;
  height: 1rem;
  background: #FFFFFF;
  border: 1px solid #AB1115;
  position: relative;

}

.links .linksbox .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.links .linksbox .links-pagination{
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  margin: 0.3rem auto 0 auto;
}

.links .linksbox .links-pagination .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: #d0c5b3;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.15rem;
}

.links .linksbox .links-pagination .swiper-pagination-bullet-active{
  background: #ab1115;
}








@media (min-width: 1921px){
  .title .more{
    width: 60%;
  }

  .mediabg .media .title .more{
    width: 40%;
  }

  .mediabg .media .media_r .title .more {
    width: 35%;
}
}



@media (min-width: 1024px){
  .news .news_l .newsbox ul li:hover .txt a{
    color: #AB1115;

  }

  .news .news_r .newsbox .newsshow ul li:hover .pic img{
    transform: scale(1.1);
  }

  
.news .news_r .newsbox .newslist ul li:hover a{
  color: #AB1115;
}

.theorybg .theory .theorybox ul li:hover::after{
  width: 97%;
  opacity: 1;

}

.theorybg .theory .theorybox ul li:hover::before{
  width: 97%;

}

.theorybg .theory .theorybox ul li:hover a{
  color: #fff;
  background: none;
}

.theorybg .theory .theorybox ul li:hover{
  border-bottom: 0px solid rgba(208, 208, 208, 0);
  border-left: 6px solid #F39800;

}

.videobg .fc .fcbox ul li:hover .pic img{
  transform: scale(1.1);
}

.mediabg .media .mediabox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.mediabg .media .mediaboxcont ul li:hover .txt a{
  color: #AB1115;
}

.mediabg .media .medialist ul li:hover a{
  transform: translateX(5px);
}


.SPECIAL .SPECIALbox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

}




@media (max-width: 980px){


.newsbg{
  padding-top: 0.62rem;
  padding-bottom: 0.58rem;
}


.newsbg .hotnews .hotbox .news_t h5{
  font-size: 0.3rem;
  padding: 0.35rem 0 0.07rem 0;
}

.newsbg .hotnews .hotbox .news_t span{
  font-size: 0.18rem;
}


.newsbg .hotnews .hotbox .txt{
  margin-left: 4%;
  width: 66%;

}

.newsbg .hotnews .hotbox .txt a{
  font-size: 0.28rem;
  margin: 0.22rem 0 0.15rem 0;
}

.newsbg .hotnews .hotbox .txt p{
  font-size: 0.24rem;
}


.title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title h5{
  height: 0.4rem;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}


.title h5 i{
  position: relative;
  z-index: 5;
  display: inline-block;
}

.title h5 i::after{
  position: absolute;
    z-index: -1;
    left: -0.07rem;
    bottom: -0.07rem;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/titleico.png) no-repeat  center;
    background-size: 100%;
}

.title h5 i img{
  display: block;
  width: 0.38rem;
  height: 0.38rem;
}

.title h5 span {


}



.title .more{
  width: 100%;
  font-size: 0.24rem;
  height: 0.38rem;
}

.title .more em{
  font-size: 0.18rem;
  color: #FFFFFF;
  width: 0.3rem;
  height: 0.2rem;
  line-height: 0.18rem;

}


.news{
  margin: 0.6rem auto 0 auto;
}


.news .news_l{
  float: none;
  width: 100%;

}

.news .news_l .newsbox{
  margin: 0.4rem auto 0 auto;
}

.news .news_l .newsbox ul li{
  margin-bottom: 0.3rem;
  height: 1.45rem;

}

.news .news_l .newsbox ul li .time{
  float: left;
  width: 1.1rem;
  height: 1rem;
}

.news .news_l .newsbox ul li .time span{
  display: block;
  font-size: 0.34rem;
  padding: 0.2rem 0 0.02rem 0;
}

.news .news_l .newsbox ul li .time i{
  display: block;
  font-size: 0.24rem;
}

.news .news_l .newsbox ul li .txt{
  width: 75%;

} 

.news .news_l .newsbox ul li .txt a{
  font-size: 0.3rem;
  margin: 0rem 0 0.08rem 0;

}

.news .news_l .newsbox ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.32rem;
  height: 0.64rem;
}


.news .news_r{
  float: none;
  width: 100%;
  margin: 0.4rem auto 0 auto;
}

.news .news_r .newsbox{
  margin: 0.4rem auto 0 auto;
}


.news .news_r .newsbox .newsshow ul li{
  position: relative;
  z-index: 5;
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.3rem;
}



.news .news_r .newsbox .newsshow ul li .txt a{
  font-size: 0.3rem;
  bottom: 0.15rem;

}

.news .news_r .newsbox .newslist{
  margin: 0rem auto 0 auto;
}


.news .news_r .newsbox .newslist ul li{
  line-height: 0.7rem;

}

.news .news_r .newsbox .newslist ul li a{
  font-size: 0.28rem;
  width: 80%;

}


.news .news_r .newsbox .newslist ul li a::after{
  top: 0.28rem;
  
}

.news .news_r .newsbox .newslist ul li span{

  font-size: 0.26rem;

}





/* theory */

.theorybg{
  padding-top: 0.6rem;
  padding-bottom: 0.65rem;
}


.theorybg .theory .theory_l{
  float: none;
  width: 100%;
}


.theorybg .theory .theory_r{
  float: none;
  width: 100%;
  margin: 0.5rem auto 0 auto;
}


.theorybg .theory .theorybox{
  margin: 0.4rem auto 0 auto;
}


.theorybg .theory .theorybox ul li{
  height: 1.3rem;
  margin-bottom: 0.1rem;
}

.theorybg .theory .theorybox ul li a{
  font-size: 0.28rem;

  margin: 0rem 0 0.1rem 0;

}

.theorybg .theory .theorybox ul li span{
  display: block;
  font-size: 0.26rem;
  background-size: 0.22rem 0.21rem;
  padding-left: 0.35rem;
}



/* media */

.mediabg{
  padding: 0.75rem 0 0.2rem 0;
}



.mediabg .media .media_l{
  float: none;
  width: 100%;
  margin-right: 0%;

}


.mediabg .media .media_c{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-top: 0.5rem;
}


.mediabg .media .media_r{
  float: none;
  width: 100%;
  margin-top: 0.5rem;
}

.mediabg .media .title .more{
  width: 65%;
}

.mediabg .media .media_r .title .more{
  width: 65%;
}


.mediabg .media .mediabox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}


.mediabg .media .mediabox .swiper-slide{
  position: relative;
}




.mediabg .media .mediabox .medial-pagination{
  bottom: 0.15rem;

}

.mediabg .media .mediabox .medial-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.15rem;
}





.mediabg .media .mediabox .mediac-pagination{
  bottom: 0.15rem;
}

.mediabg .media .mediabox .mediac-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.15rem;
}


.mediabg .media .medialist{
  margin: 0 auto;
  background: #cd863a;
  height: auto;
  padding: 0.4rem 0 0.3rem 0;
}

.mediabg .media .medialist ul li{
  width: 90%;
  margin: 0 auto 0.28rem auto;
}

.mediabg .media .medialist ul li a{
  font-size: 0.28rem;
}

.mediabg .media .medialist ul li span{
  font-size: 0.26rem;
  background-size: 0.22rem 0.21rem;
  padding-left: 0.35rem;
  margin-top: 0.15rem;
}



.mediabg .media .mediaboxcont{
  margin: 0.45rem auto 0 auto;
  position: relative;
}

.mediabg .media .mediaboxcont ul li{
  height: 0.96rem;
  border-bottom: 1px dashed #D0D0D0;
  margin-bottom: 0.2rem;

}

.mediabg .media .mediaboxcont ul li .pic{
  width: 26%;
  max-width: 26%;
  height: 0.74rem;


}


.mediabg .media .mediaboxcont ul li .txt{
  float: left;
  width: 68%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 0.74rem;
  text-align: left;
}


.mediabg .media .mediaboxcont ul li .txt a{
  font-size: 0.28rem;
  line-height: 0.36rem;
  max-height: 0.72rem;

}



/* video */

.videobg{
  padding: 0.2rem 0 1.7rem 0;
}

.xszgbg{
  margin: 0 auto 0.6rem auto;
}

.xszg .pic{
  height: 1.8rem;
}



.xszg  .txt a{
  font-size: 0.42rem;

}




.videobg .fc{
  margin: 0.65rem auto 0 auto;
}

.videobg .fc .title{

  display: flex;
}

.videobg .fc .title::after{
  width: 0%;
}



.videobg .fc .title .more{
  position: relative;
  right: 0px;
  top: 0px;
  width: 65%;
}



.videobg .fc .fcbox{
  margin: 0.4rem auto 0 auto;
}


.videobg .fc .fcbox ul li{
  position: relative;
  float: left;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
  margin-bottom: 0.35rem;

}

.videobg .fc .fcbox ul li:nth-child(2n-1){
  margin-right: 0;
}





.videobg .fc .fcbox ul li .txt a{
  font-size: 0.26rem;


}


.videobg .fc .fcbox ul li:first-child{
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
}


.SPECIAL .title{

  display: flex;
}

.SPECIAL .title::after{
  width: 0%;
}



.SPECIAL .title .more{
  position: relative;
  right: 0px;
  top: 0px;
  width: 65%;
}

.SPECIAL .SPECIALbox{
  padding-bottom: 0.9rem;
}

.SPECIAL .SPECIALbox .swiper-SPECIAL-next {
  position: relative;
  right: 30%;
  top: 0.35rem;
  width: 0.2rem;
  height: 0.36rem;
  float: right;
}


.SPECIAL .SPECIALbox .swiper-SPECIAL-prev {
  position: relative;
  left: 30%;
  top: 0.35rem;
  width: 0.2rem;
  height: 0.36rem;
  float: left;
}


.links{
  margin: 0.38rem auto 0 auto;
}

.links .title{
  display: flex;
}

.links .title::after{
  width: 0%;
}


.links .title .more{
  position: relative;
  width: 65%;
}

.links .linksbox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}


.links .linksbox .swiper-slide{
  position: relative;
}


.links .linksbox .swiper-slide .pic{
  width: 99%;
  height: 1.2rem;


}



.links .linksbox .links-pagination .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: #d0c5b3;
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.15rem;
}





}