.new-title {
  padding: 0 0 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #98c336;
  text-align: center;
  background: url(../images/green.jpg) no-repeat center bottom/0.4rem 2px;
}
.new-more {
  width: 160px;
  margin: 0 auto;
  padding: 0.2rem 0;
}
.new-more a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #98c336;
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .new-title {
    padding: 0 0 1vw;
    font-size: 2vw;
    line-height: 2.4vw;
    color: #98c336;
    text-align: center;
    background: url(../images/green.jpg) no-repeat center bottom/2vw 2px;
  }
  .new-more {
    width: 8vw;
    margin: 0 auto;
    padding: 1vw 0;
  }
  .new-more a {
    display: block;
    text-align: center;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #fff;
    background: #98c336;
    border: 1px solid #98c336;
    border-radius: 1vw;
  }
  .new-more a:hover {
    color: #98c336;
    background: #fff;
  }
}

/* new1 */
.new1 {
  padding: 0.2rem;
}

.new1-left {
  position: relative;
}
.new1-banner {
  position: relative;
  z-index: 1;
}
.new1-banner a {
  display: block;
  position: relative;
}
.new1-banner i {
  display: block;
}
.new1-banner i img {
  width: 100%;
  transition: 0.3s;
}
.new1-banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.8rem 0 0.1rem;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new1-pagination {
  display: flex;
  position: absolute;
  z-index: 99;
  right: 5px;
  bottom: 10px;
}
.new1-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}
.new1-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.new1-right ul {
  display: block;
}
.new1-right ul li {
  padding-bottom: 1px solid #fff;
}
.new1-right ul a {
  display: block;
  padding: 0.2rem 0;
}
.new1-right a i {
  display: block;
}
.new1-right i img {
  width: 100%;
}
.new1-li-font {
  padding: 0.1rem 0;
}
.new1-li-title {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new1-li-p {
  margin: 0.1rem 0 0;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  text-align: justify;
}
.new1-li-arrow {
  padding: 0.1rem 0 0;
  text-align: right;
}
.new1-li-arrow img {
  width: 0.24rem;
}

@media (min-width: 1200px) {
  .new1 {
    padding: 2vw 0 1vw;
  }

  .new1-main {
    width: 72vw;
    margin: 0 auto;
  }

  .new1-box {
    display: flex;
    justify-content: space-between;
    margin: 2vw 0 0;
  }
  .new1-left {
    position: relative;
    width: 30.6vw;
    height: auto;
    overflow: hidden;
  }
  .new1-prev,
  .new1-next {
    position: absolute;
    z-index: 15;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .new1-prev {
    left: 0.5vw;
  }
  .new1-next {
    right: 0.5vw;
  }
  .new1-prev img,
  .new1-next img {
    width: 2vw;
  }
  .new1-banner {
    position: relative;
    z-index: 1;
  }
  .new1-banner a {
    display: block;
    position: relative;
  }
  .new1-banner i {
    display: block;
    overflow: hidden;
  }
  .new1-banner i img {
    width: 100%;
  }
  .new1-banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 3.5vw 0 0.5vw;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new1-banner a:hover  img {
    transform: scale(1.1);
  }
  .new1-pagination {
    display: flex;
    position: absolute;
    z-index: 99;
    right: 0.5vw;
    bottom: 0.8vw;
  }
  .new1-pagination .swiper-pagination-bullet {
    width: 0.5vw;
    height: 0.5vw;
    margin-left: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
  }
  .new1-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .new1-right {
    width: 44vw;
    padding-left: 1vw;
    transform: translate3d(0, -1vw, 0);
  }
  .new1-right ul {
    display: block;
  }
  .new1-right ul li {
    padding-bottom: 1px solid #fff;
  }
  .new1-right ul a {
    display: flex;
    padding: 1vw 0;
    transition: 0.3s;
  }
  .new1-right a i {
    display: block;
    width: 14vw;
    overflow: hidden;
  }
  .new1-right i img {
    width: 100%;
    transition: 0.3s;
  }
  .new1-li-font {
    width: 29vw;
    padding: 0 0 0 1vw;
  }
  .new1-li-title {
    font-size: 0.8vw;
    line-height: 1.4vw;
  }
  .new1-li-p {
    margin: 0.5vw 0 0;
    height: 2.8vw;
    overflow: hidden;
    font-size: 0.7vw;
    line-height: 1.4vw;
  }
  .new1-li-arrow {
    padding: 0.5vw 0 0;
    text-align: right;
  }
  .new1-li-arrow img {
    width: 1.2vw;
  }
  .new1-right ul a:hover {
    transform: translate3d(-0.5vw, 0, 0);
  }
  .new1-right ul a:hover .new1-li-title {
    color: #98c336;
  }
  .new1-right li a:hover  img {
    transform: scale(1.1);
  }
}

/* new2 */
.new2 {
  padding: 0.2rem;
}
.new2 ul {
  display: block;
  padding: 0.4rem 0 0;
}
.new2 ul li {
  padding: 0 0 0.1rem;
}
.new2 ul li a {
  display: block;
  background: #fff;
}
.new2 ul li a i {
  display: block;
  overflow: hidden;
}
.new2 ul li i img {
  width: 100%;
}
.new2-li-title {
  margin: 0.1rem 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new2-li-time {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.new2-li-p {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
  text-align: justify;
}
.new2-li-arrow {
  padding: 0.2rem 0 0;
  text-align: right;
}
.new2-li-arrow img {
  width: 0.24rem;
}

@media (min-width: 1200px) {
  .new2 {
    width: 90vw;
    margin: 0 auto;
    padding: 1vw 0;
  }
  .new2 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw 0 0;
  }
  .new2 ul li {
    width: 33.3%;
    padding: 0 1.5vw;
  }
  .new2 ul li a {
    display: block;
    padding: 1vw;
    background: #fff;
    transition: 0.3s;
  }
  .new2 ul li a i {
    display: block;
    overflow: hidden;
  }
  .new2 ul li i img {
    width: 100%;
    height: 12.5vw;
    transition: 0.3s;
  }
  .new2-li-title {
    margin: 0.5vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new2-li-time {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #999;
  }
  .new2-li-p {
    height: 4.8vw;
    overflow: hidden;
    font-size: 0.7vw;
    line-height: 1.2vw;
    color: #767676;
    text-align: justify;
  }
  .new2-li-arrow {
    padding: 1vw 0 0;
    text-align: right;
  }
  .new2-li-arrow img {
    width: 1.2vw;
  }
  .new2 ul li a:hover {
    transform: translate3d(0, -0.5vw, 0);
    box-shadow: 0 0 10px #ccc;
  }
  .new2 ul li a:hover i img {
    transform: scale(1.1);
  }
}

/* new3 */
.new3 {
  padding: 0.2rem;
}
.new3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  padding: 0.4rem 0 0;
}
.new3 ul li {
  width: 50%;
  padding: 0 0.1rem;
}
.new3 ul li a {
  display: block;
  padding: 0.1rem;
  background: #fff;
  transition: 0.3s;
}
.new3 ul li a i {
  display: block;
  overflow: hidden;
}
.new3 ul li i img {
  width: 100%;
}
.new3-li-title {
  margin: 0.1rem 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new3-li-time {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.new3-li-p {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
  text-align: justify;
}
.new3-li-arrow {
  padding: 0.2rem 0 0;
  text-align: right;
}
.new3-li-arrow img {
  width: 0.24rem;
}

@media (min-width: 1200px) {
  .new3 {
    width: 90vw;
    margin: 0 auto;
    padding: 1vw 0;
  }
  .new3 ul {
    display: flex;
    padding: 2vw 0 0;
  }
  .new3 ul li {
    width: 25%;
    padding: 0 1vw;
  }
  .new3 ul li a {
    display: block;
    padding: 1vw;
    background: #fff;
    transition: 0.3s;
  }
  .new3 ul li a i {
    display: block;
    overflow: hidden;
  }
  .new3 ul li i img {
    width: 100%;
    transition: 0.3s;
  }
  .new3-li-title {
    margin: 0.5vw 0 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new3-li-time {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #999;
  }
  .new3-li-p {
    height: 4.8vw;
    overflow: hidden;
    font-size: 0.7vw;
    line-height: 1.2vw;
    color: #767676;
    text-align: justify;
  }
  .new3-li-arrow {
    padding: 1vw 0 0;
    text-align: right;
  }
  .new3-li-arrow img {
    width: 1.2vw;
  }
  .new3 ul li a:hover {
    transform: translate3d(0, -0.5vw, 0);
    box-shadow: 0 0 10px #ccc;
  }
  .new3 ul li a:hover  img {
    transform: scale(1.1);
  }
}
