.nd {
  width: 12rem;
  margin: 0 auto;
  padding: .8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nd .nd-left {
  width: 8.1rem;
  margin-right: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nd .nd-left .nd-tit {
  opacity: 1;
  font-size: .36rem;
  font-weight: 700;
  text-align: center;
  color: #333333;
}

.nd .nd-left .nd-data {
  opacity: 1;
  font-size: .14rem;
  text-align: center;
  color: #999999;
  margin: .2rem 0 .4rem 0;
}

.nd .nd-left .nd-con {
  opacity: 1;
  font-size: .18rem;
  text-indent: .36rem;
  text-align: left;
  color: #444444;
  line-height: 2;
}

.nd .nd-left .nd-con img {
  max-width: 100%;
  margin: .2rem auto;
}

.nd .nd-left .nd-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: .4rem;
  opacity: 1;
  background: #ffffff;
  font-size: .14rem;
  text-align: left;
  color: #666666;
  border: 1px solid #ccc;
  padding: 0 .2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: .4rem;
}

.nd .nd-left .nd-page .nd-page-item {
  width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nd .nd-left .nd-page .nd-page-item:hover {
  color: #369e6d;
}

.nd .nd-right {
  width: 2.6rem;
}

.nd .nd-right .nd-right-tit {
  font-size: .3rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  margin-bottom: .2rem;
}

.nd .nd-right .nd-right-item {
  margin-bottom: .3rem;
}

.nd .nd-right .nd-right-item .nd-right-item-thumb {
  width: 100%;
  height: 1.5rem;
  margin-bottom: .1rem;
}

.nd .nd-right .nd-right-item .nd-right-item-thumb img {
  height: 100%;
  width: 100%;
}

.nd .nd-right .nd-right-item .nd-right-item-tit {
  font-size: .18rem;
  text-align: left;
  color: #333333;
  line-height: 1.5;
}

.nd .nd-right .nd-right-item .nd-right-item-data {
  font-size: 12px;
  text-align: left;
  color: #999999;
}
/*# sourceMappingURL=index.css.map */