
.news-0 {
  padding-top: 1.4rem;
}
.news-0 .box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem 0;
}
.news-0 .swiper1 {
  width: 59.5238095238%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-0 .img {
  position: relative;
  padding-top: 58%;
  height: 100%;
}
.news-0 .swiper2 {
  border-radius: 0.2rem;
  background-color: white;
  width: 47.619047619%;
  position: relative;
  z-index: 5;
}
.news-0 .sw2 {
  padding: 0.8rem;
}
.news-0 .sw2:hover .h3 {
  color: #007bff;
}
.news-0 .d1 {
  color: #666;
}
.news-0 .h3 {
  font-weight: 600;
  line-height: 1.6;
  height: 3.2em;
  margin-top: 0.08rem;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-0 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
}
.news-0 .d2 {
  color: #666;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-0 .d3 {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #007bff;
  border-radius: 1rem;
}
.news-0 .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-0 .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0.8rem;
  right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-0 .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  box-sizing: content-box;
}
.news-0 .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid #007bff;
}
@media (max-width: 900px) {
  .news-0 .box {
    display: block;
  }
  .news-0 .swiper1 {
    width: 100%;
    position: static;
  }
  .news-0 .swiper2 {
    width: 100%;
  }
}

.news-list .d2 {
  color: #666;
    line-height: 1.75;
    height: 5.25em;
    margin-top: 0.11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  
}
.news-list .d2:hover{
  color: #fff;
}
.news-1 {
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
}
.news-1 .tags {
  text-align: center;
  margin-bottom: 0.65rem;
}
.news-1 .tags .ti {
  display: inline-block;
  padding: 0.16rem 0.5rem;
  background-color: #f5f5f5;
  color: #444;
  margin: 0 0.05rem;
  cursor: pointer;
  transition: all 0.3s;
}
.news-1 .tags .ti:hover {
  color: #007bff;
}
.news-1 .tags .ti.on {
  background-color: #007bff;
  color: #fff;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .li {
  width: 30.9523809524%;
  margin-right: 3.5714285714%;
  margin-bottom: 0.6rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.3s;
}
.news-list .dd:hover {
  background-color: #007bff;
}
.news-list .dd:hover .img img {
  transform: scale(1.1);
}
.news-list .dd:hover .h3,
.news-list .dd:hover .intro,
.news-list .dd:hover .time {
  color: #fff;
}
.news-list .dd:hover .bots {
  border-top: 2px solid #fff;
}
.news-list .dd:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.news-list .img {
  position: relative;
  padding-top: 61.5384615385%;
  overflow: hidden;
}
.news-list .text {
  padding: 0 0.3rem;
}
.news-list .top {
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
}
.news-list .h3 {
  font-weight: 600;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .intro {
  color: #666;
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .bots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  color: #999;
  border-top: 2px solid #f2f2f2;
}
.news-list .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 900px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag .p_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
  margin: 0 0.1rem;
  line-height: 1;
  border-radius: 1rem;
  color: #666;
  background-color: #f2f2f2;
}
.com-pag .btn {
  background-size: 26.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
  text-align: center;
}
.com-pag .btn:hover {
  background-color: #007bff;
  transition: all 0.3s;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  background-color: #007bff;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s;
}
.com-pag .prev {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .next {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .prev1 {
  background-image: url(/static/home/images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.com-pag .prev2 {
  background-image: url(/static/home/images/icon-p13.png);
}
.com-pag .prev2:hover {
  background-image: url(/static/home/images/icon-p14.png);
}
.com-pag .next1 {
  background-image: url(/static/home/images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
.com-pag .next2 {
  background-image: url(/static/home/images/icon-p23.png);
}
.com-pag .next2:hover {
  background-image: url(/static/home/images/icon-p24.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.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 input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
