.latest_item {
  padding: 20px 0;
}

.latest_item ~ .latest_item {
  border-top: 2px solid #e9e9e9;
}

.latest_item .latest_img {
  width: 260px;
  height: 150px;
  margin-right: 20px;
}

.latest_item .latest_img img {
  width: 100%;
  height: 100%;
}

.lastest_item_r {
  overflow: hidden;
  height: 150px;
}

.latest_item .lastest_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.latest_item .lastest_title a {
  
  font-size: 24px;
  color: #333333;
  
}
.latest_item .lastest_title a:hover {
  color: #003e1b;
}
.latest_item .lastest_title:hover {
  color: #003e1b;
}


.latest_item .latest_text {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  width: 100%;
  font-size: 14px;
  color: #686868;
}


.latest_item .lastest_time {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #e3e3e3;
}