.newsCard {
  margin-top: 20px;
}
.newsCard li >a{
  width: 100%;
  height: 100%;
  display: block;
}
.newsCard li {
  position: relative;
  padding: 0 66px;
  background-color: #fff;
  border: 1px solid #eeefee;
  border-radius: 4px;
  width: 100%;
  height: 376px;
  margin-bottom: 20px;
}

.newsCard li .title {
  color: #333;
  font-size: 24px;
  margin-top: 60px;
}

.newsCard li .date {
  position: absolute;
  left: 60px;
  bottom: 60px;
  font-size: 14px;
  color: #666;
}

.newsCard li img {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.needCover .title {
  width: 50%;
  float: left;
  padding-right: 60px;
}
.newsCard li:hover{
  box-shadow: 0 14px 60px #ddd;
}