.newslist .newslist-tit {
  padding-top: 86px;
  padding-bottom: 46px;
  text-align: center;
}
.newslist .newslist-tit > h3 {
  font-size: 26px;
  color: #000;
}
.newslist .newslist-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #078f47;
  font-size: 28px;
}
.newslist .newslist-tab {
  display: flex;
  justify-content: space-between;
}
.newslist .newslist-list .newslist-item {
  transition: .5s;
  width: 1128px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.newslist .newslist-list .newslist-item .newslist-img {
  width: 533px;
  height: 300px;
}
.newslist .newslist-list .newslist-item .newslist-img img {
  width: 100%;
  height: 100%;
}
.newslist .newslist-list .newslist-item .newslist-txt {
  width: 594px;
  padding-top: 42px;
  padding-left: 46px;
}
.newslist .newslist-list .newslist-item .newslist-txt span {
  font-size: 14px;
  color: #333;
}
.newslist .newslist-list .newslist-item .newslist-txt h3 a {
  font-size: 18px;
  color: #000;
  margin-bottom: 18px;
  margin-top: 18px;
  display: block;
  text-align: left;
}
.newslist .newslist-list .newslist-item .newslist-txt P {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 44px;
}
.newslist .newslist-list .newslist-item .newslist-txt > a {
  display: block;
  width: 124px;
  height: 30px;
  color: #fff;
  background: #078F47;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.newslist .newslist-list .newslist-item-on {
  display: block;
  display: flex;
}
.newslist .newslist-number {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newslist .newslist-number p {
  font-size: 18px;
  color: #b0b0b0;
  display: block;
}
.newslist .newslist-number .number-on {
  color: #078f47;
  display: block;
  border-bottom: 4px solid #078f47;
  height: 26px;
}
.newslist-det {
  padding-top: 66px;
}
.newslist-det .newslist-det-item {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 60px;
  padding-right: 50px;
  background: #F5FAF7;
  display: flex;
  justify-content: space-between;
}
.newslist-det .newslist-det-item .det-l {
  width: 640px;
}
.newslist-det .newslist-det-item .det-l h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist-det .newslist-det-item .det-l p {
  font-size: 12px;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist-det .newslist-det-item .det-r {
  color: #333;
  text-align: right;
}
.newslist-det .newslist-det-item .det-r h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.newslist-det .newslist-det-item .det-r p {
  font-size: 12px;
}
.newslist-det .newslist-det-item:nth-child(2n) {
  background: #FFFFFF;
}
.anniu {
  margin: 0 auto;
  width: 348px;
  height: 28px;
  margin-top: 58px;
  margin-bottom: 78px;
}
.anniu a {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-right: 20px;
  margin-left: 20px;
}
.anniu .xuanz {
  border-radius: 50%;
  background: #078F47;
}
@media screen and (max-width: 980px) {
  .newslist .newslist-tit {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .newslist .newslist-tit h3 {
    font-size: 18px;
    color: #000;
  }
  .newslist .newslist-tit p {
    font-size: 16px;
  }
  .newslist .newslist-tab {
    flex-wrap: wrap-reverse;
  }
  .newslist .newslist-number {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .newslist .newslist-list .newslist-item {
    flex-wrap: wrap;
    width: 100%;
  }
  .newslist .newslist-list .newslist-item .newslist-img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .newslist .newslist-list .newslist-item .newslist-txt {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }
  .newslist .newslist-list .newslist-item .newslist-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
    background: none !important;
    text-indent: 2em;
  }
  .newslist .newslist-list .newslist-item .newslist-txt p:nth-of-type(1) {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .newslist-det {
    padding-top: 18px;
  }
  .newslist-det .newslist-det-item {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .newslist-det .newslist-det-item .det-l {
    width: 60%;
  }
  .newslist-det .newslist-det-item .det-l h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .newslist-det .newslist-det-item .det-r {
    text-align: left;
    margin-top: 0px;
  }
  .newslist-det .newslist-det-item .det-r h3 {
    font-size: 18px;
  }
  .anniu {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
