.textAlign {
  text-align: justify;
  word-break: normal;
}
body {
  line-height: 1;
}
[v-cloak] {
  display: none;
}
.banner img {
  height: 4.9rem;
}
.banner .banner-wrap {
  padding: 2.8rem 1.4rem 0;
}
.banner .banner-wrap .bannerInfo {
  min-height: 2.27rem;
}
.newsCollection-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-right: 0.4rem;
}
.special-news {
  padding: 0.67rem 1.4rem 0;
}
.special-news .newsCollection-title {
  padding-right: 0;
}
.special-news .news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.45rem 0 0.3rem;
}
.special-news .news-box .news-swiper {
  position: relative;
  width: 8.6rem;
  margin-right: 0.4rem;
}
.special-news .news-box .news-swiper .news-img {
  display: block;
  width: 100%;
  height: 3.36rem;
  overflow: hidden;
}
.special-news .news-box .news-swiper .news-img img {
  width: 100%;
  height: 100%;
}
.special-news .news-box .news-swiper h3 {
  width: 80%;
  margin-top: 0.16rem;
  font-size: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.special-news .news-box .news-swiper .swiper-slide-active h3 {
  display: block;
}
.special-news .news-box .news-swiper .swiper-pagination {
  bottom: 0.1rem;
  text-align: right;
}
.special-news .news-box .news-infor {
  flex: 1;
  height: 3.36rem;
  background-color: #f6f6f6;
}
.special-news .news-box .news-infor .news-infor-box {
  height: 3rem;
  overflow: hidden;
}
.special-news .news-box .news-infor a {
  display: block;
  padding: 0.25rem 0.21rem 0.1rem;
}
.special-news .news-box .news-infor a h3 {
  max-width: 2.18rem;
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special-news .news-box .news-infor a span {
  font-size: 0.14rem;
  color: #666;
}
.special-news .news-box .news-infor a:hover h3,
.special-news .news-box .news-infor a:hover span {
  color: #c6000b;
}
.swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 0.33rem;
  text-align: center;
}
.swiper-pagination span {
  width: 0.16rem;
  height: 0.03rem;
  margin: 0 0.03rem;
  background: #ccc;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  border: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 0.33rem;
  background: #c6000b;
}
.special-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
  padding: 0 1rem 0 1.4rem;
}
.special-tags a {
  display: block;
  width: 33.33%;
  margin-bottom: 0.4rem;
  padding-right: 0.4rem;
}
.special-tags a div div {
  height: 1.2rem;
  padding: 0.46rem 0.2rem;
  color: #fff;
}


.special-tags a div.tag1 {
  background: url(./shuzi.png) center center / cover no-repeat;
}
.special-tags a div.tag1 div {
  background: url(./tag1.png) 110% 0.22rem / 1.2rem 1.2rem
    no-repeat;
}
.special-tags a div.tag2 {
  background: url(./guoji.png) center center / cover no-repeat;
}
.special-tags a div.tag2 div {
  background: url(./tag3.png) 110% 0.22rem / 1.2rem 1.2rem
    no-repeat;
}
.special-tags a div.tag3 {
  background: url(./diandong.png) center center / cover no-repeat;
}
.special-tags a div.tag3 div {
  background: url(./tag2.png) 110% 0.22rem / 1.2rem 1.2rem
    no-repeat;
}

.special-tags a div h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.special-tags a div p {
  font-size: 0.1rem;
  line-height: 0.18rem;
}
.bg-gray {
  background-color: #f6f6f6;
}
.activity-list {
  position: relative;
  padding: 0.56rem 1rem 0.98rem 1.4rem;
}
.activity-list .activity-swiper .swiper-slide {
  width: 25%;
  margin-top: 0.88rem;
  padding-right: 0.4rem;
}
.activity-list .activity-swiper .swiper-slide a {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0.08rem 0.18rem rgba(204, 204, 204, 0.17);
}
.activity-list .activity-swiper .swiper-slide a .activity-img {
  width: 100%;
  height: 1.56rem;
  overflow: hidden;
}
.activity-list .activity-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.activity-list .activity-swiper .swiper-slide a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.activity-list .activity-swiper .swiper-slide a:hover .activity-info h3 {
  color: #c6000b;
}
.activity-list .activity-swiper .swiper-slide a .activity-info {
  padding: 0.1rem 0.2rem 0.2rem;
}
.activity-list .activity-swiper .swiper-slide a .activity-info h3 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #000;
  height: 0.52rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.activity-list .activity-swiper .swiper-slide a .activity-info .activity-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.28rem;
}
.activity-list
  .activity-swiper
  .swiper-slide
  a
  .activity-info
  .activity-time.video-activity-time {
  margin-top: 0.19rem;
}
.activity-list
  .activity-swiper
  .swiper-slide
  a
  .activity-info
  .activity-time.video-activity-time
  .check-detail {
  color: #999;
}
.activity-list
  .activity-swiper
  .swiper-slide
  a
  .activity-info
  .activity-time
  .check-detail {
  font-size: 0.14rem;
  color: #666;
}
.activity-list
  .activity-swiper
  .swiper-slide
  a
  .activity-info
  .activity-time
  .time {
  flex: 1;
  text-align: right;
  font-size: 0.14rem;
  color: #999;
}
.btn-more {
  position: relative;
  padding-right: 0.2rem;
  font-size: 0.16rem;
  color: #666;
}
.btn-more:before,
.btn-more:after {
  content: "";
  position: absolute;
  top: 0.03rem;
  width: 0.09rem;
  height: 0.09rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.btn-more:before {
  right: 0.08rem;
  border-left: 1px solid #e5969a;
  border-bottom: 1px solid #e5969a;
}
.btn-more:after {
  right: 0;
  border-left: 1px solid #c6000b;
  border-bottom: 1px solid #c6000b;
}
.report-list {
  position: relative;
  padding: 0.62rem 1.4rem 0.6rem;
}
.report-list .newsCollection-title {
  padding-right: 0;
}
.report-list .report-swiper {
  position: relative;
  padding-top: 0.96rem;
  height: 4.26rem;
}
.report-list .report-swiper .swiper-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.report-list .report-swiper .swiper-container .swiper-wrapper {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.report-list .report-swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 2rem;
  height: 1.15rem;
  background-color: #f6f6f6;
  padding: 0.28rem 0.24rem 0;
  position: relative;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .reprot-time {
  font-size: 0.14rem;
  color: #666;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  h3 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .report-logo,
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .report-desc,
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .report-detail {
  display: none;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active {
  margin-right: 0 !important;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a {
  width: 6.8rem;
  height: 3.3rem;
  padding: 0.48rem 0.44rem 0;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .reprot-time {
  position: relative;
  padding: 0.55rem 0 0 0.12rem;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .reprot-time
  i {
  display: none;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .reprot-time
  .report-time-day {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial-BoldMT;
  font-size: 0.52rem;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  h3 {
  margin-top: 0.26rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  font-size: 0.24rem;
  font-weight: bold;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .report-logo {
  display: block;
  position: absolute;
  right: 0.4rem;
  top: 0.52rem;
  width: 1.2rem;
  max-height: 0.34rem;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .report-desc {
  display: block;
  margin: 0.29rem 0 0.42rem;
  line-height: 0.24rem;
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0.45rem;
}
.report-list
  .report-swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  a
  .report-detail {
  display: block;
  color: #999;
}
.report-list .report-swiper .swiper-button-prev,
.report-list .report-swiper .swiper-button-next {
  top: 1.96rem;
  width: auto;
  height: auto;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #666;
  outline: none;
}
.report-list .report-swiper .swiper-button-prev h3,
.report-list .report-swiper .swiper-button-next h3 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.report-list .report-swiper .swiper-button-prev {
  left: 0;
  padding-left: 0.4rem;
  background: url(./swiper-l.png) left center / 0.23rem 0.4rem
    no-repeat;
}
.report-list .report-swiper .swiper-button-next {
  right: 0;
  padding-right: 0.4rem;
  background: url(./swiper-r.png) right center / 0.23rem 0.4rem
    no-repeat;
  text-align: right;
}
.report-list .report-swiper .swiper-pagination {
  display: none;
}
.industry-list {
  position: relative;
  padding: 0.49rem 1rem 0.7rem 1.4rem;
}
.industry-list .industry-swiper .swiper-slide {
  width: 33.33%;
  margin-top: 0.81rem;
  padding-right: 0.4rem;
}
.industry-list .industry-swiper .swiper-slide a {
  display: block;
}
.industry-list .industry-swiper .swiper-slide a .industry-img {
  width: 100%;
  height: 1.98rem;
  overflow: hidden;
}
.industry-list .industry-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.industry-list .industry-swiper .swiper-slide a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.industry-list .industry-swiper .swiper-slide a .industry-info {
  height: 0.72rem;
  background-color: #000;
  padding: 0.1rem 0.17rem;
}
.industry-list .industry-swiper .swiper-slide a .industry-info h3 {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.26rem;
  color: #fff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice-list {
  position: relative;
  padding: 0.68rem 1.2rem 0.68rem 1.2rem;
}
.notice-list .newsCollection-title {
  padding-right: 0.2rem;
}
.notice-list .comm-title {
  margin-left: 0.2rem;
}
.notice-list .swiper-wrapper .swiper-slide {
  width: 33.33%;
  margin-top: 0.55rem;
  padding: 0 0.2rem 0.48rem 0.2rem;
}
.notice-list .swiper-wrapper .swiper-slide .notice-list-box {
  position: relative;
  height: 3.4rem;
  padding: 0.37rem 0.4rem 0;
  background-color: #ffffff;
  border-top: 4px solid #c6000b;
  box-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
}
.notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info {
  display: block;
  height: 100%;
}
.notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info span {
  font-size: 0.14rem;
  color: #c6000b;
}
.notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info h2 {
  margin: 0.15rem 0 0.5rem;
  font-size: 0.24rem;
  font-weight: bold;
  letter-spacing: -0.02rem;
  line-height: 0.36rem;
  text-align: justify;
  word-break: normal;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0.7rem;
}
.notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info p {
  margin-bottom: 0.46rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  word-break: normal;
  color: #333;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 0.7rem;
}
.notice-list
  .swiper-wrapper
  .swiper-slide
  .notice-list-box
  .notice-info:hover
  h2 {
  color: #c6000b;
}
.special-list {
  position: relative;
  padding: 0.58rem 1rem 0.88rem 1.4rem;
}
.special-list .swiper-container {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0.5rem;
}
.special-list .special-swiper .swiper-slide {
  width: 33.33%;
  margin-top: 0.55rem;
  padding-right: 0.4rem;
}
.special-list .special-swiper .swiper-slide a {
  display: block;
  position: relative;
}
.special-list .special-swiper .swiper-slide a .special-img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.special-list .special-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.special-list .special-swiper .swiper-slide a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.special-list .special-swiper .swiper-slide a .special-info {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  top: 1.18rem;
  height: 1.32rem;
  padding: 0.31rem 0.27rem 0;
  background-color: #fff;
  box-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
}
.special-list .special-swiper .swiper-slide a .special-info h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special-list .special-swiper .swiper-slide a .special-info p {
  margin-top: 0.23rem;
  font-size: 0.16rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: unset;
}
@media screen and (max-width: 1020px) {
  .banner img {
    height: 9.8rem;
  }
  .banner .banner-wrap {
    padding: 7.13rem 0.24rem 0;
  }
  .banner .bannerInfo {
    padding: 0.83rem 0.7rem 0.5rem 0.97rem;
  }
  .newsCollection-title {
    padding-right: 0.24rem;
  }
  .special-news {
    padding: 1.03rem 0 0;
  }
  .special-news .newsCollection-title {
    padding-right: 0.24rem;
  }
  .special-news .comm-title {
    margin: 0 0.24rem;
  }
  .special-news .news-box {
    flex-wrap: wrap;
    margin: 0.7rem 0.24rem 0.4rem;
  }
  .special-news .news-box .news-swiper {
    width: 100%;
  }
  .special-news .news-box .news-swiper .news-img {
    height: 2.74rem;
  }
  .special-news .news-box .news-swiper h3 {
    margin-top: 0.19rem;
    font-size: 0.32rem;
  }
  .special-news .news-box .news-swiper .swiper-pagination span {
    width: 0.14rem;
    height: 0.03rem;
  }
  .special-news
    .news-box
    .news-swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 0.27rem;
  }
  .special-news .news-box .news-infor {
    float: right;
    width: 100%;
    height: 6.71rem;
    margin-top: 0.47rem;
  }
  .special-news .news-box .news-infor .news-infor-box {
    height: 6rem;
  }
  .special-news .news-box .news-infor a {
    display: block;
    padding: 0.5rem 0.42rem 0.19rem;
  }
  .special-news .news-box .news-infor a h3 {
    max-width: 100%;
    margin-bottom: 0.16rem;
    font-size: 0.36rem;
  }
  .special-news .news-box .news-infor a span {
    font-size: 0.28rem;
  }
  .swiper-pagination {
    bottom: 0.2rem;
  }
  .swiper-pagination span {
    width: 0.34rem;
    height: 0.06rem;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.66rem;
  }
  .special-tags {
    margin-top: 0.6rem;
    padding: 0 0 0 0.24rem;
  }
  .special-tags a {
    margin-bottom: 1rem;
    padding-right: 0.24rem;
  }
  .special-tags a div div {
    height: auto;
    padding: 0.36rem 0 0.3rem;
    text-align: center;
  }
  .special-tags a div.tag1 div {
    background: none;
  }
  .special-tags a div.tag2 div {
    background: none;
  }
  .special-tags a div.tag3 div {
    background: none;
  }
  .special-tags a div h3 {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .special-tags a div p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .activity-list {
    padding: 0.74rem 0 1.34rem;
  }
  .activity-list .comm-title {
    margin-left: 0.24rem;
  }
  .activity-list .activity-swiper {
    display: block;
  }
  .activity-list .activity-swiper .swiper-slide {
    width: 100%;
    margin-top: 1.08rem;
    padding: 0 0 0 0.24rem;
  }
  .activity-list .activity-swiper .swiper-slide a .activity-img {
    height: 4.22rem;
  }
  .activity-list .activity-swiper .swiper-slide a .activity-info {
    padding: 0.33rem 0.24rem 0.44rem;
  }
  .activity-list .activity-swiper .swiper-slide a .activity-info h3 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    height: 1.04rem;
  }
  .activity-list
    .activity-swiper
    .swiper-slide
    a
    .activity-info
    .activity-time {
    margin-top: 0.47rem;
  }
  .activity-list
    .activity-swiper
    .swiper-slide
    a
    .activity-info
    .activity-time.video-activity-time {
    margin-top: 0.3rem;
  }
  .activity-list
    .activity-swiper
    .swiper-slide
    a
    .activity-info
    .activity-time
    .check-detail {
    font-size: 0.28rem;
  }
  .activity-list
    .activity-swiper
    .swiper-slide
    a
    .activity-info
    .activity-time
    .time {
    font-size: 0.28rem;
  }
  .activity-list .activity-swiper .swiper-pagination {
    bottom: 0.8rem;
  }
  .btn-more {
    padding-right: 0.32rem;
    font-size: 0.32rem;
  }
  .btn-more:before,
  .btn-more:after {
    top: 0.05rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .btn-more:before {
    right: 0.14rem;
  }
  .report-list {
    position: relative;
    padding: 1.33rem 0.24rem 1.71rem;
  }
  .report-list .report-swiper {
    padding-top: 1.09rem;
    height: 8rem;
  }
  .report-list .report-swiper .swiper-container .swiper-wrapper .swiper-slide a,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a {
    width: 7.07rem;
    height: 6.91rem;
    padding: 0.76rem 0.69rem 0;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .reprot-time,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    .reprot-time {
    padding: 1.1rem 0 0 0.25rem;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .reprot-time
    .report-time-day,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    .reprot-time
    .report-time-day {
    font-size: 0.98rem;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    h3,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    h3 {
    margin-top: 0.62rem;
    font-size: 0.36rem;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .report-logo,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    .report-logo {
    right: 0.6rem;
    top: 0.82rem;
    width: 2.4rem;
    max-height: 0.67rem;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .report-desc,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    .report-desc {
    margin: 0.82rem 0 0.9rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: unset;
  }
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .report-detail,
  .report-list
    .report-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    a
    .report-detail {
    font-size: 0.28rem;
  }
  .report-list .report-swiper .swiper-button-prev,
  .report-list .report-swiper .swiper-button-next {
    display: none;
  }
  .report-list .report-swiper .swiper-pagination {
    display: block;
    bottom: -0.5rem;
  }
  .industry-list {
    position: relative;
    padding: 0.97rem 0 1.08rem;
  }
  .industry-list .comm-title {
    margin-left: 0.24rem;
  }
  .industry-list .industry-swiper .swiper-slide {
    width: auto;
    margin-top: 1.12rem;
    padding: 0 0 0 0.24rem;
  }
  .industry-list .industry-swiper .swiper-slide a .industry-img {
    height: 3.25rem;
  }
  .industry-list .industry-swiper .swiper-slide a .industry-info {
    height: 1.18rem;
    background-color: #000;
    padding: 0.1rem 0.32rem;
  }
  .industry-list .industry-swiper .swiper-slide a .industry-info h3 {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .industry-list .industry-swiper .swiper-pagination {
    bottom: 0.6rem;
  }
  .notice-list {
    padding: 1.02rem 0 0.7rem;
  }
  .notice-list .swiper-wrapper .swiper-slide {
    width: auto;
    margin-top: 1.1rem;
    padding: 0 0.24rem 0.5rem 0.24rem;
  }
  .notice-list .swiper-wrapper .swiper-slide .notice-list-box {
    height: 7.2rem;
    padding: 0.86rem 0.3rem 0;
    border-top: 0.08rem solid #c6000b;
    box-shadow: 0px 0.2rem 0.48rem rgba(0, 0, 0, 0.08);
  }
  .notice-list
    .swiper-wrapper
    .swiper-slide
    .notice-list-box
    .notice-info
    span {
    font-size: 0.28rem;
  }
  .notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info h2 {
    margin: 0.31rem 0 1.4rem;
    font-size: 0.48rem;
    letter-spacing: -0.04rem;
    line-height: 0.72rem;
    height: unset;
  }
  .notice-list .swiper-wrapper .swiper-slide .notice-list-box .notice-info p {
    margin-bottom: 0.36rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: unset;
  }
  .special-list {
    padding: 1.25rem 0 0 0;
  }
  .special-list .comm-title {
    margin-left: 0.24rem;
  }
  .special-list .swiper-container {
    padding-bottom: 1.63rem;
  }
  .special-list .special-swiper .swiper-slide {
    width: auto;
    margin-top: 1.1rem;
    padding: 0 0 0 0.24rem;
  }
  .special-list .special-swiper .swiper-slide a .special-img {
    height: 3.62rem;
  }
  .special-list .special-swiper .swiper-slide a .special-info {
    left: 0.24rem;
    right: 0.24rem;
    top: 1.81rem;
    height: 2.44rem;
    padding: 0.57rem 0.4rem 0;
    box-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  }
  .special-list .special-swiper .swiper-slide a .special-info h3 {
    font-size: 0.56rem;
  }
  .special-list .special-swiper .swiper-slide a .special-info p {
    margin-top: 0.44rem;
    font-size: 0.32rem;
  }
}
