img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}



.banner {
  width: 100%;
  height: calc((100vh - 0rem));
  overflow: hidden;
  position: relative;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  height: 100vh;
  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.38rem;
  width: 100%;
  text-align: center;
  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;
}


.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.56rem;
  height: 0.56rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100% 100%;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100% 100%;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .banner_button{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 2.25rem;
  left: 0%;
  text-align: center;
}

.banner .swiper-pagination{
  display: inline-block;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.15rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.33rem;
  height: 0.36rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 100%;

}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 100%;
}





.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;
}



.banner .swiper-slide::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg2.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}


.banner:hover .swiper-banner-next{
  right: 6%;

}

.banner:hover .swiper-banner-prev{
  left: 6%;

}



@media (max-width: 1024px){

  .banner{
    height: 100%;

  }


  .banner .swiper-slide img {
    max-height: 100%;
    height: 100%;
  }


}
/* title */


.titlecon{
  position: relative;

}

.title{
  margin: 0 auto;
  text-align: center;
}

.title h5{
  font-size: 0.4rem;
  color: #333333;
  font-family: "SourceHanSerifCN-Bold";
  line-height: 0.4rem;
}

.title h5 i{
  font-size: 0.4rem;
  color: #96000E;
}

.title span{
  display: block;
  font-size: 0.16rem;
  color: #A0A0A0;
  margin-top: 0.08rem;

} 

.title span em{
  font-size: 0.16rem;
  color: #A0A0A0;
  font-family: "SourceHanSerifCN-Light";
  line-height: 0.24rem;
}

.titlemore{
  position: absolute;
  right: 0;
  top: 0.2rem;
  padding-left: 0.28rem;
  background: url(../images/more.png) no-repeat left top;
  background-size: 0.2rem 0.22rem;

}

.titlemore a{
  display: block;
  font-size: 0.14rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* fw */

.fw{
  margin: -2.15rem auto 0 auto;
  position: relative;
  z-index: 9;
}


.fw>ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.fw>ul>li{
  position: relative;
  width: 12.5%;
  height: 2.15rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fw>ul>li .fw_t{
  background: rgba(146, 15, 21, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;

}

.fw>ul>li .fw_t a{
  display: block;
  text-align: center;
}

.fw>ul>li .fw_t h5{
  font-size: 0.24rem;
  color: #fff;
  font-family: "SourceHanSerifCN-Bold";

}

.fw>ul>li .fw_t h5 img{
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  margin: 0.4rem auto 0.15rem auto;
}

.fw>ul>li .fw_nr .cont{
  overflow: hidden;
}

.fw>ul>li .fw_nr{
  position: absolute;
  left: 1.6rem;
  top: 0;
  width: calc((100% - 1.61rem));
  background: rgba(243, 233, 221, 0.9);
  height: 100%;
  overflow: hidden;
  display: none;
  opacity: 1;
}

.fw>ul>li .fw_nr ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  width: 8rem;
}

.fw ul li .fw_nr ul li{
  line-height: 0.3rem;
  margin: 0 0 0.2rem 0.55rem;
  width: 25%;

}

.fw ul li .fw_nr ul li a{
  display: block;
  font-size: 0.18rem;
  color: #666666;
  padding-left: 0.18rem;
  background: url(../images/fwico.png) no-repeat left center;
  background-size: 0.05rem 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fw>ul>li .fw_t::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: url(../images/fwlist1.png) no-repeat top center;
  background-size: 100% 100%;
  opacity: 0.8;
}


.fw>ul>li:nth-child(2) .fw_t{
  background: rgba(227, 188, 105, 0.8);
}

.fw>ul>li:nth-child(2) .fw_t::after{
  background: url(../images/fwlist2.png) no-repeat top center;
  background-size: 100% 100%;
  opacity: 0.8;
}


.fw>ul>li:nth-child(3) .fw_t{
  background: rgba(51, 103, 181, 0.8);
}

.fw>ul>li:nth-child(3) .fw_t::after{
  background: url(../images/fwlist3.png) no-repeat top center;
  background-size: 100% 100%;
  opacity: 0.8;
}

.fw>ul>li:nth-child(4) .fw_t{

  background: rgba(231, 113, 82, 0.8);
}

.fw>ul>li:nth-child(4) .fw_t::after{
  background: url(../images/fwlist4.png) no-repeat top center;
  background-size: 100% 100%;
  opacity: 0.8;
}


.fw>ul>li.on .fw_t::after{

  height: 3.37rem;

}




.fw>ul>li.on{
  width: 62.5%;
  box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.fw>ul>li.on .fw_t{
  width: 1.61rem;
  background: none;

}

.fw>ul>li.on .fw_nr{
  width: calc((100% - 1.6rem));
  display: block;
  opacity: 1;
}



/* notice */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
}

.notice{
  margin: 0 auto;
  padding-top: 0.95rem;

} 


.notice .noticebox{
  margin: 0.45rem auto 0 auto;
}

.notice .noticebox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.notice .noticebox ul li{
  position: relative;
  z-index: 5;
  padding: 0.1rem 0.3rem 0.15rem 0.2rem;
  width: 33.3%;
  margin: 0 0% 0.3rem 0;

}



.notice .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.notice .noticebox ul li .notice_t{
  width: 0.45rem;
  height: 1.25rem;
  background: #920f15;
  border-radius: 45px;
  padding: 0.1rem;
  line-height: 0.25rem;

}

.notice .noticebox ul li .notice_t i{
  font-size: 0.18rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 100%;
  text-align: center;
  letter-spacing: 4px;
}

.notice .noticebox ul li .txt{
  width: calc((100% - 0.7rem));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.notice .noticebox ul li .txt .time{
  text-align: center;
}

.notice .noticebox ul li .txt .time span{
  display: block;
  font-size: 0.34rem;
  color: #910f0f;
  font-weight: bold;
  font-family: "BAHNSCHRIFT";

}

.notice .noticebox ul li .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #910f0f;
  font-family: "BAHNSCHRIFT";
}

.notice .noticebox ul li .txt .time em{
  display: block;
  padding: 0 0.12rem;
  height: 0.23rem;
  line-height: 0.23rem;
  border-radius: 45px;
  background: #f1f1f1;
  text-align: center;
  font-size: 0.13rem;
  color: #767676;
  margin-top: 0.13rem;
}

.notice .noticebox ul li .txt .nr{
  width: calc((100% - 1rem));
  margin-right: 0.1rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.notice .noticebox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* news */

.news{
  margin: 0.4rem auto 0 auto;
}

.news .newsbox{
  margin: 0.45rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .newsbox .news_l{
  width: 7.75rem;
  position: relative;


}

.news .newsbox .news_l .swiper-slide{
  position: relative;
}

.news .newsbox .news_l .swiper-slide a{
  display: block;
}

.news .newsbox .news_l .swiper-slide .pic{
  width: 100%;
  height: 4.7rem;
  position: relative;
  overflow: hidden;

}

.news .newsbox .news_l .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 .newsbox .news_l .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(4, 5, 6, 0) 60% ,rgba(4, 5, 6, 0.8) 100%);
}

.news .newsbox .news_l .swiper-slide .xq{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  padding: 0 0.35rem;
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .newsbox .news_l .swiper-slide .xq h5{
  width: 75%;
  font-size: 0.22rem;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsbox .news_l .swiper-slide .xq i{
  display: block;
  font-size: 0.16rem;
  color: #fff;
}

.news .newsbox .news_l .news-pagination {

  position: absolute;
  z-index: 9;
  left: auto;
  right: 0.2rem;
  bottom: 0.25rem;
  width: auto;
}


.news .newsbox .news_l .news-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 0.07rem;
}


.news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active {
  opacity: 1;

}


.news .newsbox .news_r{
  width: calc((100% - 8.45rem));
  position: relative;
  z-index: 5;
}



.news .newsbox .news_r ul li{
  height: 0.96rem;
  position: relative;
  z-index: 5;
  padding-left: 0.35rem;

}

.news .newsbox .news_r ul li::after{
  position: absolute;
  left: 0rem;
  top: 0.05rem;
  content: "";
  z-index: -1;
  width: 0.09rem;
  height: 0.09rem;
  border: 1px solid #920f15;
  border-radius: 50%;
}

.news .newsbox .news_r ul li::before{
  position: absolute;
  left: 0.05rem;
  top: 0.15rem;
  content: "";
  z-index: -2;
  width: 1px;
  height: 90%;
  background: #e7e0d6;
}


.news .newsbox .news_r ul li a{
  display: block;
}

.news .newsbox .news_r ul li i{
  display: block;
  font-size: 0.16rem;
  color: #920f15;
  line-height: 0.2rem;
}

.news .newsbox .news_r ul li h5{
  width: 90%;
  font-size: 0.22rem;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}


.news .newsbox .news_r ul li:last-child:before{
  height: 40%;
}



/* fc */

.fc{
  margin: 0.7rem auto 0 auto;
  padding-bottom: 0.85rem;
}

.fc .fcbox{
  margin: 0.4rem auto 0 auto;
}

.fc .fcbox .swiper-slide{

}

.fc .fcbox .swiper-slide a{
  display: block;
}

.fc .fcbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 2.84rem;
  overflow: hidden;

}

.fc .fcbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-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;
}

.fc .fcbox .swiper-slide .txt{
  margin: 0.32rem auto 0 auto;

} 

.fc .fcbox .swiper-slide .txt i{
  display: block;
  font-size: 0.16rem;
  color: #920E14;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.fc .fcbox .swiper-slide .txt h5{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.2rem 0;
}

.fc .fcbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  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;
  

}


.fc .fcbox .swiper-slide:nth-child(2n){
  margin-top: 0.45rem;
}


.fc .fcbox .swiper-slide:nth-child(2n) .txt p{
  display: none;

}


.fc .fcbox .fc-pagination{
  margin: 0.3rem auto 0 auto;
  text-align: center;
  display: none;
}

.fc .fcbox .fc-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #000;
  opacity: .2;
  margin: 0 0.1rem;

}

.fc .fcbox .fc-pagination .swiper-pagination-bullet-active{
  background: #920E14;
  opacity: 1;
}




/* te */

.tebg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/tebg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.tebg .te{
  margin: 0 auto;
  padding-top: 1.2rem;

}

.tebg .te .title{
  margin: 0;
  text-align: left;

}

.tebg .te .title span{
  margin-left: -0.4rem;

} 

.tebg .te .tebox{
  margin: 0.35rem auto 0 auto;
}

.tebg .te .tebox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.tebg .te .tebox ul li{
  width: 20%;
  height: 2.38rem;
  position: relative;
  z-index: 5;
}

.tebg .te .tebox ul li a{
  display: block;
  height: 100%;
  text-align: center;
}

.tebg .te .tebox ul li span{
  display: block;
  width: 0.66rem;
  height: 0.66rem;
  margin: 0.6rem auto 0.17rem auto;
}

.tebg .te .tebox ul li span 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;
}

.tebg .te .tebox ul li span svg {
  width: 100%;
  height: 100%;

}




.tebg .te .tebox ul li h5{
  font-size: 0.26rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tebg .te .tebox ul li:nth-child(1){
  margin-left: 20%;
}

.tebg .te .tebox ul li:nth-child(1) .box{
  background: rgba(162, 9, 21, 0.9);

}

.tebg .te .tebox ul li:nth-child(2){
  margin: 0 20%;
  transition-delay: 0.1s;
}

.tebg .te .tebox ul li:nth-child(2) .box{

  background: rgba(205, 63, 25, 0.9);
}

.tebg .te .tebox ul li:nth-child(3){
  transition-delay: 0.15s;
}
.tebg .te .tebox ul li:nth-child(3) .box{
  background: rgba(37, 76, 102, 0.9);
}

.tebg .te .tebox ul li:nth-child(4){
  transition-delay: 0.2s;
  margin: 0 20%;
}

.tebg .te .tebox ul li:nth-child(4) .box{
  background: rgba(255, 255, 255, 0.9);

}

.tebg .te .tebox ul li:nth-child(4) h5{
  color: #333333;
}

.tebg .te .tebox ul li:nth-child(5){
  transition-delay: 0.25s;
}

.tebg .te .tebox ul li:nth-child(5) .box{
  background: rgba(229, 132, 27, 0.9);
}

.tebg .te .tebox ul li:nth-child(6){
  transition-delay: 0.3s;
  margin: 0 20%;
}

.tebg .te .tebox ul li:nth-child(6) .box{
  background: rgba(84, 123, 54, 0.9);

}

.tebg .te .tebox ul li:nth-child(7){
  transition-delay: 0.35s;
}

.tebg .te .tebox ul li:nth-child(7) .box{
  background: rgba(37, 88, 165, 0.9);
}



.tebg .te .tebox ul li i {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.tebg .te .tebox ul li i:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}
.tebg .te .tebox ul li i:nth-child(2) {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
  clip-path: polygon(100% 0, 100% 100%, 50% 50%);
}
.tebg .te .tebox ul li i:nth-child(3) {
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}
.tebg .te .tebox ul li i:nth-child(4) {
  -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}



.tebg .te .tebox ul li .box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .3s ease-in-out;
  z-index: 999;
}




/* SVG图标样式 */
.tebox svg {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}


/* 初始状态：SVG填充状态 */
.tebox svg path,
.tebox svg rect,
.tebox svg circle,
.tebox svg line,
.tebox svg polygon {
  fill: rgba(238, 204, 162, 0.8);
  stroke: transparent;
  stroke-width: 0;
  transition: all 0.5s ease;
}

/* 未来技术学院图标初始颜色不同 */
.tebox li:nth-child(4) svg path,
.tebox li:nth-child(4) svg rect,
.tebox li:nth-child(4) svg circle,
.tebox li:nth-child(4) svg line,
.tebox li:nth-child(4) svg polygon {
  fill: #981B1E;
  stroke: transparent;
  stroke-width: 0;
}

/* 鼠标移入时：线条动画开始 */
.tebox .box span:hover svg path,
.tebox .box span:hover svg rect,
.tebox .box span:hover svg circle,
.tebox .box span:hover svg line,
.tebox .box span:hover svg polygon {
  fill: none;
  stroke: #EECCA2;
  stroke-width: 0.5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 2s ease-in-out forwards;
}

/* 未来技术学院悬停时线条颜色 */
.tebox li:nth-child(4) .box span:hover svg path,
.tebox li:nth-child(4) .box span:hover svg rect,
.tebox li:nth-child(4) .box span:hover svg circle,
.tebox li:nth-child(4) .box span:hover svg line,
.tebox li:nth-child(4) .box span:hover svg polygon {
  stroke: #981B1E;
}

/* 线条绘制动画 */
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}




/* Student */

.Stylebg{

  margin: 0 auto;
  width: 100%;
  background: url(../images/fcbg.jpg) no-repeat top center;
  background-size: cover;
}

.Stylebg .Student{
  margin: 0 auto;
  padding-top: 0.9rem;

}


.Stylebg .Student .Studentbox{
  margin: 0rem auto 0 auto;

}

.Stylebg .Student .Studentbox .swiper-slide{
  padding: 0.45rem 0.03rem 0.25rem 0.03rem;

}

.Stylebg .Student .Studentbox .swiper-slide a{
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Stylebg .Student .Studentbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 129%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Stylebg .Student .Studentbox .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;
}

.Stylebg .Student .Studentbox .swiper-slide .txt{
  padding: 0.25rem 0 0.2rem 0;
  border-left: 0.5px solid #D8D8D8;
  position: relative;
  z-index: 5;
} 

.Stylebg .Student .Studentbox .swiper-slide .txt::after{
  position: absolute;
  content: "";
  bottom: -0.07rem;
  left: -0.04rem;
  width: 0.07rem;
  height: 0.07rem;
  background: url(../images/fcico.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;
}


.Stylebg .Student .Studentbox .swiper-slide .txt h5{
  line-height: 0.3rem;
  border-left: 0.03rem solid #981B1E;
  padding-left: 0.2rem;
  margin-left: -0.01rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Stylebg .Student .Studentbox .swiper-slide .txt p{
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.24rem;
  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;
  margin: 0.05rem 0 0 0.2rem;
  width: 80%;
}



.Stylebg .Student .Studentbox .Student-pagination{
  margin: 0.3rem auto 0 auto;
  text-align: center;
  display: none;
}

.Stylebg .Student .Studentbox .Student-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #000;
  opacity: .2;
  margin: 0 0.1rem;

}

.Stylebg .Student .Studentbox .Student-pagination .swiper-pagination-bullet-active{
  background: #920E14;
  opacity: 1;
}



/* reflection */

.reflectionbg{
  margin: 0rem auto 0 auto;
  background: url(../images/reflectionbg.png) no-repeat bottom center;
  background-size: 100%;
}



.reflectionbg .reflection .title {
  position: relative;
  top: 1.15rem;
}

.reflectionbg .reflection .reflectionbox{
  margin: 0 auto;
  position: relative;
  height: 8.05rem;
}

.reflectionbg .reflection .reflectionbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.reflectionbg .reflection .reflectionbox ul li{
  position: relative;
  transition: all 0.8s ease-out 0s;

}

.reflectionbg .reflection .reflectionbox ul li a{
  display: block;
}

.reflectionbg .reflection .reflectionbox ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.reflectionbg .reflection .reflectionbox 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;
}

.reflectionbg .reflection .reflectionbox ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(4, 5, 6, 0) 0%, rgba(4, 5, 6, 0) 70%, rgba(4, 5, 6, 0.8) 100%);

}

.reflectionbg .reflection .reflectionbox ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(1){
  width: 23%;
  position: absolute;
  left: 0;
  top: 0;

}


.reflectionbg .reflection ul li:nth-child(1) .pic{
  height: 5.5rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(2){

  width: 23%;
  position: absolute;
  left: 23.6%;
  top: 1.7rem;
  transition-delay: 0.3s;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(2) .pic{
  height: 2.72rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(3){
  position: absolute;
  left: 23.6%;
  top: 4.5rem;
  width: 23%;
  transition-delay: 0.6s;
}

.reflectionbg .reflection ul li:nth-child(3) .pic{
  height: 2.72rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(4){
  position: absolute;
  left: 47.2%;
  top: 1.7rem;
  width: 31.2%;
  transition-delay: 0.9s;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(4) .pic{
  height: 3.8rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(5){
  position: absolute;
  right: 0%;
  top: 0rem;
  width: 21%;
  transition-delay: 1.2s;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(5) .pic{
  height: 2.7rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(6){
  position: absolute;
  right: 0%;
  top: 2.8rem;
  width: 21%;
  transition-delay: 1.5s;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(6) .pic{
  height: 2.7rem;

}




/* media */

.media{
  margin: 0.9rem auto 0 auto;
  padding-bottom: 2.65rem;
}

.media .title{
  margin: 0;
  text-align: left;
}


.media .mediabox{
  margin: 0.5rem auto 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.media .mediabox ul{
  width: 49.9%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media .mediabox ul li{
  width: 49.75%;
  position: relative;

}

.media .mediabox ul li a{
  display: block;
}

.media .mediabox ul li .pic{
  position: relative;
  width: 100%;
  height: 2.96rem;
  overflow: hidden;

}

.media .mediabox 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;
}

.media .mediabox ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(4, 5, 6, 0) 0%, rgba(4, 5, 6, 0) 70%, rgba(4, 5, 6, 0.8) 100%);
}

.media .mediabox ul li .txt .xq{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  padding-left: 0.15rem;

}


.media .mediabox ul li .txt .xq h5 img{
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.media .mediabox ul li .txt .xq h5{
  font-size: 0.18rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.media .mediabox ul.left li:nth-child(3){
  width: 100%;
  margin-top: 0.03rem;
}

.media .mediabox ul.left li:nth-child(3) .pic{

  height: 4rem;

}




.media .mediabox ul.right li:nth-child(1){
  width: 100%;
  margin-bottom: 0.03rem;
}

.media .mediabox ul.right li:nth-child(1) .pic{

  height: 4rem;

}





@media (min-width: 1024px){

  .titlemore:hover a{
      color: #920f15;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);

  }

  
.fw ul li .fw_nr ul li:hover a{
  color: #920f15;
}




  .notice .noticebox ul li:hover::after{
    width: 100%;
    box-shadow: 0 0 10px 10px rgba(0,0,0,.03);
  }
  
  .notice .noticebox ul li:hover .txt .time em{
    background: #f4ebec;
    color: #910f11;
  }
  
  
  .notice .noticebox ul li:hover .txt .nr{
    color: #910f11;
    width: calc((100% - 1.1rem));
    margin-right: 0rem;
  }

  .news .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .news .newsbox .news_r ul li:hover::after{
    top: 0rem;
    left: -0.06rem;
    width: 0.24rem;
    height: 0.26rem;
    border: none;
    border-radius: 0%;
    background: url(../images/more1.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;
  }
  
  .news .newsbox .news_r ul li:hover h5{
    color: #920f15;
  }
  
  .fc .fcbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  
  .fc .fcbox .swiper-slide:hover .txt h5{
    color: #920E14;
  }


  .Stylebg .Student .Studentbox .swiper-slide:hover .pic{
    transform: scale(1.08);
  }

  .Stylebg .Student .Studentbox .swiper-slide:hover .txt h5{
    color: #920E14;
  }

  .media .mediabox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .reflectionbg .reflection .reflectionbox ul li:hover .pic img{
    transform: scale(1.1);
  }


  .tebg .te .tebox ul li i:hover {
    z-index: 3;
    -webkit-clip-path: none;
    clip-path: none;
  }
  
  .tebg .te .tebox ul li i:nth-child(1):hover ~ .box {
    transform: rotateX(360deg);
  }
  .tebg .te .tebox ul li i:nth-child(2):hover ~ .box {
    transform: rotateY(360deg);
  }
  .tebg .te .tebox ul li i:nth-child(3):hover ~ .box {
    transform: rotateX(-360deg);
  }
  .tebg .te .tebox ul li i:nth-child(4):hover ~ .box {
    transform: rotateY(-360deg);
  }

  .reflectionbg .reflection .reflectionbox.showdiv ul li {
    transform: none;
    opacity: 1;
  }
  
}




@media (max-width: 1024px){

  .banner{
    height: 100%;

  }

  .banner .swiper-slide img {
    max-height: 100%;
    height: 100%;
  }

  .banner .banner_button {
    bottom: 0.1rem;

}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.45rem;

}


  .fw{
    margin: -0rem auto 0 auto;

  }
  

  
  .fw>ul>li{
    width: 25%;
    height: 2.15rem;

  }
  
  

  
  .fw>ul>li .fw_t a{
    display: block;
    text-align: center;
  }
  
  .fw>ul>li .fw_t h5{
    font-size: 0.28rem;

  
  }
  

  
  .fw>ul>li .fw_nr{

    display: none;
    opacity: 0;
  }
  
  
  .fw>ul>li.on .fw_t::after{
  
    height: 3.37rem;
    opacity: 1;
  
  }
  
  
  
  
  .fw>ul>li.on{
    width: 25%;
  }
  
  .fw>ul>li.on .fw_t{
    width: 100%;
  
  }
  
  .fw>ul>li.on .fw_nr{
    display: none;

  }




.titlecon{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.title{
  margin: 0 0;
  text-align: left;
}

.title h5{
  font-size: 0.36rem;
  text-align: center;

}


.title span{
  font-size: 0.24rem;
  margin-top: 0.08rem;

} 

.title span em{
  font-size: 0.24rem;
}

.titlemore{
  position: absolute;
  right: 0;
  top: 0.2rem;
  padding-left: 0.35rem;
  background: url(../images/more.png) no-repeat left top;
  background-size: 0.3rem 0.33rem;

}

.titlemore a{

  font-size: 0.24rem;

}


/* notice */



.notice{
  margin: 0 auto;
  padding-top: 0.65rem;

} 


.notice .noticebox{
  margin: 0.45rem auto 0 auto;
}



.notice .noticebox ul li{

  padding: 0.2rem 0.3rem 0.25rem 0.2rem;
  width: 100%;
  margin: 0 0% 0.25rem 0;
  background: #fff;

}


.notice .noticebox ul li .notice_t{
  width: 0.55rem;
  height: 1.3rem;
  line-height: 0.35rem;

}

.notice .noticebox ul li .notice_t i{
  font-size: 0.24rem;
}

.notice .noticebox ul li .txt{
  width: calc((100% - 0.8rem));

}


.notice .noticebox ul li .txt .time span{

  font-size: 0.4rem;


}

.notice .noticebox ul li .txt .time i{

  font-size: 0.24rem;

}

.notice .noticebox ul li .txt .time em{
  padding: 0 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  margin-top: 0.13rem;
}

.notice .noticebox ul li .txt .nr{
  width: calc((100% - 1.5rem));
  margin-right: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}



.news{
  margin: 0.4rem auto 0 auto;
}

.news .newsbox{
  margin: 0.4rem auto 0 auto;

}

.news .newsbox .news_l{
  width: 100%;


}



.news .newsbox .news_l .swiper-slide .pic{

  height: auto;
  padding-top: 57%;


}



.news .newsbox .news_l .swiper-slide .xq{

  bottom: 0.2rem;
  padding: 0 0.25rem;

}

.news .newsbox .news_l .swiper-slide .xq h5{
  width: 70%;
  font-size: 0.3rem;

}

.news .newsbox .news_l .swiper-slide .xq i{

  font-size: 0.26rem;

}



.news .newsbox .news_r{
  width: calc((100% - 0rem));
  margin-top: 0.4rem;
}



.news .newsbox .news_r ul li{
  height: 1.2rem;
  padding-left: 0.35rem;

}


.news .newsbox .news_r ul li::before{
  left: 0.06rem;
  top: 0.15rem;
  height: 90%;

}


.news .newsbox .news_r ul li i{
  font-size: 0.26rem;
  line-height: 0.3rem;
}

.news .newsbox .news_r ul li h5{
  width: 100%;
  font-size: 0.3rem;
  margin-top: 0.1rem;
}


.news .newsbox .news_r ul li:last-child:before{
  height: 50%;
}



.fc{
  margin: 0.45rem auto 0 auto;
  padding-bottom: 0.85rem;
}

.fc .fcbox{
  margin: 0.4rem auto 0 auto;
}



.fc .fcbox .swiper-slide .pic{
  height: auto;
  padding-top: 73%;


}


.fc .fcbox .swiper-slide .txt{
  margin: 0.3rem auto 0 auto;

} 

.fc .fcbox .swiper-slide .txt i{
  font-size: 0.26rem;
}

.fc .fcbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0.2rem 0;
}

.fc .fcbox .swiper-slide .txt p{
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.72rem;
  
}


.fc .fcbox .swiper-slide:nth-child(2n){
  margin-top: 0rem;
}


.fc .fcbox .swiper-slide:nth-child(2n) .txt p{
  display: block;

}


.fc .fcbox .fc-pagination{
  margin: 0.4rem auto 0 auto;
  display: block;
}

.fc .fcbox .fc-pagination .swiper-pagination-bullet{
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.15rem;

}

.fc .fcbox .fc-pagination .swiper-pagination-bullet-active{
  background: #920E14;
  opacity: 1;
}




/* te */

.tebg{
  margin: -0.3rem auto 0 auto;
}

.tebg .te{
  padding-top: 0.6rem;

}


.tebg .te .title span{
  margin-left: -0rem;

} 

.tebg .te .tebox{
  margin: 0.35rem auto 0 auto;
  padding-bottom: 0.6rem;
}


.tebg .te .tebox ul li{
  width: 33.33%;
  height: 2.38rem;
}



.tebg .te .tebox ul li span{
  display: block;
  width: 0.66rem;
  height: 0.66rem;
  margin: 0.6rem auto 0.17rem auto;
}



.tebg .te .tebox ul li h5{
  font-size: 0.3rem;

}

.tebg .te .tebox ul li:nth-child(1){
  margin-left: 16.66%;
}

.tebg .te .tebox ul li:nth-child(2){

  margin: 0 0%;
}



.tebg .te .tebox ul li:nth-child(4){

  margin: 0 0%;
}


.tebg .te .tebox ul li:nth-child(5){

  margin: 0 0% 0 0%;
}

.tebg .te .tebox ul li:nth-child(6){

  margin: 0 0% 0 16.66%;
}






/* Student */



.Stylebg .Student{
  margin: 0 auto;
  padding-top: 0.6rem;

}


.Stylebg .Student .Studentbox{
  margin: 0.4rem auto 0 auto;

}

.Stylebg .Student .Studentbox .swiper-slide{
  padding: 0 0.14rem 0.2rem 0.14rem;

}



.Stylebg .Student .Studentbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 129%;
  overflow: hidden;

}



.Stylebg .Student .Studentbox .swiper-slide .txt{
  padding: 0.25rem 0 0.2rem 0;
  border-left: 0.5px solid #D8D8D8;
  position: relative;
  z-index: 5;
} 

.Stylebg .Student .Studentbox .swiper-slide .txt::after{
  position: absolute;
  content: "";
  bottom: -0.14rem;
  left: -0.07rem;
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/fcico.png) no-repeat center;
  background-size: 100%;

}


.Stylebg .Student .Studentbox .swiper-slide .txt h5{
  line-height: 0.36rem;
  border-left: 0.05rem solid #981B1E;
  padding-left: 0.2rem;
  font-size: 0.3rem;
}

.Stylebg .Student .Studentbox .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
  margin: 0.05rem 0 0 0.2rem;
  width: 100%;
  margin-top: 0.2rem;
}



.Stylebg .Student .Studentbox .Student-pagination{
  margin: 0.3rem auto 0 auto;
  display: block;
}

.Stylebg .Student .Studentbox .Student-pagination .swiper-pagination-bullet{
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.15rem;

}

.Stylebg .Student .Studentbox .Student-pagination .swiper-pagination-bullet-active{
  background: #920E14;
  opacity: 1;
}



/* reflection */




.reflectionbg .reflection .title {

  top: 0;
  text-align: center;
  margin: 0.45rem auto 0 auto;
}

.reflectionbg .reflection .reflectionbox{
  margin: 0.4rem auto 0 auto;
  height: auto;
  padding-bottom: 0.4rem;
}


.reflectionbg .reflection .reflectionbox ul {
  justify-content: space-between;
}

.reflectionbg .reflection .reflectionbox ul li{
  margin-bottom: 0.15rem;
}

.reflectionbg .reflection .reflectionbox ul li .txt h5{

  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.3rem;
  font-size: 0.28rem;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(1){
  width: 100%;
  position: relative;


}


.reflectionbg .reflection ul li:nth-child(1) .pic{
  height: auto;
  padding-top: 135%;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(2){

  width: 49%;
  position: relative;
  left: 0%;
  top: 0rem;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(2) .pic{
  height: auto;
  padding-top: 79%;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(3){
  position: relative;
  left: 0%;
  top: 0rem;
  width: 49%;
}

.reflectionbg .reflection ul li:nth-child(3) .pic{
  height: auto;
  padding-top: 79%;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(4){
  position: relative;
  left: 0%;
  top: 0rem;
  width: 100%;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(4) .pic{
  height: auto;
  padding-top: 72%;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(5){
  position: relative;
  left: 0%;
  top: 0rem;
  width: 49%;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(5) .pic{
  height: auto;
  padding-top: 79%;

}

.reflectionbg .reflection .reflectionbox ul li:nth-child(6){
  position: relative;
  left: 0%;
  top: 0rem;
  width: 49%;
}

.reflectionbg .reflection .reflectionbox ul li:nth-child(6) .pic{
  height: auto;
  padding-top: 79%;

}




/* media */

.media{
  margin: 0.65rem auto 0 auto;
  padding-bottom: 0.65rem;
}



.media .mediabox{
  margin: 0.4rem auto 0 auto;


}

.media .mediabox ul{
  width: 100%;
  margin-bottom: 0.04rem;
}

.media .mediabox ul li{
  width: 49.75%;


}


.media .mediabox ul li .pic{

  height: auto;
  padding-top: 65%;


}



.media .mediabox ul li .txt .xq h5 img{
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.media .mediabox ul li .txt .xq h5{
  font-size: 0.28rem;
}




.media .mediabox ul.left li:nth-child(3){
  width: 100%;
  margin-top: 0.03rem;
}

.media .mediabox ul.left li:nth-child(3) .pic{

  height: auto;
  padding-top: 49%;
  

}


.media .mediabox ul.right li:nth-child(1){
  width: 100%;
  margin-bottom: 0.03rem;
}

.media .mediabox ul.right li:nth-child(1) .pic{

  height: auto;
  padding-top: 49%;

}



  
}