body {
  background: #ffffff;
}

.news_banner {
  width: 100%;
  background: url(../img/news/news.png) 50% / cover no-repeat;
  height: 28.13rem;
}

.news_banner .content {
  height: 100%;
  position: relative;
}

.news_banner h3 {
  font-family: "ArialMTBold";
  font-size: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 5.5rem;
}
.list {
  background-color: #f5f5f5;
  padding: 6.25rem;
  min-height: 40rem;
}
.list > div {
  flex-wrap: wrap;
  align-items: stretch;
}
.list .li {
  width: 33.33333%;
  height: 27.9rem;
  flex-shrink: 0;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.list .li > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}
.list .li .img {
  width: 100%;
  align-items: flex-start;
  height: 17.2rem;
  overflow: hidden;
}
.list .li img {
  height: 100%;
}
.list .li h3 {
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,
    Microsoft YaHei;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
}
.list .li > div {
  background-color: #ffffff;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.list .li .time {
  width: 7.5rem;
  height: 1.88rem;
  border: solid 0.06rem #666666;
  font-size: 1rem;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,
    Microsoft YaHei;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.88rem;
  position: absolute;
  left: 1.69rem;
  bottom: 1.88rem;
}
.list .li .time::before {
  content: "";
  width: 1.88rem;
  height: 0.06rem;
  background: #666666;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

/*分页*/
#pagination {
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  position: relative;
}
.pagination i {
  font-style: normal;
}
.pagination a {
  cursor: pointer;
}
.pagination a,
.pagination span,
.pagination-jump input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
  margin: 0 5px;
  border: 1px solid #b2b2b2;
  height: 36px;
  line-height: 34px;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  text-align: center;
}
.pagination .ui-page-current {
  border-color: transparent;
}
.pagination .ui-page-prev,
.pagination .ui-page-next {
  background: inherit;
  border-color: #b2b2b2;
  color: inherit;
}
.pagination-jump {
  position: absolute;
  right: 0;
  top: 0;
}
.pagination-jump input {
  width: 37px;
  height: 37px;
  padding: 0;
  text-align: center;
}
.pagination-jump .jump-btn {
  cursor: pointer;
  margin-left: 20px;
  width: 75px;
}
.pagination .ui-page-current,
.pagination a:hover,
.pagination-jump .jump-btn:hover {
  color: #ff123f;
}

.picView {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.picView > .tools {
  width: 100%;
  height: 4rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #ffffff;
  font-size: 1rem;
}
.picView .swiper-container {
  width: 80rem;
  height: 30rem;
}
.picView .st {
  width: 50rem;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 30px;
  font-size: 1.25rem;
}
.picView .swiper-wrapper {
  align-items: center;
}
.picView .swiper-slide {
  height: 30rem;
  padding: 0 15rem;
}
.picView .swiper-slide img {
  max-width: 100%;
  height: 100%;
}
.picView .swiper-container .swiper-button-prev {
  width: 50px;
  left: 9rem;
  background: url(../img/news/toggle.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.picView .swiper-container .swiper-button-next {
  width: 50px;
  right: 9rem;
  background: url(../img/news/toggle.png) no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotateY(180deg);
}
@media (max-width: 880px) {
  .w_86 {
    width: 100%;
    padding: 0;
  }
  .news_banner {
    height: 22rem;
  }
  .news_banner h3 {
    font-size: 2.5rem;
    left: 1.5rem;
    bottom: 2.5rem;
  }
  .tab_nav {
    font-size: 1.5rem;
    height: 4rem;
  }
  .list {
    padding: 2rem 0;
  }
  .list .li {
    width: 50%;
    padding: 0 0.5rem;
    height: auto;
    margin-bottom: 0;
    margin-top: 1.2rem;
  }
  .list .li:nth-child(1),
  .list .li:nth-child(2) {
    margin-top: 0;
  }
  .list .li > div {
    height: 100%;
    padding-bottom: 4.5rem;
  }
  .list .li .img {
    height: 21.5rem;
  }
  .list .li img {
    width: 100%;
  }
  .list .li h3 {
    padding: 0 1rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .picView .swiper-container {
    width: 70%;
    height: auto;
  }
  .picView .st {
    width: 70%;
    line-height: 2rem;
    font-size: 1.3rem;
  }
  .picView .swiper-slide {
    padding: 0;
    height: auto;
  }
  .picView .swiper-slide img {
    height: 20rem;
  }
  .picView > .tools {
    height: 5rem;
    font-size: 1.5rem;
  }
  .pagination a,
  .pagination span,
  .pagination-jump input {
    margin: 0 2px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}

@media (max-width: 440px) {
  .list .li .img {
    height: 10.5rem;
  }
}
