.all-content {
  padding-top: 0.4125rem;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.all-content .top {
  margin: 0 auto;
  width: 81.25%;
  height: 5.6251rem;
}
.all-content .top .tswiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.all-content .top .tswiper .swiper-wrapper,
.all-content .top .tswiper .swiper-slide {
  width: 100%;
  height: 4.7776rem;
  background-color: #F2F2F2;
}
.all-content .top .tswiper .swiper-slide:hover .swiper-img .img img {
  transform: scale(1.05);
}
.all-content .top .tswiper .swiper-img {
  float: left;
  width: 6.3751rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.all-content .top .tswiper .swiper-img .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.all-content .top .tswiper .swiper-img .img img {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition: all 0.5s;
}
.all-content .top .tswiper .right {
  float: right;
  width: 40%;
  padding-right: 0.6375rem;
  box-sizing: border-box;
  overflow: hidden;
}
.all-content .top .tswiper .right .title {
  margin-top: 0.75rem;
  font-size: 0.345rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.4875rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.all-content .top .tswiper .right .date {
  margin: 0.375rem 0;
  font-size: 0.15rem;
  line-height: 0.15rem;
  font-family: Futura Md BT;
  font-weight: bold;
  color: #e84227;
}
.all-content .top .tswiper .right .date .icon {
  width: 0.15rem;
  height: 0.15rem;
  fill: #e84227;
  vertical-align: bottom;
}
.all-content .top .tswiper .right .intro {
  font-size: 0.135rem;
  color: #000;
  line-height: 0.27rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.all-content .top .tswiper .top-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .top .tswiper .swiper-pagination {
  width: 85%;
  height: 0.0525rem;
  top: auto;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.all-content .top .tswiper .swiper-pagination-progressbar-fill {
  background-color: #e84227;
}
.all-content .top .tswiper .swiper-button-prev,
.all-content .top .tswiper .swiper-button-next {
  width: 0.3375rem;
  height: 0.3375rem;
  background: #F2F2F2;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  color: #999999;
  transition: all 0.5s;
}
.all-content .top .tswiper .swiper-button-prev:hover,
.all-content .top .tswiper .swiper-button-next:hover {
  background-color: #e84227;
  color: #fff;
}
.all-content .top .tswiper .swiper-button-prev::after,
.all-content .top .tswiper .swiper-button-next::after {
  font-size: 0.15rem;
}
.all-content .nav {
  margin: 0.75rem auto;
  width: 81.25%;
  display: flex;
  align-items: center;
}
.all-content .nav a {
  margin-right: 0.75rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #666;
  position: relative;
  transition: all 0.5s;
}
.all-content .nav a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.0375rem;
  background-color: #e84227;
  position: absolute;
  bottom: -0.15rem;
  transition: all 0.5s;
}
.all-content .nav a:hover {
  color: #e84227;
}
.all-content .nav a:hover:after {
  width: 0.105rem;
}
.all-content .nav .active {
  color: #e84227;
}
.all-content .nav .active::after {
  width: 0.105rem;
}
.all-content .list {
  margin: 0 auto;
  width: 81.25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.all-content .list .news-box {
  margin-bottom: 0.45rem;
  flex-shrink: 0;
  width: 5.6251rem;
  height: 4.8rem;
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.all-content .list .news-box:hover .news-img img {
  transform: scale(1.1);
}
.all-content .list .news-box:hover .news-text {
  background-color: rgba(231, 69, 47, 0.95);
}
.all-content .list .news-box:hover .news-text .line {
  opacity: 0;
}
.all-content .list .news-box:hover .news-text .title {
  color: #fff;
}
.all-content .list .news-box:hover .news-text .intro {
  margin-top: 0.2rem;
  height: 0.9rem;
}
.all-content .list .news-box:hover .news-text .bot .time {
  color: #fff;
}
.all-content .list .news-box:hover .news-text .bot .time .icon {
  fill: #fff;
}
.all-content .list .news-box .news-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-content .list .news-box .news-img {
  width: 100%;
  height: 3.1725rem;
  overflow: hidden;
  position: relative;
}
.all-content .list .news-box .news-img img {
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition: all 0.5s;
}
.all-content .list .news-box .news-text {
  padding: 0.375rem 0.5925rem;
  padding-left: 0.405rem;
  box-sizing: border-box;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}
.all-content .list .news-box .news-text .line {
  width: 0.0525rem;
  height: 0.21rem;
  background-color: #e84227;
  position: absolute;
  top: 0.45rem;
  left: 0;
  transition: all 0.5s;
}
.all-content .list .news-box .news-text .title {
  text-align: justify;
  font-size: 0.225rem;
  color: #333333;
  line-height: 0.3825rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.all-content .list .news-box .news-text .intro {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.all-content .list .news-box .news-text .intro p {
  text-align: justify;
  font-size: 0.135rem;
  line-height: 0.225rem;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.all-content .list .news-box .news-text .bot {
  margin-top: 0.3rem;
}
.all-content .list .news-box .news-text .bot .time {
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #e84227;
  float: left;
  transition: 0.5s;
  font-weight: normal;
}
.all-content .list .news-box .news-text .bot .time .icon {
  width: 0.15rem;
  height: 0.15rem;
  fill: #e84227;
  vertical-align: bottom;
  transition: all 0.5s;
}
@media screen and (max-width: 1020px) {
  .all-content .top {
    margin: 0 auto;
    width: 90%;
    height: 10.3rem;
  }
  .all-content .top .tswiper .swiper-wrapper,
  .all-content .top .tswiper .swiper-slide {
    width: 100%;
    height: 9.5rem;
    background-color: #F2F2F2;
  }
  .all-content .top .tswiper .swiper-img {
    float: left;
    width: 100%;
    height: 5rem;
    position: relative;
    overflow: hidden;
  }
  .all-content .top .tswiper .right {
    float: right;
    width: 100%;
    padding-left: 0.6375rem;
    padding-right: 0.6375rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .all-content .top .tswiper .right .title {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.4875rem;
    text-align: justify;
  }
  .all-content .top .tswiper .right .date {
    margin: 0.3rem 0;
    font-size: 0.25rem;
    line-height: 0.25rem;
    font-family: Futura Md BT;
    font-weight: bold;
    color: #e84227;
  }
  .all-content .top .tswiper .right .date .icon {
    width: 0.25rem;
    height: 0.25rem;
    fill: #e84227;
    vertical-align: bottom;
  }
  .all-content .top .tswiper .right .intro {
    font-size: 0.25rem;
    color: #000;
    line-height: 0.35rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .all-content .top .tswiper .swiper-button-prev,
  .all-content .top .tswiper .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    background: #F2F2F2;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    color: #999999;
    transition: all 0.5s;
  }
  .all-content .top .tswiper .swiper-pagination {
    width: 70%;
    height: 0.0525rem;
    top: auto;
    bottom: 0.23rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .all-content .nav {
    margin: 0.75rem auto;
    width: 90%;
    display: flex;
    align-items: center;
  }
  .all-content .nav a {
    margin-right: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    position: relative;
    transition: all 0.5s;
  }
  .all-content .list {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .all-content .list .news-box {
    margin-bottom: 0.45rem;
    flex-shrink: 0;
    width: 48%;
    height: 3.5rem;
    background-color: #F2F2F2;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .all-content .list .news-box .news-img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
  }
  .all-content .list .news-box .news-text {
    width: 100%;
    padding: 0.2rem 0.3rem;
    padding-left: 0.405rem;
    box-sizing: border-box;
    background-color: #F2F2F2;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
  }
  .all-content .list .news-box .news-text .title {
    text-align: justify;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.3825rem;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.5s;
  }
  .all-content .list .news-box .news-text .line {
    top: 0.28rem;
  }
  .all-content .list .news-box:hover .news-text .intro {
    margin-top: 0.2rem;
    height: 0.6rem;
  }
  .all-content .list .news-box .news-text .intro p {
    width: 100%;
    text-align: justify;
    font-size: 0.25rem;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .all-content .list .news-box .news-text .bot .time {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #e84227;
    float: left;
    transition: 0.5s;
    font-weight: normal;
  }
  .all-content .list .news-box .news-text .bot .time .icon {
    width: 0.25rem;
    height: 0.25rem;
    fill: #e84227;
    vertical-align: bottom;
    transition: all 0.5s;
  }
}
