
/* 新闻推荐 */
.md13745.md-news-1 {
  width: 100%;
  padding: 1.7rem 0;
  background-color: #f7f8fa;
}
.md13745.md-news-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13745.md-news-1 .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.md13745.md-news-1 .left {
  width: 42.96%;
  position: relative;
}
.md13745.md-news-1 .swiper1 {
  position: relative;
  width: 100%;
}
.md13745.md-news-1 .swiper1 .swiper-pagination {
  position: absolute;
  bottom: 0.18rem;
  left: auto;
  right: 0.2rem;
  width: auto;
  font-size: 0;
  white-space: nowrap;
}
.md13745.md-news-1 .swiper1 .swiper-pagination .swiper-notification {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.03rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #181818;
}
.md13745.md-news-1 .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #181818;
}
.md13745.md-news-1 .item {
  display: block;
  cursor: pointer;
  width: 100%;
}
.md13745.md-news-1 .name {
  width: 100%;
  max-width: 16em;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 0.22rem;
}
.md13745.md-news-1 .time {
  width: 100%;
  color: #111111;
  line-height: 1.6;
  margin-bottom: 0.18rem;
}
.md13745.md-news-1 .intro {
  width: 100%;
  color: #111111;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.md13745.md-news-1 .more {
  display: inline-block;
  padding: 0 0.47rem;
  color: #ffffff;
  line-height: 0.46rem;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13745.md-news-1 .item:hover .name {
  color: #e31d23;
}
.md13745.md-news-1 .item:hover .more {
  background-color: #e31d23;
}
.md13745.md-news-1 .right {
  width: 50%;
}
.md13745.md-news-1 .swiper2 {
  width: 100%;
}
.md13745.md-news-1 .one {
  width: 100%;
}
.md13745.md-news-1 .link {
  display: block;
  cursor: pointer;
}
.md13745.md-news-1 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 0.1rem;
}
.md13745.md-news-1 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13745.md-news-1 .link:hover .img img {
  transform: scale(1.05);
}

@media (max-width: 750px) {
  .md13745.md-news-1 {
    padding: 1rem 0;
  }
  .md13745.md-news-1 .left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .md13745.md-news-1 .right {
    width: 100%;
  }
}

/* 新闻列表 */
.md13744.md-news-2 {
  width: 100%;
  padding: 1.2rem 0 1.4rem;
}
.md13744.md-news-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13744.md-news-2 .list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.05rem;
}
.md13744.md-news-2 .item {
  display: block;
  cursor: pointer;
  width: 31.25%;
  margin-bottom: 0.85rem;
  margin-right: 3.12%;
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md13744.md-news-2 .item:nth-child(3n) {
  margin-right: 0;
}
.md13744.md-news-2 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.md13744.md-news-2 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13744.md-news-2 .text {
  width: 100%;
  padding: 0.37rem 0.2rem 0.35rem;
}
.md13744.md-news-2 .name {
  width: 100%;
  line-height: 1.25;
  height: 2.5em;
  margin-bottom: 0.32rem;
  transition: all ease 0.5s;
  font-weight: bold;
}
.md13744.md-news-2 .time {
  width: 100%;
  color: #111111;
  line-height: 1.6;
}
.md13744.md-news-2 .item:hover .img img {
  transform: scale(1.05);
}
.md13744.md-news-2 .item:hover .name {
  color: #e31d23;
}

@media (max-width: 750px) {
  .md13744.md-news-2 .item {
    width: calc(50% - 0.15rem);
    margin-right: 0.3rem;
  }
  .md13744.md-news-2 .item:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .md13744.md-news-2 .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* 分页 */
.paging {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.paging .paging-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  line-height: 2.56em;
  color: #777777;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
}
.paging .paging-item:hover {
  color: #ffffff;
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-item.active {
  color: #ffffff;
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-up {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  color: transparent;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  background-image: url("../images/icon3.png");
  background-size: 0.44em auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.paging .paging-up:hover {
  background-image: url("../images/icon3-b.png");
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
.paging .paging-next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.5s;
  transform: rotate(-180deg);
  margin: 0.1rem 0.05rem;
  min-width: 2.56em;
  height: 2.56em;
  color: transparent;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  background-image: url("../images/icon3.png");
  background-size: 0.44em auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.paging .paging-next:hover {
  background-image: url("../images/icon3-b.png");
  background-color: #e31d23;
  border: solid 1px #e31d23;
}
