a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  user-select: none;
}

.nw-standard {
  width: 1200px;
  margin: 0 auto;
}

.nw-news-full {
  padding-top: 30px;
  width: 100%;
  background: linear-gradient(to bottom, #f9f9fb, #fff);
}

.nw-news-list-items:first-child {
  padding-top: 0;
}

.nw-news-list-items {
  width: 100%;
  padding: 28px 0;
  height: 160px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
}

.nw-flex {
  display: flex;
  flex-wrap: wrap;
}

.nw-news-list-items .nw-image {
  display: block;
  width: 240px;
  height: 140px;
  overflow: hidden;
}

.nw-img-div {
  display: inline-block;
}

.nw-news-list-items .nw-cont {
  display: inline-block;
  width: 900px;
  padding-left: 40px;
}

.nw-news-list-items .nw-cont .nw-title {
  margin-top: 10px;
  line-height: 1.1;
  color: #292a35;
  line-height: 1.1;
}

.nw-news-list-items .nw-cont .nw-title:hover {
  color: #006EFF;
}

.nw-news-list-items .nw-cont .nw-text {
  color: #9799a7;
  margin-top: 12px;
  height: 60px;
}

.nw-lh24.lm2 {
  height: 48px;
}

.nw-news-list-items .nw-cont .nw-hint {
  width: 100%;
  margin-top: 12px;
  color: #999;
  font-family: Arial;
  align-items: center;
  text-align: left;
}

.nw-fs14 {
  font-size: 14px;
}

.nw-fs18 {
  font-size: 18px;
}

.nw-news-list-items .nw-cont .nw-hint p.nw-look {
  background-image: url(/imgs/icon/views.png);
  padding-left: 20px;
}

.nw-news-list-items .nw-cont .nw-hint p.nw-date {
  background-image: url(/imgs/icon/date.png);
}

.nw-news-list-items .nw-cont .nw-hint p:first-child {
  margin-left: 0;
}

.nw-news-list-items .nw-cont .nw-hint p {
  padding-left: 20px;
  margin-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
