.wrap-news {
  color: #5D6575;
}
.wrap-news .news-head {
  width: 100%;
  border-bottom: 1px solid #5D6575;
}
.wrap-news .news-head-text {
  text-align: center;
  width: 50%;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 5px solid #B32528;
}
.wrap-news .news-item {
  padding: 0 10px;
}
.wrap-news .news-item:first-child .news-item-inner {
  padding-top: 20px;
}
.wrap-news .news-item .news-item-inner {
  padding: 10px 0;
  border-bottom: 1px solid #5D6575;
}
.wrap-news .news-item .news-item-text {
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 12px;
}
.wrap-news .news-item .news-item-info {
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
}