.banner {
  width: 100%;
  height: 1.4rem;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-wrapper {
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.banner .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  display: block;
}
.banner .swiper .swiper-wrapper .swiper-slide a .swi_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 0.1rem;
  height: 0.3rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.des_cont{width:100%; position:relative; z-index:222;}
.banner .swiper .swi_bo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 0.3rem;
  z-index: 9999;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.banner .swiper .swi_bo .dotts {
  float: right;
  width: 0.9rem;
  height: 100%;
}
.banner .swiper .swi_bo .dotts .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin-left: 0.05rem;
}
.banner .swiper .swi_bo .dotts .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff6800;
}
.banner .swiper .swi_bo .dotts .dot {
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #fff;
}

.part8 {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}

.part8 .h2 {
  font-size: 0.2rem;
  color: #333;
  height: 0.35rem;
  text-align: center;
  margin-top: 0.17rem;
}

.part8 > p {
  height: 0.3rem;
  text-align: center;
  font-size: 12px;
  color: #666;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.15rem;
}

.news {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.news_box {
  white-space: nowrap;
  overflow-x: auto;
  /*border-bottom: 1px solid #dcdcdc;*/
  padding-left: 0.1rem;
  box-sizing: border-box;
}

.news_box li {
  min-width: 0.31rem;
  height: 0.45rem;
  font-size: 0.16rem;
  color: #666666;
  margin-right: 0.32rem;
  display: inline-block;
  line-height: 0.45rem;
  position: relative;
}

.news_box li a {
  font-size: 0.16rem;
  color: #666666;
}

.news_box li .pos_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.31rem;
  height: 3px;
  background: #fff;
  bottom: 0;
}

.news_box li.active .pos_line {
  background: #ff6800;
}

.news_box li.active {
  color: #ff6800;
}

.news_list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
}

.news_list ul {
  width: 100%;
  display: none;
}

.news_list ul:nth-of-type(1) {
  display: block;
}

.news_list ul li {
  width: 100%;
  height: 0.82rem;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}

.item8 {
  width: 100%;
  height: 100%;
  padding: 0.1rem 0;
  box-sizing: border-box;
}

.item8_le {
  width: 1.07rem;
  height: 0.6rem;
}

.item8_ri {
  margin-left: 0.07rem;
  width: 2.35rem;
  height: 0.6rem;
}

.item8_title {
  height: 0.42rem;
  line-height: 0.21rem;
  font-size: 0.13rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item8_time {
  /*height: 0.29rem;*/
  box-sizing: border-box;
  font-size: 0.12rem;
  color: #cccccc;
  margin-top: 0.05rem;
}

.spn81 {
  padding-right: 0.08rem;
  position: relative;
}

.spn81:after {
  content: "";
  width: 1px;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 0.03rem;
  display: block;
  background: #dcdcdc;
}

.spn82 {
  padding-left: 0.03rem;
}

.part8 .page {
  width: 1.62rem;
  height: 0.31rem;
  margin: 0 auto;
  padding: 0.12rem 0;
}
.part8 .page a {
  width: 0.4rem;
  height: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
}
.part8 .page a img {
  width: 0.07rem;
}
.part8 .page div {
  width: 0.6rem;
  height: 100%;
  font-size: 0.14rem;
  color: #999999;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
}

.pagination {
	margin-top:10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  padding: 0 0 82px; }
  .pagination a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer; }
    .pagination a:hover {
      border-color: #4AB74E;
      color: #4AB74E; }
    .pagination a:first-child {
      background: #fff url(/images/create/previous.png) center no-repeat; }
    .pagination a:last-child {
      background: #fff url(/images/create/next.png) center no-repeat; }
    .pagination a.cur {
      background-color: #4AB74E;
      color: #fff; }
	  .pagination a.thisclass {
      background-color: #4AB74E;
      color: #fff; }
	  
    .pagination a.page_disabled {
      cursor: not-allowed; }

/*# sourceMappingURL=pagination.css.map */


