
.md-news-1.md26001 {
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;
  position: relative;
  background-color: #f5f7fa;
}
.md-news-1.md26001 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-1.md26001 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: 0.5s;
}
.md-news-1.md26001 .m-arrows {
  width: calc( 56em / 16  );
  height: calc( 56em / 16  );
  margin-left: 0.1rem;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #eff1f6;
  transition: 0.5s;
}
.md-news-1.md26001 .m-svg {
  width: calc( 40em / 16  );
  height: calc( 40em / 16  );
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-1.md26001 .m-svg svg {
  width: calc( 14 / 40 * 100% );
  height: calc( 14 / 40 * 100% );
}
.md-news-1.md26001 .swiper {
  border-radius: 0.24rem;
  overflow: hidden;
}
.md-news-1.md26001 .swiper .sw {
  display: flex;
  flex-wrap: wrap;
}
.md-news-1.md26001 .swiper .sw:hover .img {
  transform: scale(1.1);
}
.md-news-1.md26001 .swiper .sw:hover .title {
  color: var(--active);
}
.md-news-1.md26001 .swiper .sw:hover .more {
  color: var(--active);
}
.md-news-1.md26001 .swiper .sw:hover .more .m-arrows {
  background-color: rgba(7, 49, 144, 0.2);
}
.md-news-1.md26001 .swiper .sw:hover .more .m-svg {
  background-color: var(--active);
  color: #fff;
}
.md-news-1.md26001 .swiper .c-pic {
  width: 50%;
}
.md-news-1.md26001 .swiper .img {
  padding-top: calc( 507 / 800 * 100%);
  height: 100%;
}
.md-news-1.md26001 .swiper .text {
  width: 50%;
  padding: 0.2rem 1rem;
}
.md-news-1.md26001 .swiper .tbox {
  width: 100%;
}
.md-news-1.md26001 .swiper .title {
  transition: 0.5s;
}
.md-news-1.md26001 .swiper .intro {
  line-height: calc(32 / 18);
  margin-top: 0.2rem;
}
.md-news-1.md26001 .swiper .bot {
  margin-top: 0.7rem;
}
@media screen and (max-width: 900px) {
  .md-news-1.md26001 .swiper .c-pic {
    width: 100%;
  }
  .md-news-1.md26001 .swiper .text {
    width: 100%;
    padding: 0.4rem;
  }
}
.md-news-1.md26001 .m-pagination {
  position: relative;
  margin-top: 0.3rem;
  z-index: 30;
}
.md-news-1.md26001 .m-pagination .loading {
  width: 26px;
  height: 26px;
  border: 2px solid transparent;
  position: relative;
  background: transparent;
  margin: 0 0.2rem 0 0 !important;
  opacity: 1;
}
.md-news-1.md26001 .m-pagination .loading:last-of-type {
  margin-right: 0;
}
.md-news-1.md26001 .m-pagination .loading .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
}
.md-news-1.md26001 .m-pagination .loading .left,
.md-news-1.md26001 .m-pagination .loading .right {
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
  width: 13px;
  height: 26px;
  overflow: hidden;
}
.md-news-1.md26001 .m-pagination .loading .left:after,
.md-news-1.md26001 .m-pagination .loading .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 26px;
  border: 2px solid var(--active);
  border-right: 0;
  border-radius: 13px 0 0 13px;
  box-sizing: border-box;
}
.md-news-1.md26001 .m-pagination .loading .right {
  left: auto;
  right: -2px;
}
.md-news-1.md26001 .m-pagination .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 13px 13px 0;
  border: 2px solid var(--active);
  border-left: 0;
}
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active {
  border: 2px solid rgba(7, 49, 144, 0.3);
}
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active .left,
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation: spin-leftmd26001 4s linear forwards;
}
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation: spin-rightmd26001 4s linear;
}
.md-news-1.md26001 .m-pagination .swiper-pagination-bullet-active .dot {
  background-color: var(--active);
}
@keyframes spin-rightmd26001 {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-leftmd26001 {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.md-news-2.md26002 {
  padding-top: 0.4rem;
  padding-bottom: 1.1rem;
  position: relative;
  background-color: #f5f7fa;
}
.md-news-2.md26002 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-news-2.md26002 .tags {
  margin-bottom: 0.5rem;
}
.md-news-2.md26002 .tags .t-cont {
  padding: 0.1rem;
  border-radius: 1rem;
}
.md-news-2.md26002 .tags .ti {
  border-radius: 1rem;
  padding: 0.12rem 0.25rem;
  color: #444;
  transition: 0.5s;
}
.md-news-2.md26002 .tags .ti:hover {
  color: var(--active);
}
.md-news-2.md26002 .tags .ti.on {
  background-color: var(--active);
  color: #fff;
}

.news-list.md26002 {
  margin-bottom: 0.45rem;
}
.news-list.md26002 .li {
  width: calc(514 / 1600 * 100%);
  margin-right: calc(29 / 1600 * 100%);
}
.news-list.md26002 .li:nth-child(3n) {
  margin-right: 0;
}
.news-list.md26002 .li {
  margin-bottom: 0.36rem;
}
.news-list.md26002 .dd {
  display: block;
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.news-list.md26002 .dd:hover .img {
  transform: scale(1.1);
}
.news-list.md26002 .dd:hover .title {
  color: var(--active);
}
.news-list.md26002 .c-pic {
  border-radius: 0.24rem;
}
.news-list.md26002 .img {
  padding-top: calc( 326 / 514 * 100%);
}
.news-list.md26002 .text {
  margin-top: 0.16rem;
  transition: 0.5s;
}
.news-list.md26002 .title {
  transition: 0.5s;
}
.news-list.md26002 .time {
  margin-top: 0.16rem;
}
@media screen and (max-width: 900px) {
  .news-list.md26002 {
    justify-content: space-between;
  }
  .news-list.md26002 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list.md26002 .li {
    width: 100%;
  }
}

.pg-main{width: 100%;text-align: center;font-size: 0;}
 .pg-one{display: inline-block;vertical-align: top;color: #222;min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;padding: 0 0.1rem;cursor: pointer;text-align: center;background-color: #fff;margin: 0 0.1rem;transition: background-color .3s,color .3s;}
 .pg-one.active{background-color: var(--theme);color: #fff;cursor: default;}
 .pg-one:hover{background-color: var(--theme);color: #fff;}
 .pg-prev,
 .pg-next{background-image: url(../images/page-next.png);background-size: 0.333333em auto;background-repeat: no-repeat;background-position: center center;}
 .pg-prev{transform: rotate(180deg);}
 .pg-prev:hover,
 .pg-next:hover{background-image: url(../images/page-next-white.png);}
@media(max-width: 1200px){
    .pg-one{min-width: 2em;height: 2em;line-height: 2;border-radius: 1em;}
}
