.notice-box .wrap .li p.font-48 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.font-36 {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
}

.font-32 {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
}

.w1600 {
  width: 83%;
  max-width: 1600px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.bgcf7 {
  background-color: #F7F7F7;
}

.padNew {
  padding: 1.65rem 0 3.15rem;
}

:root {
  --pubCol: #E50012;
}

.hov-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.news-box>.tit {
  margin-bottom: 2.1rem;
  font-weight: 500;
}

.news-box .wrap {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news-box .wrap .li {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #fff;
  margin-bottom: 1rem;
  transition: all .3s;
}

.news-box .wrap .li:nth-child(2n) {
  margin-right: 0;
}

.news-box .wrap .li .pic {
  width: 47%;
  overflow: hidden;
}

.news-box .wrap .li .pic img {
  width: 100%;
  transition: all .3s;
}

.news-box .wrap .li .cont {
  width: 53%;
  padding: 1.5rem 1rem;
}

.news-box .wrap .li .cont .tit {
  line-height: .75rem;
  height: 1.5rem;
  overflow: hidden;
  font-weight: 400;
  color: #000;
  margin-bottom: .4rem;
  transition: all .3s;
}

.news-box .wrap .li .cont .time {
  color: #666666;
  line-height: 1;
  margin-bottom: .4rem;
  font-size: .4rem;
}

.news-box .wrap .li .cont .intro {
  color: #666666;
  line-height: .6rem;
  max-height: 1.2rem;
  overflow: hidden;
}

.news-box .wrap .li:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.news-box .wrap .li:hover .cont .tit {
  color: #E50012;
}

.pub-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pub-page a {
  color: #000;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  margin-right: .25rem;
  transition: all .3s;
}

.pub-page a:last-child {
  margin-right: 0;
}

.pub-page a:hover,
.pub-page a.active {
  color: #fff;
  background-color: var(--pubCol);
}

.notice-box>.tit {
  margin-bottom: 2.1rem;
}

.notice-box .wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.notice-box .wrap .li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1rem;
  padding: 1rem 1.95rem 1rem 1rem;
  background-color: #fff;
  transition: all .3s;
}

.notice-box .wrap .li:nth-child(2n) {
  margin-right: 0;
}

.notice-box .wrap .li p {
  line-height: .75rem;
  height: 1.5rem;
  overflow: hidden;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.75rem;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;

}

.notice-box .wrap .li span {
  color: #666666;
  line-height: 1;
  font-size: 0.4rem;
}

.notice-box .wrap .li:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.notice-box .wrap .li:hover p {
  color: #E50012;
}

.video>.tit {
  margin-bottom: 1.65rem;
}

.video .video-container {
  margin-bottom: 1rem;
}

.video .video-container .swiper-slide {
  width: 83%;
  margin: 0 .625rem;
  height: 16.25rem;
}

.video .video-container .swiper-slide:last-child {}

.video .video-container .swiper-slide img {
  width: 100%;
}

.video .video-container .swiper-slide .intro {
  position: absolute;
  bottom: 2.1rem;
  left: 4rem;
  width: calc(100% - 8rem);
}

.video .video-container .swiper-slide .intro .tit {
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}

.video .video-container .swiper-slide .intro .play {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-top: 0;
}

.video .video-container .swiper-slide .intro .play div {
  width: 1rem;
  margin-right: .3rem;
}

.video .video-container .swiper-slide .intro .play p {
  width: 1.35rem;
  color: #fff;
  white-space: nowrap;
}

.video .video-container .swiper-pagination {
  position: relative;
  line-height: 1;
  margin-top: 0.95rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .video-container .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #BFBFBF;
  opacity: 1;
  margin: 0 5px;
  display: inline-block;
  transition: all .3s;
}

.video .video-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: var(--pubCol);
}


.video-button-prev,
.video-button-next {
  width: 1.25rem;
  height: 1.25rem;
  background: #E5E5E5;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  background-size: 8px 9px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  position: absolute;
  z-index: 33;
  opacity: 0.2;
  top: 50%;
}

.video-button-prev {
  margin-right: .25rem;
  vertical-align: top;
  left: 5rem;
  background-image: url(../img/pjt.png);
}

.video-button-next {
  background-image: url(../img/pjt2.png);
  right: 5rem;
}

.video-button-prev:hover,
.video-button-next:hover {
  background-color: #E50012;
  opacity: 1;
}

.video-button-prev:hover {
  background-image: url(../img/pjt3.png);
}

.video-button-next:hover {
  background-image: url(../img/pjt4.png);
}

.video-box {
  margin-top: 2.975rem;
}

.video-box .sero {
  font-size: 0;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.video-box .sero .sor {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 40px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
  margin-right: .5rem;
}

.video-box .sero .sor .tits {
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  cursor: pointer;
}

.video-box .sero .sor .tits::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-135deg);
  transform-origin: 50% 50%;
}

.video-box .sero .sor:last-child {
  margin-right: 0;
}

.video-box .sero .sor .sub {
  width: 100%;
  position: absolute;
  max-height: 5rem;
  background-color: transparent;
  border: 1px solid #DCDCDC;
  border-top: 0 solid #000;
  top: 40px;
  overflow: auto;
  display: none;
  padding: 0 10px;
  background-color: #F7F7F7;
}

.video-box .sero .sor .sub a {
  font-size: .35rem;
  padding: 2px;
  display: block;
  color: #999;
  border-bottom: 1px solid #DCDCDC;
}

.video-box .wrap {
  margin-top: .9rem;

}

.video-box .wrap .li {
  width: calc((100% - 2rem) / 2);
  float: left;
  margin-right: 2rem;
  margin-bottom: 1.325rem;
}

.video-box .wrap .li:nth-child(2n) {
  margin-right: 0;
}

.video-box .wrap .li .img {
  width: 100%;
  height: 10rem;
  position: relative;
}

.video-box .wrap .li p {
  line-height: 1;
  margin-top: .725rem;
  font-weight: 500;
  margin-bottom: .65rem;
}

.video-box .wrap .li span {
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 1.3rem;
}

.video-box .wrap .play-btn {
  margin-top: 0;
}

@media (max-width: 1024px) {

  .news-box>.tit,
  .video>.tit,
  .notice-box>.tit {
    margin-bottom: 0;
  }

  .news-box .wrap{
    padding: 1rem 0 0;
  }
  .video-box .wrap {
    padding: 0;
  }

  .news-box .wrap .li {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .news-box .wrap .li .pic {
    width: 100%;
  }

  .news-box .wrap .li .cont {
    width: 100%;
  }

  .video .video-container {
    margin-top: 1rem;
  }

  .video .video-container .swiper-slide {
    width: 83%;
    margin: 0 0.3rem;
    height: auto;
  }
  .video .video-container .swiper-slide .bg{
    height:6.25rem;
  }
 
  .video .video-container .swiper-slide .intro {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 0.5rem;
  }

  .video .video-container .swiper-slide .intro .tit {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #000;
    font-weight: 400;
  }
  .video .video-container .swiper-slide .intro .play{
    margin-top: 0;
    display: none;
  }
  .video-button-prev, .video-button-next{
    display: none;
  }
  .video-box .wrap .li .img{
    height: 5rem;
  }

  .video-box {
    margin-top: 1.6rem;
  }
  .padNew{
    padding-bottom: 1.6rem;
  }

  .video-box .wrap .li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 1.325rem;
  }

  .notice-box .wrap .li {
    width: 100%;
  }

  .notice-box .wrap {
    padding: 1rem 0 0;
  }
}