
.md-news-1.md30202 {
  padding-top: 1.1rem;
  padding-bottom: 0.7rem;
  position: relative;
      background-color: #f5f5f5;
}
.md-news-1.md30202 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.4rem;
  max-width: 92%;
}
.md-news-1.md30202 .desc {
  color: #333;
}
.md-news-1.md30202 .swiper {
  margin-top: 0.72rem;
}
.md-news-1.md30202 .swiper .sw {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.md-news-1.md30202 .swiper .sw:hover .img {
  transform: scale(1.1);
}
.md-news-1.md30202 .swiper .sw:hover .title {
  color: var(--active1);
}
.md-news-1.md30202 .swiper .c-pic {
  width: calc( 844 / 1240 * 100%);
}
.md-news-1.md30202 .swiper .img {
  /* padding-top: calc( 475 / 844 * 100%); */
  padding-top: calc( 250 / 396 * 100%);
}
.md-news-1.md30202 .swiper .text {
  width: calc( 396 / 1240 * 100%);
  position: relative;
  padding: 0.4rem;
}
.md-news-1.md30202 .swiper .tbox {
  width: 100%;
}
.md-news-1.md30202 .swiper .time {
  line-height: 1;
  transition: 0.5s;
}
.md-news-1.md30202 .swiper .line {
  width: 1em;
  height: 2px;
  background-color: #666;
  margin-top: 0.14rem;
  transition: 0.5s;
}
.md-news-1.md30202 .swiper .title {
  margin-top: 0.32rem;
  line-height: 1.8;
  height: 3.6em;
  transition: 0.5s;
}
.md-news-1.md30202 .swiper .intro {
  line-height: 1.8;
  margin-top: 0.14rem;
}
.md-news-1.md30202 .swiper .swiper-pagination {
  position: static;
  margin-top: 0.3rem;
}
.md-news-1.md30202 .swiper .swiper-pagination-bullet {
  width: 0.25em;
  height: 0.25em;
  margin: 0 0.25em;
  background-color: #666;
  border-radius: 1rem;
  opacity: 1;
  transition: 0.3s;
}
.md-news-1.md30202 .swiper .swiper-pagination-bullet-active {
  background-color: var(--active);
  width: 1.5em;
}
@media screen and (max-width: 900px) {
  .md-news-1.md30202 .swiper .c-pic {
    width: 100%;
  }
  .md-news-1.md30202 .swiper .text {
    width: 100%;
  }
  .md-news-1.md30202 .swiper .intro {
    display: none;
  }
}
.md-news-1.md30202 .ul {
  margin-top: 0.95rem;
  margin-bottom: 0.45rem;
}
.md-news-1.md30202 .ul .li {
  width: calc(396 / 1240 * 100%);
  margin-right: calc(25 / 1240 * 100%);
}
.md-news-1.md30202 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.md-news-1.md30202 .ul .li {
  margin-bottom: 0.25rem;
}
.md-news-1.md30202 .ul .dd {
  display: block;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
}
.md-news-1.md30202 .ul .dd:hover {
  box-shadow: 0px 3px 0.18rem 0px rgba(153, 153, 153, 0.5);
}
.md-news-1.md30202 .ul .dd:hover .img {
  transform: scale(1.1);
}
.md-news-1.md30202 .ul .dd:hover .line {
  background-color: var(--active);
}
.md-news-1.md30202 .ul .dd:hover .time {
  color: var(--active);
}
.md-news-1.md30202 .ul .dd:hover .title {
  color: var(--active);
}
.md-news-1.md30202 .ul .img {
  padding-top: calc( 250 / 396 * 100%);
}
.md-news-1.md30202 .ul .text {
  position: relative;
  padding: 0.32rem 0.3rem 0.3rem;
  border-top: 1px solid #f5f5f5;
}
.md-news-1.md30202 .ul .time {
  line-height: 1;
  transition: 0.5s;
}
.md-news-1.md30202 .ul .line {
  width: 1em;
  height: 2px;
  background-color: #666;
  margin-top: 0.14rem;
  transition: 0.5s;
}
.md-news-1.md30202 .ul .title {
  margin-top: 0.32rem;
  line-height: 1.8;
  height: 3.6em;
  transition: 0.5s;
}
.md-news-1.md30202 .ul .intro {
  line-height: 1.8;
  margin-top: 0.14rem;
}
@media screen and (max-width: 900px) {
  .md-news-1.md30202 .ul {
    justify-content: space-between;
  }
  .md-news-1.md30202 .ul .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
   .md-news-1.md30202 .ul .intro{
    display: none;
   }
}
@media screen and (max-width: 500px) {
  .md-news-1.md30202 .ul .li {
    /* width: 100%; */
  }
}

.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_a {
  margin: 0 0.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: var(--active);
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: var(--theme);
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16.6666666667%;
  height: 29.1666666667%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: var(--theme);
}
.com-pag .cp_prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
  margin: 0 0.3rem;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag svg {
  width: 0.5em;
  height: 1em;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }
  .com-pag .cp_te {
    min-width: 4em;
  }
}
