
.AboutInfo.md22066 {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 0.7rem;
  background: #f2f6fb;
}
.AboutInfo.md22066 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutInfo.md22066 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.AboutInfo.md22066 .AboutSwiper {
  width: 100%;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg {
  width: 50%;
  position: relative;
  z-index: 5;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg .Mask {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg .Mask img {
  height: 100%;
  width: auto;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
  padding-top: calc(520 / 800 * 100%);
  height: 100%;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg .Img img {
  display: none;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText {
  width: 50%;
  padding: 0.7rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Title {
  color: #111;
  line-height: 1.3;
  font-weight: 700;
  width: 100%;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.26rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Line::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  border-radius: 0.03rem;
  min-width: calc(30px * 0.75);
  min-height: calc((5px * 0.75));
  background: var(--theme);
  margin-right: 0.05rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Line::after {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  min-width: calc(5px * 0.75);
  min-height: calc((5px * 0.75));
  background: var(--active);
  border-radius: 50%;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Remark {
  width: 100%;
  color: #666;
  line-height: 1.93;
  margin-top: 0.3rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.7rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Time .I {
  width: 0.18rem;
  height: 0.18rem;
  min-width: calc(18px * 0.75);
  min-height: calc(18px * 0.75);
  color: var(--theme);
  margin-right: 0.1rem;
}
.AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText .Time .T {
  color: #999;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .AboutInfo.md22066 .AboutSwiper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideImg {
    width: 100%;
  }
  .AboutInfo.md22066 .AboutSwiper .swiper-slide .SlideText {
    width: 100%;
    padding: 0.25rem;
  }
}

.AboutNews.md22067.White {
  background: #fff;
}

.AboutNews.md22067 {
  overflow: hidden;
  background: #f2f6fb;
  width: 100%;
  padding: 1rem 0;
}

.AboutNews.md22067 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}

@media (max-width: 1200px) {
  .AboutNews.md22067 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}

.AboutNews.md22067 .NewsTitle {
  width: 100%;
  color: #111;
  font-weight: 700;
  line-height: 1.3;
}

.AboutNews.md22067 .NewsSwiper {
  width: 100%;
  margin-top: 0.48rem;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f2f6fb;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideInfo {
  width: 100%;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide:hover .SlideText .Title {
  color: var(--theme);
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideImg {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
  z-index: 5;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideImg .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideImg img {
  width: 100%;
  height: auto;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideText {
  width: 100%;
  padding: 0.3rem 0.3rem 0.5rem;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideText .Time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideText .Time .I {
  width: 0.18rem;
  height: 0.18rem;
  min-width: calc(18px * 0.75);
  min-height: calc(18px * 0.75);
  color: var(--theme);
  margin-right: 0.1rem;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideText .Time .T {
  color: #999;
  white-space: nowrap;
}

.AboutNews.md22067 .NewsSwiper .swiper-slide .SlideText .Title {
  width: 100%;
  color: #111;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.3rem;
}

.AboutNews.md22067 .NewsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutNews.md22067 .NewsItem {
  width: calc((100% - 1.875% * 2) / 3);
  margin-right: 1.875%;
  margin-bottom: 1.875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}

.AboutNews.md22067 .NewsItem:nth-child(3n) {
  margin-right: 0;
}

.AboutNews.md22067 .NewsItem .ItemInfo {
  width: 100%;
}

.AboutNews.md22067 .NewsItem:hover .SlideText .Title {
  color: var(--theme);
}

.AboutNews.md22067 .NewsItem .ItemImg {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
  z-index: 5;
}

.AboutNews.md22067 .NewsItem .ItemImg .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}

.AboutNews.md22067 .NewsItem .ItemImg .Img {
  width: 100%;
  /* padding-top: calc(284 / 508 * 100%); */
  padding-top: calc(343 / 514 * 100%);
}

.AboutNews.md22067 .NewsItem .ItemImg .Img img {
  display: none;
}

.AboutNews.md22067 .NewsItem .ItemImg img {
  width: 100%;
  height: auto;
}

.AboutNews.md22067 .NewsItem .ItemText {
  width: 100%;
  padding: 0.3rem;
  padding-bottom: 0;
}

.AboutNews.md22067 .NewsItem .ItemText .Time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutNews.md22067 .NewsItem .ItemText .Time .I {
  width: 0.18rem;
  height: 0.18rem;
  min-width: calc(18px * 0.75);
  min-height: calc(18px * 0.75);
  color: var(--theme);
  margin-right: 0.1rem;
}

.AboutNews.md22067 .NewsItem .ItemText .Time .T {
  color: #999;
  white-space: nowrap;
}

.AboutNews.md22067 .NewsItem .ItemText .Title {
  width: 100%;
  color: #111;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.3rem;
}

.AboutNews.md22067 .NewsItem .ItemButtons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem;
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button:hover .ButtonText {
  color: #f6c81f;
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button:hover .ButtonIcon .Icon {
  background: #f6c81f;
}

@media (max-width: 1920px) {
  .AboutNews.md22067 .NewsItem .ItemButtons .Button {
    border-radius: 30px;
  }
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button .ButtonText {
  color: var(--theme);
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0.12rem;
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button .ButtonIcon .Icon {
  width: 0.26rem;
  height: 0.26rem;
  min-width: calc(26px * 0.75);
  min-height: calc(26px * 0.75);
  border-radius: 50%;
  background: var(--active);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.AboutNews.md22067 .NewsItem .ItemButtons .Button .ButtonIcon svg {
  width: 20%;
  height: 40%;
}

.AboutNews.md22067 .NewsPager {
  margin-top: 0.6rem;
}

.AboutNews.md22067 .NewsPager .Pages {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 750px) {
  .AboutNews.md22067 .NewsItem {
    width: calc((100% - 1.875% * 1) / 2);
  }

  .AboutNews.md22067 .NewsItem:nth-child(3n) {
    margin-right: 1.875%;
  }

  .AboutNews.md22067 .NewsItem:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .AboutNews.md22067 .NewsItem {
    width: 100%;
    margin-right: 0 !important;
  }
}

#Pager {
  width: 100%;
}
#Pager .Pages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Pager .Page.In .PageButton::after {
  opacity: 1;
}
#Pager .Page.In .PageNum {
  color: #fff;
  border-color: transparent;
}
#Pager .Page {
  width: auto;
  margin: 0.05rem;
  cursor: pointer;
}
#Pager .Page:hover .PageButton::after {
  opacity: 1;
}
#Pager .Page:hover .PageNum {
  color: #fff;
  border-color: transparent;
}
#Pager .Page:hover .PagePrev, #Pager .Page:hover .PageNext {
  color: #fff;
}
#Pager .Page .PageButton {
  width: 0.5rem;
  min-width: calc(50px * 0.75);
  height: 0.5rem;
  min-height: calc(50px * 0.75);
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
#Pager .Page .PageButton::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 4;
  background: var(--theme);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#Pager .Page .PageNum {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Pager .Page .PagePrev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#Pager .Page .PagePrev, #Pager .Page .PageNext {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Pager .Page .PagePrev svg, #Pager .Page .PageNext svg {
  width: 16%;
  height: 32%;
}
#Pager .Page .PageNext::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
