
.sub_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-top: 30px;
}

#section  .news-item-noimg {
  display: flex;
  margin-bottom: 20px;
}

#section  .news-item-noimg .news-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-right: 0px;
}

#section  .news-item-noimg .news-info .title{
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #727272;
}

/* 分页 */
#section .pagination {
  text-align: right;
  margin-top: 40px;
}

#section .pagination li {
  display: inline-block;
  width: 50px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}

#section .pagination li:hover,
#section .pagination li.active {
  color: #EA701D;
}

/* 分页 */
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}

.page_list{text-align: center; margin-top: 40px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}