.newswrap {
  padding: 50px 0;
}
.newswrap .newsContent {
  box-sizing: border-box;
  min-height: 800px;
  position: relative;
  justify-content: space-between;
}
.newswrap .newsContent .newsLeft {
  top: 0;
  left: 0;
  width: 106px;
  height: 400px;
  border-right: 1px solid #f3f3f3;
}
.newswrap .newsContent .newsLeft .newsicon {
  width: 106px;
  height: 283px;
  display: block;
  margin-top: 400px;
}
.newswrap .newsContent .newsRight {
  right: 0;
  top: 0;
  width: 106px;
  height: 400px;
  border-left: 1px solid #f3f3f3;
}
.newswrap .newsContent .newsRight .newsicon {
  width: 106px;
  height: 283px;
  display: block;
  margin-top: 220px;
}
.newswrap .newsContent .newslist {
  background: #ffffff;
}
.newswrap .newsContent .newslist .newsitem {
  cursor: pointer;
}
.newswrap .newsContent .newslist .newsitem + .newsitem {
  margin-top: 40px;
}
.newswrap .newsContent .newslist .newsitem .newsimg {
  width: 395px;
  height: 222px;
  flex-shrink: 0;
}
.newswrap .newsContent .newslist .newsitem .newscc {
  width: 0;
  padding-top: 20px;
  flex: 1;
  margin-left: 58px;
  flex-direction: column;
}
.newswrap .newsContent .newslist .newsitem .ntt {
  color: #131317;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.newswrap .newsContent .newslist .newsitem .ntips {
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  margin-top: 24px;
  color: #13131735;
}
.newswrap .newsContent .newslist .newsitem .nbot {
  padding: 0px 20px 26px 0px;
  position: relative;
  border-bottom: 1px solid #258d3a1a;
  align-items: center;
  justify-content: space-between;
}
.newswrap .newsContent .newslist .newsitem .nbot .ntime {
  color: #131317;
  font-size: 14px;
  font-family: "Hanchan sans";
  line-height: 20px;
}
.newswrap .newsContent .newslist .newsitem .nbot .nmore {
  color: #258d3a;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.newswrap .newsContent .newslist .newsitem .nbot .nbotimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  display: block;
}
.newswrap .pagingwrap {
  margin-top: 40px;
  padding: 31px 0;
  justify-content: flex-end;
  align-items: center;
}
.newswrap .pagingwrap .pagingicon {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}
.newswrap .pagingwrap .pagingnumwrap {
  align-items: center;
  margin: 0 12px;
}
.newswrap .pagingwrap .pagingnumwrap .pagingnum {
  text-align: center;
  cursor: pointer;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  color: #131317;
  font-size: 14px;
}
.newswrap .pagingwrap .pagingnumwrap .pagingnum + .pagingnum {
  margin-left: 8px;
}
.newswrap .pagingwrap .pagingnumwrap .pagingnum.pagingnumact {
  color: #258d3a;
  font-weight: 600;
}
.newsdetailcc {
  width: 958px;
  margin: 100px auto 134px;
}
.newsdetailcc .tt {
  color: #131317;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
}
.newsdetailcc .time {
  margin-top: 20px;
  color: #13131735;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.newsdetailcc .line {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  margin: 60px 0;
}
