.contentCard {
  width: 100%;
}
.contentCard .contentCard-title {
  font-size: 16px;
  color: #005bac;
  line-height: 40px;
  border-bottom: 1px #005bac solid;
  margin-bottom: 20px;
}
.contentCard .newsList li {
  cursor: pointer;
  border-bottom: 1px dashed #ebebeb;
}
.contentCard .newsList li a {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  font-size: 12px;
}
.contentCard .newsList li:hover a span{
  color: #005BAC;
}
.contentCard .newsList li a .first-span {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
.contentCard .newsList li a .last-span {
  display: inline-block;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
}
.contentCard .newsList li a .first-span i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 18px;
  background-image: url(/images2/gwsy/index/index_pic.png);
  background-position: -244px 0;
}
.contentCard .newsList li:hover a .first-span i {
  background-position: -244px -18px;
}
.contentCard .newsList li a .first-span span {
  display: inline-block;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
