.latest-news .latest-news-header-bg {
  width: 100%;
  height: 135px;
}

.latest-news-list {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.latest-news-list .content {
  padding: 0 30px;
  background-color: #FFFFFF;
}

.latest-news-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9EDF1;
  line-height: 60px;
	cursor: pointer;
}

.latest-news-list .item-left {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
}

.latest-news-list .item-left:hover {
	color:#00C29A;
}

.latest-news-list .list-item-time {
  font-size: 16px;
  color: #2A2A2A;
}

.latest-news-page{
	  display: flex;
  justify-content: center;
  margin-top: 12px;
	margin-bottom:40px;
}