
.AboutDetail.md23724 {
  width: 100%;
  overflow: hidden;
  background: #f2f6fb;
  padding: 1rem 0;
}
.AboutDetail.md23724 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  /* .AboutDetail.md23724 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  } */
}
.AboutDetail.md23724 .DetailTitle {
  width: 100%;
}
.AboutDetail.md23724 .DetailTitle .Title {
  width: 100%;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  text-align: center;
}
.AboutDetail.md23724 .DetailTitle .Data {
  width: 100%;
  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;
  margin-top: 0.36rem;
}
.AboutDetail.md23724 .DetailTitle .Time {
  width: auto;
  color: #999;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.AboutDetail.md23724 .DetailTitle .Share {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareText {
  color: #999;
  white-space: nowrap;
  margin-right: 0.2rem;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem {
  display: block;
  margin-right: 0.3rem;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem:last-child {
  margin-right: 0;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem:hover .ItemIcon .Icon .D {
  opacity: 0;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem:hover .ItemIcon .Icon .H {
  opacity: 1;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .Icon {
  position: relative;
  z-index: 5;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .Icon.wx {
  width: 0.2rem;
  height: 0.16rem;
  min-width: calc(20px * 0.75);
  min-height: calc(16px * 0.75);
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .Icon.wb {
  width: 0.2rem;
  height: 0.17rem;
  min-width: calc(20px * 0.75);
  min-height: calc(17px * 0.75);
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .Icon.qq {
  width: 0.16rem;
  height: 0.17rem;
  min-width: calc(16px * 0.75);
  min-height: calc(17px * 0.75);
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .D {
  opacity: 1;
}
.AboutDetail.md23724 .DetailTitle .Share .ShareItem .ItemIcon .H {
  opacity: 0;
}
.AboutDetail.md23724 .DetailContent {
  width: 100%;
  margin-top: 0.16rem;
  padding: 0.48rem 0;
  border-top: solid 0.01rem #eee;
  border-bottom: solid 0.01rem transparent;
  color: #666;
  line-height: 1.875;
}
.AboutDetail.md23724 .DetailContent img {
  /* width: 100%; */
  /* height: auto; */
  /* border-radius: 0.2rem; */
}
.AboutDetail.md23724 .DetailControl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}
.AboutDetail.md23724 .DetailControl .Switch {
  width: 100%;
  margin-right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.AboutDetail.md23724 .DetailControl .Prev, .AboutDetail.md23724 .DetailControl .Next {
  width: auto;
  color: #444;
  line-height: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.AboutDetail.md23724 .DetailControl .Prev:hover, .AboutDetail.md23724 .DetailControl .Next:hover {
  color: var(--theme);
}
.AboutDetail.md23724 .DetailControl .Return {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.16rem 0.24rem;
  background: var(--theme);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.25rem;
}
@media (max-width: 1920px) {
  .AboutDetail.md23724 .DetailControl .Return {
    border-radius: 25px;
  }
}
.AboutDetail.md23724 .DetailControl .Return:hover {
  background: var(--active);
}
.AboutDetail.md23724 .DetailControl .Return .ReturnText {
  color: #fff;
  white-space: nowrap;
  margin-right: 0.52rem;
}
.AboutDetail.md23724 .DetailControl .Return .ReturnIcon .Icon {
  width: 0.16rem;
  height: 0.13rem;
  min-width: calc(16px * 0.75);
  min-height: calc(16px * 0.75);
  color: #fff;
}
@media (max-width: 750px) {
  .AboutDetail.md23724 .DetailControl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .AboutDetail.md23724 .DetailControl .Switch {
    width: 100%;
  }
  .AboutDetail.md23724 .DetailControl .Return {
    margin-top: 0.3rem;
  }
}

.AboutNews.md23725.White {
  background: #fff;
}

.AboutNews.md23725 {
  overflow: hidden;
  background: #f2f6fb;
  width: 100%;
  padding: 1rem 0;
}
.AboutNews.md23725 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  /* .AboutNews.md23725 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  } */
}
.AboutNews.md23725 .NewsTitle {
  width: 100%;
  color: #111;
  font-weight: 700;
  line-height: 1.3;
}
.AboutNews.md23725 .NewsSwiper {
  width: 100%;
  margin-top: 0.48rem;
}
.AboutNews.md23725 .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.md23725 .NewsSwiper .swiper-slide .SlideInfo {
  width: 100%;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide:hover .SlideText .Title {
  color: var(--theme);
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideImg {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
  z-index: 5;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideImg .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
  padding-top: calc(256 / 384 * 100%);
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideImg .Img img{
    display: none;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideImg img {
  width: 100%;
  height: auto;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideText {
  width: 100%;
  padding: 0.3rem 0.3rem 0.5rem;
}
.AboutNews.md23725 .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.md23725 .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.md23725 .NewsSwiper .swiper-slide .SlideText .Time .T {
  color: #999;
  white-space: nowrap;
}
.AboutNews.md23725 .NewsSwiper .swiper-slide .SlideText .Title {
  width: 100%;
  color: #111;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.3rem;
}
.AboutNews.md23725 .NewsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AboutNews.md23725 .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.md23725 .NewsItem:nth-child(3n) {
  margin-right: 0;
}
.AboutNews.md23725 .NewsItem .ItemInfo {
  width: 100%;
}
.AboutNews.md23725 .NewsItem:hover .SlideText .Title {
  color: var(--theme);
}
.AboutNews.md23725 .NewsItem .ItemImg {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  position: relative;
  z-index: 5;
}
.AboutNews.md23725 .NewsItem .ItemImg .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.AboutNews.md23725 .NewsItem .ItemImg .Img {
  width: 100%;
}
.AboutNews.md23725 .NewsItem .ItemImg img {
  width: 100%;
  height: auto;
}
.AboutNews.md23725 .NewsItem .ItemText {
  width: 100%;
  padding: 0.3rem;
  padding-bottom: 0;
}
.AboutNews.md23725 .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.md23725 .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.md23725 .NewsItem .ItemText .Time .T {
  color: #999;
  white-space: nowrap;
}
.AboutNews.md23725 .NewsItem .ItemText .Title {
  width: 100%;
  color: #111;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.3rem;
}
.AboutNews.md23725 .NewsItem .ItemButtons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem;
}
.AboutNews.md23725 .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.md23725 .NewsItem .ItemButtons .Button:hover .ButtonText {
  color: #f6c81f;
}
.AboutNews.md23725 .NewsItem .ItemButtons .Button:hover .ButtonIcon .Icon {
  background: #f6c81f;
}
@media (max-width: 1920px) {
  .AboutNews.md23725 .NewsItem .ItemButtons .Button {
    border-radius: 30px;
  }
}
.AboutNews.md23725 .NewsItem .ItemButtons .Button .ButtonText {
  color: var(--theme);
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0.12rem;
}
.AboutNews.md23725 .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.md23725 .NewsItem .ItemButtons .Button .ButtonIcon svg {
  width: 20%;
  height: 40%;
}
.AboutNews.md23725 .NewsPager {
  margin-top: 0.6rem;
}
.AboutNews.md23725 .NewsPager .Pages {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .AboutNews.md23725 .NewsItem {
    width: calc((100% - 1.875% * 1) / 2);
  }
  .AboutNews.md23725 .NewsItem:nth-child(3n) {
    margin-right: 1.875%;
  }
  .AboutNews.md23725 .NewsItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .AboutNews.md23725 .NewsItem {
    width: 100%;
    margin-right: 0 !important;
  }
}
