.swiper-wrapper0 {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}


.hPagination {
  display: flex;
  justify-content: center;
}

.hPagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: .03rem;
  background: #fff;
  margin: 0 .05rem !important;
  opacity: 1 !important;
}

.hPagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 0rem;
  height: .03rem;
  background: #C01920;
  transition: all .3s;
}

.hPagination .swiper-pagination-bullet-active::after {
  width: .2rem;
}

.hNew {
  /*padding: 2.06rem 0 2.67rem;*/
  padding: 1rem 0 2.67rem;
  position: relative;
  overflow: hidden;
}

.newSwiper {
  height: 5rem;
  overflow: visible !important;
}

.newP,
.newN {
  width: .55rem !important;
  height: .55rem !important;
      top: 7.65rem !important;
  margin: 0 !important;
  border: .01rem solid #00349C;
  border-radius: 50%;
  transition: all .3s;
}

.newP:hover,
.newN:hover {
  border: .01rem solid #C01920;
  background: #C01920;
}

.newN {
  right: 1.58rem !important;
}

.newP {
  left: auto !important;
  right: 2.39rem !important;
}

.newP::after,
.newN::after {
  font-size: .25rem !important;
  color: #00349C;
}

.newP:hover::after,
.newN:hover::after {
  color: #fff;
}

.comMore {
  width: fit-content;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 1rem 1rem 1rem 1rem;
  border: 0.01rem solid #284FAD;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.17rem;
  color: #284FAD;
  padding: 0 .09rem 0 .26rem;
  position: absolute;
}

.newMore {
  bottom: 1.48rem;
  left: 50%;
  transform: translateX(-50%);
}


.newSwiper .swiper-slide {
  /* background: #FFFFFF; */
  /* box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.08); */
  padding: 0 .1rem;
  box-sizing: border-box;
  width: 3.8rem;
}

.newItem {
  width: 3.8rem;
  height: 5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
  border-radius: .1rem;
  position: relative;
}

.newImg {
  width: 3.8rem;
  height: 2.2rem;
  position: relative;
  /*top: 0;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  border-radius: .1rem .1rem 0 0;
  z-index: 10;
}

.newText {
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0.1rem;
  bottom: 0;
  /* background-image: url(../images/newback.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .65rem .5rem;
  box-sizing: border-box;
}

.newSwiper.swiper-container-free-mode > .swiper-wrapper {
        -webkit-transition-timing-function linear !important
        -moz-transition-timing-function linear !important
        -ms-transition-timing-function linear !important
        -o-transition-timing-function linear !important
        transition-timing-function linear !important
        margin 0 auto !important
}
.newstitle{
    width: 100%;
    /*white-space: nowrap;*/
    /*text-overflow:ellipsis;*/
    /*overflow:hidden;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.23rem;
  color: #333333;
  line-height: 0.35rem;
    margin-bottom: .15rem;
    height: 1rem;
}
.newTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.35rem;
  height: 0.5rem;
  margin-bottom: .1rem;
}

.newBtn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  display: flex;
  align-items: center;
}

.newBtn img {
  width: .25rem !important;
  height: auto !important;
  margin-left: .09rem;
}

.newSwiper .swiper-slide:hover .newText {
  background-image: url(../images/newback.png);
}
.newSwiper .swiper-slide:hover .newstitle,
.newSwiper .swiper-slide:hover .newTit,
.newSwiper .swiper-slide:hover .newBtn {
  color: #fff;
}

.newSwiper .swiper-slide:hover .newBtn img {
  filter: brightness(0) invert(1);
}

.hAbout {
  width: 100%;
  height: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  border-bottom: 0.03rem solid rgba(192, 25, 32, 1);
}

.hAboutItem {
  height: 100%;
  flex: 1;
  border-right: 0.01rem solid #AEAEAE;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /*padding: 0 .8rem;*/
  box-sizing: border-box;
}

.hAboutItem:last-child() {
  border: 0;
}

.hAboutItem:hover {
  height: calc(100% + .43rem);
  border-right: 0.01rem solid transparent;
  border-radius: .2rem .2rem 0 0;
  background: #284FAD;
}

.hAboutItemTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: .95rem;
}

.numBox {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #FFFFFF;
  margin-top: .8rem;
}

.hAboutItemTxt {
  height: .8rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: .45rem;
}

.hAboutImg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 1.1rem;
  transition: all .3s;
}


/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
      margin: 20%;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}


