.news-detail {
  width: 100%;
  background: #edf0f2;
  padding: 46px 0px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-detail .content {
  width: auto;
  padding: 0px 51px;
}
.news-detail .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail .content .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail .content .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.news-detail .content .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-detail .content .tips-title {
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
  margin: 29px 0 4px;
}
.news-detail .content .tips-date {
  font-size: 12px;
  font-weight: 400;
  color: #4A4A4A;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C6C4C4;
}


/*# sourceMappingURL=15.1750509728150.css.map*/