@keyframes liner {
  from {
    width: 0;
  }
  to {
    width: 0.42rem;
  }
}
.text-ellipsis {
  white-space: nowrap;
  /* 保证文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}

header.body_home .header {
  position: relative;
}
header.body_home .header .banner.swiper {
  width: 100%;
}
header.body_home .header .banner.swiper .swiper-wrapper {
  height: 100%;
}
header.body_home .header .banner.swiper .swiper-slide {
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header.body_home .header .banner.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 270px;
}
header.body_home .header .banner.swiper > .layout {
  position: relative;
}
header.body_home .header .banner.swiper .swiper-pagination-bullets {
  bottom: 0.48rem;
  right: 0;
}
header.body_home .header .banner.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.18rem;
  width: 0.42rem;
  min-width: 31px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
}
header.body_home .header .banner.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  position: relative;
}
header.body_home .header .banner.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  background: #EEBA06;
  animation: liner 4s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.body_b {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  overflow: auto;
  outline: none;
}
.body_b.showdiv {
  top: 0;
}
.main1 {
  margin-top: 0.59rem;
    padding: 0.61rem 0;
  background-color: #fbfafa;
}

.main1 .main1-list .main1-item {
    transition: all 0.3s;
}
.main1 .main1-list .main1-item:hover {
    transform: translateY(-0.25rem);
}
.main1 .main1-list .main1-item .icon-b {
  width: 1.37rem;
  height: 1.37rem;
  padding: 0.1rem;
  border: 1px solid #c9ced7;
  border-radius: 50%;
}
.main1 .main1-list .main1-item .icon-b .icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s;
}
.main1 .main1-list .main1-item .info {
  margin-left: 0.28rem;
}
.main1 .main1-list .main1-item .info .time {
  line-height: 1;
}
.main1 .main1-list .main1-item .info .time .count {
  font-weight: bold;
  font-size: 48px;
  color: #074C8F;
}
.main1 .main1-list .main1-item .info .time .zi {
  font-size: 24px;
  color: #074C8F;
}
.main1 .main1-list .main1-item .info .title {
  font-size: 24px;
  color: #333333;
  line-height: 2;
}
.main1 .main1-list .main1-item:nth-child(1) .icon-b .icon {
  background-image: url(../images/main1-icon1.png);
}
.main1 .main1-list .main1-item:nth-child(2) .icon-b .icon {
  background-image: url(../images/main1-icon2.png);
}
.main1 .main1-list .main1-item:nth-child(3) .icon-b .icon {
  background-image: url(../images/main1-icon3.png);
}
.main1 .main1-list .main1-item:nth-child(4) .icon-b .icon {
  background-image: url(../images/main1-icon4.png);
}
.main1 .main1-list .main1-item .icon-b:hover .icon {
  background-color: #074c8f;
}
.main1 .main1-list .main1-item:nth-child(1) .icon-b:hover .icon {
  background-image: url(../images/main1-icon1-active.png);
}
.main1 .main1-list .main1-item:nth-child(2) .icon-b:hover .icon {
  background-image: url(../images/main1-icon2-active.png);
}
.main1 .main1-list .main1-item:nth-child(3) .icon-b:hover .icon {
  background-image: url(../images/main1-icon3-active.png);
}
.main1 .main1-list .main1-item:nth-child(4) .icon-b:hover .icon {
  background-image: url(../images/main1-icon4-active.png);
}
.main2 {
  padding-top: 0.99rem;
  padding-bottom: 1.08rem;
  background: url(../images/video-bg.png) no-repeat center center / cover;
    position: relative;
}

.main2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #074c8f;
  opacity: 0.92;
}
.main2 > .layout {
    position: relative;
    z-index: 1;
}
.main2 .left-m2 {
  width: 30.5%;
  margin-right: 0.44rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.main2 .left-m2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.main2 .left-m2 img.show {
 // display: block;
  // opacity: 1;
}
.main2 .right-m2 {
  flex: 1;
}
.main2 .right-m2 .list-title {
  height: 0.79rem;
  min-height: 50px;
}
.main2 .right-m2 .list-title .b-title {
  width: 33.3%;
  height: 100%;
  font-size: 24px;
  color: #FFFBFB;
  transition: all 0.3s;
}
.main2 .right-m2 .list-title .b-title:nth-child(1) {
  background-color: #548235;
}
.main2 .right-m2 .list-title .b-title:nth-child(2) {
  background-color: #003F88;
}
.main2 .right-m2 .list-title .b-title:nth-child(3) {
  background-color: #FFC000;
}
.main2 .right-m2 .list-title .b-title:hover {
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.34);
  font-weight: bold;
}
.main2 .right-m2 .info {
  height: 100%;
  padding-top: 0.29rem;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
  position: relative;
}
.main2 .right-m2 .info .tab-content {
  display: none;
  transition: opacity 0.3s linear;
}
.main2 .right-m2 .info .tab-content .subTitle {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.main2 .right-m2 .info .tab-content .subTitle a {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #C4E1FD;
  margin-bottom: 0.15rem;
  height: 0.47rem;
  min-height: 40px;
  word-break: break-all;
  padding: 0 3px;
    transition: all 0.3s;
}
.main2 .right-m2 .info .tab-content .subTitle a.show {
    color: #074c8f;
    font-weight: bold;
    background-color: #dfeefd;
}
.main2 .right-m2 .info .tab-content .subTitle a:nth-child(3n) {
  margin-right: 0;
}
.main2 .right-m2 .info .tab-content .detail {
  display: none;
  opacity: 1;
  height: 100%;
  margin-top: 0.19rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  padding-bottom: 1.3rem;
}
.main2 .right-m2 .info .tab-content:nth-child(3) .detail {
  padding-bottom: 0.3rem;
}
.main2 .right-m2 .info .tab-content .detail .gaikuang {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.19rem;
}
.main2 .right-m2 .info .tab-content .detail .gaikuang i {
  height: 1px;
  background: #E1E1E1;
}
.main2 .right-m2 .info .tab-content .detail .gaikuang i:nth-child(1) {
  margin-right: 0.3rem;
}
.main2 .right-m2 .info .tab-content .detail .gaikuang i:nth-child(2) {
  margin-left: 0.3rem;
}
.main2 .right-m2 .info .tab-content .detail .gaikuang-con {
  font-size: 17px;
  color: #666666;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 0.33rem;
  min-height: 96px;
}
.main2 .right-m2 .info .tab-content .detail .intro .item {
  width: 18%;
}
.main2 .right-m2 .info .tab-content:nth-child(3) .detail .intro .item {
    flex: 1;
    margin: 0 5px;
}
.main2 .right-m2 .info .tab-content .detail .intro .item .icon {
  width: 0.85rem;
  height: 0.85rem;
  min-width: 70px;
  min-height: 70px;
  background: radial-gradient(circle, #074C8F, #1162B0);
  border-radius: 50%;
  padding: 0 0.17rem;
}
.main2 .right-m2 .info .tab-content .detail .intro .item .icon i {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem;
}
.main2 .right-m2 .info .tab-content .detail .intro .item:nth-child(1) .icon i {
  background-image: url(../images/main2-gk-icon1.png);
}
.main2 .right-m2 .info .tab-content .detail .intro .item:nth-child(2) .icon i {
  background-image: url(../images/main2-gk-icon2.png);
}
.main2 .right-m2 .info .tab-content .detail .intro .item:nth-child(3) .icon i {
  background-image: url(../images/main2-gk-icon3.png);
}
.main2 .right-m2 .info .tab-content .detail .intro .item:nth-child(4) .icon i {
  background-image: url(../images/main2-gk-icon4.png);
}
.main2 .right-m2 .info .tab-content .detail .intro .item:nth-child(5) .icon i {
  background-image: url(../images/main2-gk-icon5.png);
}
.main2 .right-m2 .info .tab-content .detail .intro .item .title {
  text-align: center;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 0.18rem;
  line-height: 1.7;
}
.main2 .right-m2 .info .tab-content .detail.show {
   display: block;
  // opacity: 1;
 //  transition: all 0.3s;
}
.main2 .right-m2 .info .tab-content .son-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main2 .right-m2 .info .tab-content .son-nav a {
  padding-left: 0.17rem;
  padding-right: 0.17rem;
  height: 0.65rem;
  background: #F1F1F1;
  margin-right: 3px;
  text-align: center;
  transition: all 0.3s;
}
.main2 .right-m2 .info .tab-content .son-nav a:hover {
    background-color: #074c8f;
    color: #fff;
}
.main2 .right-m2 .info .tab-content .son-nav a p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.main2 .right-m2 .info .tab-content.show {
  display: block;
  opacity: 1;
}
.common-title {
  height: 30px;
}
.common-title .title .zh {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.common-title .title .cn {
  font-size: 30px;
  color: #7AB4E7;
  line-height: 1;
  margin-left: 0.2rem;
}
.common-title .more {
  padding-right: 18px;
  color: #999;
  background: url(../images/more-icon1.png) no-repeat right center;
}
.main3 {
  padding-top: 0.74rem;
  padding-bottom: 0.48rem;
  position: relative;
}
.main3 > .layout {
  position: relative;
  z-index: 1;
}
.main3 > .layout .mySwiper {
  margin-top: 0.57rem;
  height: 4.28rem;
  min-height: 375px;
}
.main3 > .layout .mySwiper .swiper-slide a {
  height: 100%;
}
.main3 > .layout .mySwiper .swiper-slide a video {
  width: 100%;
  height: 1.97rem;
  transition: all 0.3s;
  object-fit: cover;

}
.main3 > .layout .mySwiper .swiper-slide a .title {
  margin-top: 0.15rem;
  line-height: 2;
  color: #fff;
  text-align: center;
display: none;
}
.main3 > .layout .mySwiper .swiper-slide-prev,
.main3 > .layout .mySwiper .swiper-slide-next {
  width: 26.5% !important;
}
.main3 > .layout .mySwiper .swiper-slide-prev a,
.main3 > .layout .mySwiper .swiper-slide-next a {
  width: 90%;
}
.main3 > .layout .mySwiper .swiper-slide-next {
  display: flex;
  justify-content: end;
}
.main3 > .layout .mySwiper .swiper-slide-active {
  width: 47%!important;
}
.main3 > .layout .mySwiper .swiper-slide-active a video {
  width: 100%;
  height: 3.81rem;
}
.main3 .swiper-button-next,.main3  .swiper-button-prev {
    margin-top: 20px;
}
.main3 .swiper-button-prev {
  left: 1rem;
}
.main3 .swiper-button-next {
  right: 1rem;
}
.main3 .mobile-video {
  display: none;
  margin-top: 0.3rem;
}
.main3 .mobile-video .video-list .video-item {
  margin-bottom: 0.2rem;
}
.main3 .mobile-video .video-list .video-item video {
  width: 100%;
  height: auto;
}
.main3 .mobile-video .video-list .video-item .title {
  margin-top: 0.15rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.main4 {
  margin-top: 0.64rem;
 /* padding-top: 2rem;*/
}
.main4 .common-title {
  margin-bottom: 0.51rem;
}
.main4 .common-title .title .zh {
  color: #333;
}
.main4 .common-title .more {
  color: #999;
  background-image: url(../images/more-icon1.png);
}
.main4 .main4-l {

}
.main4 .main4-l .news-list {
  padding-bottom: 0.46rem;
  position: relative;
}
.main4 .main4-l .news-list .swiper {
  height: calc(200px + 3.64rem);
}
.main4 .main4-l .news-list .swiper-slide {
  height: 17% !important;
  margin-top: 0!important;
}
.main4 .main4-l .news-list .swiper-slide a {
  display: block;
  height: 100%;
}
.main4 .main4-l .news-list .swiper-slide .pic {
  display: none;
  height: 2.54rem;
  min-height: 170px;
    overflow: hidden;
}
.main4 .main4-l .news-list .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 170px;
    transition: all .3s;
}
.main4 .main4-l .news-list .swiper-slide .pic img:hover {
    transform: scale(1.1);
} 
.main4 .main4-l .news-list .swiper-slide .content {
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main4 .main4-l .news-list .swiper-slide .title {
  line-height: 1.67;
    transition: all .3s;
}
.main4 .main4-l .news-list .swiper-slide .title:hover {
    color: #003f88;
    font-weight: bold;
} 
.main4 .main4-l .news-list .swiper-slide .time {
  margin-top: 0.1rem;
  color: #999999;
  line-height: 1;
}

.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 1),
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 4) {
  height: 66% !important;
}
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 1) .pic,
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 4) .pic {
  display: block;
}
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 1) .content,
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 4) .content {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
  padding: 0.15rem 0.2rem;
}
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 1) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(6n + 4) .title {
  font-weight: bold;
  line-height: 1.67;
  min-height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
    min-height: 60px;
}

/* 选择第 1、2、3 和 10 个 swiper-slide 元素 
.main4 .main4-l .news-list .swiper-slide:nth-child(1),
.main4 .main4-l .news-list .swiper-slide:nth-child(2),
.main4 .main4-l .news-list .swiper-slide:nth-child(3),
.main4 .main4-l .news-list .swiper-slide:nth-child(4) {
  height: 66% !important;
}*/

/* 选择第 1、2、3 和 10 个 swiper-slide 元素下的 .pic 元素
.main4 .main4-l .news-list .swiper-slide:nth-child(1) .pic,
.main4 .main4-l .news-list .swiper-slide:nth-child(2) .pic,
.main4 .main4-l .news-list .swiper-slide:nth-child(3) .pic,
.main4 .main4-l .news-list .swiper-slide:nth-child(4) .pic {
  display: block;
} */

/* 选择第 1、2、3 和 10 个 swiper-slide 元素下的 .content 元素
.main4 .main4-l .news-list .swiper-slide:nth-child(1) .content,
.main4 .main4-l .news-list .swiper-slide:nth-child(2) .content,
.main4 .main4-l .news-list .swiper-slide:nth-child(3) .content,
.main4 .main4-l .news-list .swiper-slide:nth-child(4) .content {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
  padding: 0.15rem 0.2rem;
} */

/* 选择第 1、2、3 和 4 个 swiper-slide 元素下的 .title 元素 
.main4 .main4-l .news-list .swiper-slide:nth-child(1) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(2) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(3) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(4) .title {
  font-weight: bold;
  line-height: 1.67;
  min-height: 60px; /* 这里重复设置了 min-height，保留一个即可 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}*/
.main4 .main4-l .news-list .swiper-button-next {
  right: 0;
}
.main4 .main4-l .news-list .swiper-button-prev {
  left: 0;
}
.main4 .main4-l .news-list .swiper-button-next:after,
.main4 .main4-l .news-list .swiper-button-prev:after {
  font-size: 0.35rem;
}
.main4 .main4-l .news-list .swiper-button-next,
.main4 .main4-l .news-list .swiper-button-prev {
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  color: #fff;
    min-width: 40px;
    min-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main4 .main4-l .news-list .swiper-horizontal > .swiper-pagination-bullets,
.main4 .main4-l .news-list .swiper-pagination-bullets.swiper-pagination-horizontal,
.main4 .main4-l .news-list .swiper-pagination-custom,
.main4 .main4-l .news-list .swiper-pagination-fraction {
  bottom: 0;
}
.main4 .main4-l .news-list .swiper-pagination-bullet {
  opacity: 1;
  background: #CECECE;
}
.main4 .main4-l .news-list .swiper-pagination-bullet-active {
  width: 28px;
  height: 9px;
  background: #074C8F;
  border-radius: 5px;
}
.main4 .main4-r {
  width: 34.3%;
}
.main4 .main4-r .notice-list {
  height: 5.96rem;
}
.main4 .main4-r .notice-list > ul {
  height: 100%;
}
.main4 .main4-r .notice-list > ul li {
  height: 17.6%;
  margin-bottom: 3%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
    transition: all .3s;
}
.main4 .main4-r .notice-list > ul li:hover {
   transform: translateY(8px);
}
.main4 .main4-r .notice-list > ul li:nth-child(5n) {
  margin-bottom: 0;
}
.main4 .main4-r .notice-list > ul li a {
  height: 100%;
  padding: 0.19rem 0.06rem;
}
.main4 .main4-r .notice-list > ul li .time {
  width: 0.95rem;
  min-width: 78px;
  color: #999999;
  text-align: center;
  border-right: 1px solid #E3E3E3;
  margin-right: 0.2rem;
}
.main4 .main4-r .notice-list > ul li .title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1730px) {
  .main3 .swiper-button-prev {
    left: 0.5rem;
  }
  .main3 .swiper-button-next {
    right: 0.5rem;
  }
}
@media screen and (max-width: 1650px) {
  .body_b {
    position: static;
    overflow: visible;
  }
  .main4 {
    padding-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .main3 .swiper-button-prev {
    left: 20px;
  }
  .main3 .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .main3 .swiper-button-prev {
    left: 10px;
  }
  .main3 .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1450px) {
  .main1 .main1-list .main1-item .info .time .count {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .common-title .title .zh,
  .common-title .title .cn {
    font-size: 28px;
  }
  .common-title .title .cn {
    margin-left: 8px;
  }
/*
.main4 .main4-l .news-list .swiper-slide:nth-child(1) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(2) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(3) .title,
.main4 .main4-l .news-list .swiper-slide:nth-child(4) .title {
 min-height: 53px;
}*/
  .main4 .main4-l .news-list .swiper-slide:nth-child(6n + 1) .title, .main4 .main4-l .news-list .swiper-slide:nth-child(6n + 4) .title {
     min-height: 53px;
  }

}
@media screen and (max-width: 1250px) {
  .main1 .main1-list .main1-item .icon-b .icon {
    background-size: 0.8rem;
  }
  .main1 .main1-list .main1-item:nth-child(4) .icon-b .icon {
    background-size: auto 0.9rem;
  }
  .main1 .main1-list .main1-item .info .time .count {
    font-size: 35px;
  }
  .main1 .main1-list .main1-item .info .title,
  .main1 .main1-list .main1-item .info .time .zi,
  .main2 .right-m2 .list-title .b-title {
    font-size: 22px;
  }
  .main3 > .layout .mySwiper {
    min-height: 355px;
    margin-top: 0.5rem;
  }
  .main4 .main4-l .news-list .swiper {
    height: 6rem;
  }
  .main4 .main4-r .notice-list {
    height: 6.2rem;
  }
  .main3 {
     padding-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .main3 > .layout .mySwiper .swiper-slide-prev,
  .main3 > .layout .mySwiper .swiper-slide-next,
  .main3 > .layout .mySwiper .swiper-slide-active {
    width: 48%!important;
  }
  .main3 > .layout .mySwiper .swiper-slide a video {
    width: 100%;
    height: 3.81rem;
    object-fit: fill;
  }
  .main3 > .layout .mySwiper .swiper-slide-prev a,
  .main3 > .layout .mySwiper .swiper-slide-next a {
    width: 100%;
  }
  .common-title .title .zh,
  .common-title .title .cn {
    font-size: 26px;
  }
}
@media screen and (max-width: 1050px) {
    .main4 .main4-l .news-list .swiper {
        height: 6.3rem;
    }
  .main1 .main1-list .main1-item .info .time .count {
    font-size: 30px;
  }
  .main1 .main1-list .main1-item .info .title,
  .main1 .main1-list .main1-item .info .time .zi,
  .main2 .right-m2 .list-title .b-title {
    font-size: 20px;
  }
  .main2 .right-m2 .info .tab-content .detail .gaikuang {
    font-size: 22px;
  }
  .main3 > .layout .mySwiper {
    min-height: 315px;
  }
}
@media screen and (max-width: 1000px) {
  .main4 > .layout {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .main4 .main4-l,
  .main4 .main4-r {
    width: 100%;
  }
  .main4 .main4-l .news-list {
    padding-bottom: 0.66rem;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .main4 .main4-l .news-list .swiper-slide .pic {
    height: 4.1rem;
  }
  .main4 .main4-l .news-list .swiper {
    height: calc(2.7rem + 246px);
  }
  .main4 .main4-r .notice-list {
    height: auto;
  }
  .main4 .main4-r .notice-list > ul {
    flex-wrap: wrap;
    flex-direction: row !important;
  }
  .main4 .main4-r .notice-list > ul li {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }
  .main4 .main4-r .notice-list > ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  .main2 .left-m2 {
    display: none;
  }
  .main2 .right-m2 .info .tab-content .detail .intro .item .title {
    -webkit-line-clamp: unset;
  }
  .main2 .right-m2 .info .tab-content .subTitle a:nth-child(3n) {
    margin-right: 4%;
  }
  .main2 .right-m2 .info .tab-content .subTitle a {
    width: 48%;
    margin-right: 4%;
  }
  .main2 .right-m2 .info .tab-content .subTitle a:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 800px) {
  .main4 .main4-l .news-list .swiper {
    height: 413px;
  }
  .common-title .title .zh,
  .common-title .title .cn {
    font-size: 24px;
  }
  .main4 .main4-l .news-list .swiper-button-next:after, .main4 .main4-l .news-list .swiper-button-prev:after {
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  .main1 .main1-list .main1-item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .main4 .main4-l .news-list .swiper {
    height: 418px;
  }
  .main2 .right-m2 .info .tab-content .son-nav a {
    font-size: 16px;
  }
  .main2 .right-m2 .info .tab-content .son-nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 690px) {
  .main4 .main4-l .news-list .swiper {
    height: 407px;
  }
}

@media screen and (max-width: 669px) {
  .main3 > .layout .mySwiper .swiper-slide-prev,
  .main3 > .layout .mySwiper .swiper-slide-next,
  .main3 > .layout .mySwiper .swiper-slide-active {
    width: 100%!important;
  }
  .main3 > .layout .mySwiper {
    min-height: auto;
  }
    .main3 > .layout .mySwiper .swiper-slide a video {
        height: 4.81rem;
    }
}
@media screen and (max-width: 600px) {
  .main1 .main1-list .main1-item .info .time .count {
    font-size: 26px;
  }
  .main2 .right-m2 .info .tab-content .detail .gaikuang {
    font-size: 20px;
  }
  .main1 .main1-list .main1-item .info .title,
  .main1 .main1-list .main1-item .info .time .zi,
  .main2 .right-m2 .list-title .b-title {
    font-size: 18px;
  }
  .main2 .right-m2 .info .tab-content .son-nav a {
    font-size: 14px;
  }
  .main4 .main4-r .notice-list > ul li {
    width: 100%;
    margin-right: 0;
  }
  .main2 .right-m2 .info .tab-content .subTitle a {
    width: 100%;
    margin-right: 0%;
  }
  .main2 .right-m2 .info .tab-content .subTitle a:nth-child(3n) {
    margin-right: 0;
  }

}
@media screen and (max-width: 500px) {
  .main1 .main1-list .main1-item .info .title,
  .main1 .main1-list .main1-item .info .time .zi,
  .main2 .right-m2 .list-title .b-title {
    font-size: 16px;
  }
  .common-title .title .zh,
  .common-title .title .cn {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .main2 .right-m2 .info .tab-content .detail .intro .item .icon i {
    background-size: 0.7rem;
  }
}