.news-container {
  margin-top:60px;
  margin-bottom:100px;
}
.news-name {
  font-size: 24px;
  color: #000;
  text-align: center;
}
.news-info {
  margin-top: 28px;
  margin-bottom: 15px;
}
.u-richText p {
    margin: 15px 0;
    line-height: 25px;
}
.news-info img{
  width: 18px;
}
.news-content {
  padding: 25px 0 42px;
  border-top: 1px solid #c0bbbb;
  border-bottom: 1px solid #c0bbbb;
}
.news-link {
  margin:42px 0 29px; 
}
.news-link .pre,
.news-link .next{
  width: 50%;
  float: left;
  font-size: 16px;
}
.news-link .pre a,
.news-link .next a {
  color: #FE7D7D;
}
.news-link .pre {
  text-align: right;
}
.related-title {
  font-size: 20px;
}
.related-list {
  margin-top: 45px;
  width:110%;
}
.related-item {
  position: relative;
  width: 320px;
  padding-right: 80px;
  color: #888 !important;
  margin-right: 120px;
  float:left;
  margin-top:14px;
}
.related-item span{
  position: absolute;
  right: 0px;
  color: #888;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 132px 0 78px;
}
.pagination .first,
.pagination .pre,
.pagination .next,
.pagination .end,
.pagination-item {
  border:1px solid #D5D5D5;
  color: #D5D5D5;
  padding: 5px 11px;
  margin: 0 2px;
  cursor: pointer;
  border-radius: 3px;
}
.pagination-item-active {
  background: #FB4141;
  color: #fff;
  border:1px solid #FB4141;
}
